Admin client should be packaged separately
Bug #695866 reported by
Devin Carlen
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Unassigned | ||
nova (Ubuntu) |
Fix Released
|
Medium
|
Thierry Carrez |
Bug Description
Nova's adminclient.py should be packaged and distributed separately from the rest of nova.
This piece is designed to allow systems external to nova-api issue admin commands, and such a client, should not have any dependences on the rest of the nova codebase. It should be treated as a standalone piece like boto or python-
There is a requirement to distributed this separately in order to properly configure the development environment for django-nova, the django dashboard soon to be released into OpenStack by NASA.
Related branches
lp://staging/~devcamcar/nova/remove_adminclient_dependencies
- Vish Ishaya (community): Approve
- Eric Day (community): Approve
-
Diff: 26 lines (+2/-5)1 file modifiednova/adminclient.py (+2/-5)
lp://staging/~ttx/ubuntu/natty/nova/adminclient
- Soren Hansen: Pending requested
-
Diff: 56 lines (+30/-0)3 files modifieddebian/control (+28/-0)
debian/python-nova.adminclient.install (+1/-0)
debian/rules (+1/-0)
Changed in nova: | |
milestone: | none → bexar-rc |
Changed in nova: | |
assignee: | nobody → Devin Carlen (devcamcar) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in nova (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in nova: | |
status: | In Progress → Fix Committed |
milestone: | bexar-rc → none |
Changed in nova (Ubuntu): | |
assignee: | nobody → Thierry Carrez (ttx) |
status: | Confirmed → In Progress |
Changed in nova (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in nova (Ubuntu): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I believe this was incorrectly marked as fix committed. There was a related branch that removed some dependencies in order to make it possible to package separately, but I haven't heard anything about the packaging happening.