← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1462484] Re: Port Details VNIC type value is not translatable

 

Reviewed:  https://review.openstack.org/257271
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ae0a7039b34921526bee0895981d0734e990e743
Submitter: Jenkins
Branch:    master

commit ae0a7039b34921526bee0895981d0734e990e743
Author: Itxaka <iserrano@xxxxxxxxxx>
Date:   Mon Dec 14 11:43:34 2015 +0100

    Make Port Details VNIC type translatable
    
    Port Details VNIC type value was not translatable.
    
    Change-Id: I64e16adfa8ebf08fcc81a5648f8b0a0f4404c344
    Closes-Bug: #1462484


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1462484

Title:
  Port Details VNIC type value is not translatable

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  On port deatails, the Binding/VNIC type value is not translatable. To recreate the problem:
  - create a pseudo translation:

  ./run_tests.sh --makemessages
  ./run_tests.sh --pseudo de
  ./run_tests.sh --compilemessages

  start the dev server, login and change to German/Deutsch (de)

  Navigate to
  Project->Network->Networks->[Detail]->[Port Detail]

  notice at the bottom of the panel the VNIC type is not translated.

  The 3 VNIC types should be translated when displayed in Horizon
  https://github.com/openstack/neutron/blob/master/neutron/extensions/portbindings.py#L73
  but neutron will expect these to be provided in English on API calls.

  Note that the mapping is already correct on Edit Port - the
  translations just need to be applied on the details panel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1462484/+subscriptions


References