ebfe7897af
Since Train release several puppet classes were removed from puppet-nova. At the same time, some of them are still defined in tripleo heat templates. - nova::use_ipv6 was used to configure IPv6 for nova-network. DEFAULT/use_ipv6 nova configuration option was deprecated in Ocata release and removed from puppet-nova in Train release. Setting this parameter in THT no longer affects anything. - nova::compute::neutron::libvirt_vif_driver seems like an artifact: though it was removed from puppet-nova only in Train release, actual nova configuration parameter was deprecated in IceHouse and hard-coded in Juno. Puppet-nova change id: I6f7fde1f475acec82bafc66183211f317b4c7795 Change-Id: Ia269193f1f5215612165a2a0228bf4d1859b7b1e Closes-Bug: #1869528
13 lines
485 B
YAML
13 lines
485 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'
|
|
NuageMetadataProxySharedSecret: 'default'
|
|
NuageNovaApiEndpoint: 'default_endpoint'
|