summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-01-13 19:19:46 +0000
committerGerrit Code Review <review@openstack.org>2012-01-13 19:19:46 +0000
commit6c898e6abf44caa176790e9cd4505aeed145397c (patch)
tree4d9cbc1ef13d8d208284417f333e36482bdd8c26 /setup.py
parent485328e48fc7dff1ce2ebfd262c442d8f993688b (diff)
parent60ff2e3b72b5a3c9200f8fc47aac01cdb610bdcf (diff)
downloadnova-6c898e6abf44caa176790e9cd4505aeed145397c.tar.gz
nova-6c898e6abf44caa176790e9cd4505aeed145397c.tar.xz
nova-6c898e6abf44caa176790e9cd4505aeed145397c.zip
Merge "Implements blueprint separate-nova-volumeapi"
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cf6499782..9eb9ef92b 100644
--- a/setup.py
+++ b/setup.py
@@ -87,7 +87,8 @@ setup(name='nova',
'bin/nova-api',
'bin/nova-api-ec2',
'bin/nova-api-metadata',
- 'bin/nova-api-os',
+ 'bin/nova-api-os-compute',
+ 'bin/nova-api-os-volume',
'bin/nova-compute',
'bin/nova-console',
'bin/nova-dhcpbridge',