From dea033bca6997bff226391bf10c5afebcfd4dd18 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 8 Jun 2016 15:51:18 -0400 Subject: 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 --- overcloud.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'overcloud.yaml') 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} -- cgit 1.2.3-korg