ImportError: neutron.hooks.setup_hook
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-6wind |
Fix Committed
|
Undecided
|
Unassigned | ||
networking-brocade |
Fix Committed
|
Undecided
|
Unassigned | ||
networking-odl |
Fix Released
|
Undecided
|
Unassigned | ||
networking-ovn |
Fix Released
|
Undecided
|
Unassigned | ||
neutron |
Fix Released
|
High
|
Russell Bryant |
Bug Description
Attempting to pip install master gets "ImportError: neutron.
2015-05-12 17:28:14 INFO unit.nova-
2015-05-12 17:28:14 INFO unit.nova-
2015-05-12 17:28:14 INFO unit.nova-
2015-05-12 17:28:14 INFO unit.nova-
2015-05-12 17:28:14 INFO unit.nova-
2015-05-12 17:28:14 INFO unit.nova-
2015-05-12 17:28:14 INFO unit.nova-
2015-05-12 17:28:14 INFO unit.nova-
2015-05-12 17:28:14 INFO unit.nova-
2015-05-12 17:28:14 INFO unit.nova-
2015-05-12 17:28:14 INFO unit.nova-
If I revert commit 8db41f04d545261
Changed in networking-6wind: | |
status: | New → Confirmed |
Changed in neutron: | |
importance: | Undecided → High |
Changed in networking-6wind: | |
status: | Confirmed → Fix Committed |
Changed in networking-ovn: | |
status: | Confirmed → Fix Committed |
Changed in networking-odl: | |
status: | Confirmed → Fix Committed |
Changed in networking-brocade: | |
status: | New → Fix Committed |
Changed in neutron: | |
milestone: | none → liberty-1 |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | liberty-1 → 7.0.0 |
Changed in networking-ovn: | |
status: | Fix Committed → Fix Released |
Changed in networking-odl: | |
status: | Fix Committed → Fix Released |
This is the commit that I reverted and was able to get rid of the error:
commit 8db41f04d545261 04920f3a160203e cf7ef453b0
Author: Cyril Roelandt <email address hidden>
Date: Thu May 7 13:00:38 2015 +0000
Allow users to run 'tox -epy34'
With this commit, it is possible to successfully run 'tox -epy34', even though
only a small amount of tests will actually be run. This is a required step in
making Neutron compatible with Python 3, as described in the 'Porting to Python
3' specification.
This commit:
- fixes some broken imports, while making sure they still work with Python 3;
- updates a call to gettext.install;
- adds a py34 target in tox.ini.
Change-Id: I91cc7a992d05ea 85f7004d1c5a45a 1c02cbf1c85
Blueprint: neutron-python3