Merge lp:~soren/nova/no-more-api-new into lp:~hudson-openstack/nova/trunk

Proposed by Soren Hansen
Status: Merged
Approved by: Jesse Andrews
Approved revision: 294
Merged at revision: 293
Proposed branch: lp:~soren/nova/no-more-api-new
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 10 lines (+1/-1)
1 file modified
setup.py (+1/-1)
To merge this branch: bzr merge lp:~soren/nova/no-more-api-new
Reviewer Review Type Date Requested Status
Jesse Andrews (community) Approve
Michael Gundlach (community) Approve
Review via email: mp+36846@code.launchpad.net

Description of the change

Stop trying to install nova-api-new (it's gone).
Install nova-scheduler.

To post a comment you must log in.
Revision history for this message
Michael Gundlach (gundlach) wrote :

i think this needs a complete reworking. ;)

review: Approve
Revision history for this message
Jesse Andrews (anotherjesse) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2010-09-01 18:13:24 +0000
3+++ setup.py 2010-09-28 12:08:21 +0000
4@@ -54,5 +54,5 @@
5 'bin/nova-manage',
6 'bin/nova-network',
7 'bin/nova-objectstore',
8- 'bin/nova-api-new',
9+ 'bin/nova-scheduler',
10 'bin/nova-volume'])