Disable ComputeNeutron* for cisco-nexus-ucsm
It seems this wasn't adjusted when https://review.openstack.org/#/c/338315/ landed, which added interfaces for compute specific neutron configuration, which is disabled for most vendor backends. Change-Id: I4c98008107568b3b65decd7640e25c7d2b1ea9ff Related-Bug: #1687597
This commit is contained in:
parent
e5b3b671eb
commit
95fbda4d02
@ -2,6 +2,8 @@
|
||||
# a Cisco Neutron plugin.
|
||||
resource_registry:
|
||||
OS::TripleO::AllNodesExtraConfig: ../puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml
|
||||
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
|
||||
OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None
|
||||
|
||||
parameter_defaults:
|
||||
NetworkUCSMIp: '127.0.0.1'
|
||||
|
Loading…
Reference in New Issue
Block a user