diff options
author | Vineet Paul <vpaul@ncsu.edu> | 2017-08-16 05:49:40 -0400 |
---|---|---|
committer | vntpaul <vpaul@ncsu.edu> | 2017-09-12 12:38:03 -0400 |
commit | c0444b9d52b532060c1218b42353ad7309122eeb (patch) | |
tree | c49684211d67f384c1ba3da519a663f1dd0494ec /environments | |
parent | 5dd018186195a735621a0ab8d4e4fd4aaafb5d38 (diff) |
Drop extraconfig for nova-nuage
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
(cherry picked from commit 4b1276b8f6fec22ac3764d58c4ef647535c85cb9)
Diffstat (limited to 'environments')
-rw-r--r-- | environments/nova-nuage-config.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/environments/nova-nuage-config.yaml b/environments/nova-nuage-config.yaml index 5e75ed9e..e8e3aaa4 100644 --- a/environments/nova-nuage-config.yaml +++ b/environments/nova-nuage-config.yaml @@ -1,8 +1,7 @@ # A Heat environment file which can be used to enable # Nuage backend on the compute, configured via puppet resource_registry: - OS::TripleO::ComputeExtraConfigPre: ../puppet/extraconfig/pre_deploy/compute/nova-nuage.yaml - OS::TripleO::Services::ComputeNeutronCorePlugin: ../puppet/services/neutron-compute-plugin-nuage.yaml + OS::TripleO::Services::ComputeNeutronCorePlugin: OS::TripleO::Services::ComputeNeutronCorePluginNuage parameter_defaults: NuageActiveController: '0.0.0.0' |