From 92f2cfb162294c289b2ef246c739d2da5dc22a4b Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 17 Aug 2016 13:26:40 -0400 Subject: Move RabbitMQ settings out of controller.yaml This moves the config settings out of controller.yaml for RabbitMQ and into puppet/services/rabbitmq.yaml. Related-Bug: #1604414 Change-Id: I6b3d71653fb91b89b85dae7df4088afff22b71ac --- overcloud.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'overcloud.yaml') diff --git a/overcloud.yaml b/overcloud.yaml index 0e195a48..b88d1dcd 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -400,7 +400,6 @@ resources: HeatAuthEncryptionKey: {get_resource: HeatAuthEncryptionKey} HorizonSecret: {get_resource: HorizonSecret} PcsdPassword: {get_resource: PcsdPassword} - RabbitCookie: {get_attr: [RabbitCookie, value]} RedisVirtualIP: {get_attr: [RedisVirtualIP, ip_address]} RedisVirtualIPUri: {get_attr: [RedisVirtualIP, ip_address_uri]} ServiceNetMap: {get_attr: [ServiceNetMap, service_net_map]} -- cgit 1.2.3-korg