Merge "Move to using neutron-client instead of quantum-client"

This commit is contained in:
Jenkins 2013-07-26 17:24:28 +00:00 committed by Gerrit Code Review
commit 8991428aa7
7 changed files with 17 additions and 17 deletions

View File

@ -41,7 +41,7 @@ OPENSTACK_PACKAGES = set([
"python-glanceclient",
"python-keystoneclient",
"python-novaclient",
"python-quantumclient",
"python-neutronclient",
"python-swiftclient",
])

View File

@ -0,0 +1,6 @@
# Settings for component neutron-client
---
get_from: "git://github.com/openstack/python-neutronclient.git?branch=master"
...

View File

@ -1,6 +0,0 @@
# Settings for component quantum-client
---
get_from: "git://github.com/openstack/python-quantumclient.git?tag=2.2.3"
...

View File

@ -196,6 +196,13 @@ components:
test: anvil.components.base_testing:PythonTestingComponent
coverage: anvil.components.base_testing:PythonTestingComponent
uninstall: anvil.components.base_install:PkgUninstallComponent
neutron-client:
action_classes:
install: anvil.components.base_install:PythonInstallComponent
running: anvil.components.base_runtime:EmptyRuntime
test: anvil.components.base_testing:PythonTestingComponent
coverage: anvil.components.base_testing:PythonTestingComponent
uninstall: anvil.components.base_install:PkgUninstallComponent
nova:
action_classes:
install: anvil.components.nova:NovaInstaller
@ -270,13 +277,6 @@ components:
l3-agent: openstack-quantum
rpc-zmq-receiver: openstack-quantum
server: openstack-quantum
quantum-client:
action_classes:
install: anvil.components.base_install:PythonInstallComponent
running: anvil.components.base_runtime:EmptyRuntime
test: anvil.components.base_testing:PythonTestingComponent
coverage: anvil.components.base_testing:PythonTestingComponent
uninstall: anvil.components.base_install:PkgUninstallComponent
rabbit-mq:
action_classes:
install: anvil.components.rabbit:RabbitInstaller

View File

@ -12,7 +12,7 @@ components:
# Clients used by nova (+ others)
- glance-client
- cinder-client
- quantum-client
- neutron-client
- quantum
- cinder
- nova

View File

@ -12,7 +12,7 @@ components:
# Clients used by nova (+ others)
- glance-client
- cinder-client
- quantum-client
- neutron-client
- swift-client # Seems only needed for horizon?
- quantum
- openvswitch

View File

@ -13,7 +13,7 @@ components:
# Clients used by nova (+ others)
- glance-client
- cinder-client
- quantum-client
- neutron-client
- nova
- nova-client
options: