← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1519493] Re: oslo_i18n cleanup needed

 

Reviewed:  https://review.openstack.org/250992
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=787ba9250b3dbdd9c0c1b8ee2a4211ba124ee479
Submitter: Jenkins
Branch:    master

commit 787ba9250b3dbdd9c0c1b8ee2a4211ba124ee479
Author: Akihiro Motoki <motoki@xxxxxxxxxxxxx>
Date:   Sat Nov 28 09:16:42 2015 +0900

    Use _i18n instead of i18n
    
    It is suggested to use _i18n.py per oslo.i18n document.
    http://docs.openstack.org/developer/oslo.i18n/usage.html
    
    neutronclient.i18n is now a wrapper module which emits
    the derecation warning. It is because might be used in
    implementation of the client extensions in other repositories.
    
    Closes-Bug: #1519493
    Change-Id: I44969daeedc9a66dd9ad5bf80617516faf245ecc


** Changed in: python-neutronclient
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1519493

Title:
  oslo_i18n cleanup needed

Status in neutron:
  In Progress
Status in python-neutronclient:
  Fix Released

Bug description:
  As per the oslo_i18n documentation, neutron/i18n.py should be an
  internal only module, named _i18n.py. Stuff needed:

  - Rename file.
  - Add i18n.py with debtcollector references, warning that each repo needs its own, and to stop using.
  - Begin migrating subprojects away from shared module.

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


References