diff options
author | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2015-01-31 13:44:28 +0800 |
---|---|---|
committer | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2015-01-31 13:44:28 +0800 |
commit | bfd74942df650cc548755f143c4ba424ed86f9fc (patch) | |
tree | b8ec1f3f729dc3b6dbd5f12644d988f17e289d29 /setup.cfg | |
parent | f696defb08c93207a722f1d339710430d33f97b7 (diff) | |
download | ironic-bfd74942df650cc548755f143c4ba424ed86f9fc.tar.gz |
Drop deprecated namespace for oslo.rootwrap
The oslo team is recommending everyone to switch to the
non-namespaced versions of libraries.[1]
oslo.rootwrap suggests to use oslo_rootwrap.cmd:main.[2]
[1]https://blueprints.launchpad.net/oslo-incubator/+spec/drop-namespace-packages
[2]https://github.com/openstack/oslo.rootwrap#using
Change-Id: I1fb59b43912afb4b2f85ecade1ee1a7154c9efba
Diffstat (limited to 'setup.cfg')
-rwxr-xr-x | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ console_scripts = ironic-api = ironic.cmd.api:main ironic-dbsync = ironic.cmd.dbsync:main ironic-conductor = ironic.cmd.conductor:main - ironic-rootwrap = oslo.rootwrap.cmd:main + ironic-rootwrap = oslo_rootwrap.cmd:main ironic-nova-bm-migrate = ironic.migrate_nova.migrate_db:main ironic.dhcp = |