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-glanceclient",
"python-keystoneclient", "python-keystoneclient",
"python-novaclient", "python-novaclient",
"python-quantumclient", "python-neutronclient",
"python-swiftclient", "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 test: anvil.components.base_testing:PythonTestingComponent
coverage: anvil.components.base_testing:PythonTestingComponent coverage: anvil.components.base_testing:PythonTestingComponent
uninstall: anvil.components.base_install:PkgUninstallComponent 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: nova:
action_classes: action_classes:
install: anvil.components.nova:NovaInstaller install: anvil.components.nova:NovaInstaller
@ -270,13 +277,6 @@ components:
l3-agent: openstack-quantum l3-agent: openstack-quantum
rpc-zmq-receiver: openstack-quantum rpc-zmq-receiver: openstack-quantum
server: 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: rabbit-mq:
action_classes: action_classes:
install: anvil.components.rabbit:RabbitInstaller install: anvil.components.rabbit:RabbitInstaller

View File

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

View File

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

View File

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