diff options
author | Steven Hardy <shardy@redhat.com> | 2017-05-03 09:44:21 +0100 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2017-05-03 09:44:21 +0100 |
commit | 95fbda4d0254edb12bfec1ccd41d3b5f6204fe8f (patch) | |
tree | 9d68a88c2163abb4d1f1e1d104f9a49dbd4a304d | |
parent | e5b3b671eb82abeb8f4bae9bbf7df1d923439656 (diff) |
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
-rw-r--r-- | environments/neutron-ml2-cisco-nexus-ucsm.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/environments/neutron-ml2-cisco-nexus-ucsm.yaml b/environments/neutron-ml2-cisco-nexus-ucsm.yaml index ad111757..f5a0a399 100644 --- a/environments/neutron-ml2-cisco-nexus-ucsm.yaml +++ b/environments/neutron-ml2-cisco-nexus-ucsm.yaml @@ -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' |