neutron-server does not start on precise
Bug #1422440 reported by
Liam Young
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron-api (Juju Charms Collection) |
Fix Released
|
High
|
Liam Young |
Bug Description
neutron-server fails to start when installed on precise due to the installed version of python-six being too low.
The installed version of python-six is 1.1.0-2 but after the charm has run 1.5.2-1 is available from the cloud archive. Installing 1.5.2-1 and restarting solves the problem.
This problem appears to be because the installation of python-six is triggered by the import of charmhelpers which means it is installed before the cloud archive is added as a source. python-six is subsequently not updated.
Related branches
lp://qastaging/~gnuoy/charms/trusty/neutron-api/1422440
Merged
into
lp://qastaging/~openstack-charmers-archive/charms/trusty/neutron-api/next
at
revision 78
- Corey Bryant (community): Approve
-
Diff: 10 lines (+1/-0)1 file modifiedhooks/neutron_api_utils.py (+1/-0)
Changed in neutron-api (Juju Charms Collection): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Liam Young (gnuoy) |
milestone: | none → 15.01 |
Changed in neutron-api (Juju Charms Collection): | |
milestone: | 15.01 → 15.04 |
status: | In Progress → Fix Committed |
tags: | added: openstack |
Changed in neutron-api (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.