From 4e05d138c67bcbb2b991b6b2a49bea3603d2ce1c Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 10 Aug 2016 17:35:30 -0400 Subject: Move Nova settings out of puppet/compute.yaml This finishes moving most of the config settings out of compute.yaml for Nova and into the proper nova-* services. Only the bind port/VIP related Nova settings remain now and those will be dealt with in a follow up patch. Change-Id: I1c40e7d54c11dfff2aaa6438c7701e98da17ebe6 Related-Bug: #1604412 --- overcloud.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'overcloud.yaml') diff --git a/overcloud.yaml b/overcloud.yaml index c8fe671e..3a047228 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -426,7 +426,6 @@ resources: # L3 HA and Failover is not relevant for Computes, should be removed NovaApiHost: {get_attr: [VipMap, net_ip_map, {get_attr: [ServiceNetMap, service_net_map, NovaApiNetwork]}]} NovaPublicIP: {get_attr: [VipMap, net_ip_map, external]} - RabbitHost: {get_attr: [VipMap, net_ip_map, {get_attr: [ServiceNetMap, service_net_map, RabbitMqNetwork]}]} ServiceNetMap: {get_attr: [ServiceNetMap, service_net_map]} EndpointMap: {get_attr: [EndpointMap, endpoint_map]} Hostname: -- cgit 1.2.3-korg