aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2016-06-08 15:51:18 -0400
committerDan Prince <dprince@redhat.com>2016-06-13 21:57:58 -0400
commitdea033bca6997bff226391bf10c5afebcfd4dd18 (patch)
tree5d57f49f74266d855ab9d6808010da6374ea5b5d /overcloud.yaml
parente1238aa903f088f49699cd4c1e10a55655e08ab5 (diff)
Move Neutron core and service plugin to base
Move the settings/parameters for the neutron core plugin and neutron service plugins into the base role. Partially-implements: blueprint composable-services-within-roles Change-Id: Ieb307fa7bc5ecfbc500787e3f292488476f7d850
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index 5ec67675..dc37b2e8 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -867,8 +867,6 @@ resources:
NeutronPublicInterface: {get_param: NeutronPublicInterface}
NeutronPassword: {get_param: NeutronPassword}
NeutronMetadataProxySharedSecret: {get_param: NeutronMetadataProxySharedSecret}
- NeutronCorePlugin: {get_param: NeutronCorePlugin}
- NeutronServicePlugins: {get_param: NeutronServicePlugins}
NovaIPv6: {get_param: NovaIPv6}
NovaPassword: {get_param: NovaPassword}
NtpServer: {get_param: NtpServer}