Merge "Move to using neutron-client instead of quantum-client"
This commit is contained in:
commit
8991428aa7
@ -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",
|
||||||
])
|
])
|
||||||
|
|
||||||
|
6
conf/components/neutron-client.yaml
Normal file
6
conf/components/neutron-client.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Settings for component neutron-client
|
||||||
|
---
|
||||||
|
|
||||||
|
get_from: "git://github.com/openstack/python-neutronclient.git?branch=master"
|
||||||
|
|
||||||
|
...
|
@ -1,6 +0,0 @@
|
|||||||
# Settings for component quantum-client
|
|
||||||
---
|
|
||||||
|
|
||||||
get_from: "git://github.com/openstack/python-quantumclient.git?tag=2.2.3"
|
|
||||||
|
|
||||||
...
|
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user