4b1276b8f6
Made the Compute as a composable service with Nuage. Moved all the Nuage specific parameters from extraconfig to be part of this service. Change-Id: Ic83e9c18d09fbba62bb5d8a12e28a23127f4197d
14 lines
503 B
YAML
14 lines
503 B
YAML
# A Heat environment file which can be used to enable
|
|
# Nuage backend on the compute, configured via puppet
|
|
resource_registry:
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: OS::TripleO::Services::ComputeNeutronCorePluginNuage
|
|
|
|
parameter_defaults:
|
|
NuageActiveController: '0.0.0.0'
|
|
NuageStandbyController: '0.0.0.0'
|
|
NovaOVSBridge: 'default_bridge'
|
|
NovaComputeLibvirtType: 'default_type'
|
|
NovaIPv6: False
|
|
NuageMetadataProxySharedSecret: 'default'
|
|
NuageNovaApiEndpoint: 'default_endpoint'
|