aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2016-08-11 12:22:12 -0400
committerDan Prince <dprince@redhat.com>2016-08-15 13:08:28 -0400
commit34c220d2ceefe8398f63f634c1a8dccd69d4bb7d (patch)
tree4737aa7546641d71da5942390b75714020f8d2bb /overcloud.yaml
parent0ec58cf5368c722c87cc6b5dcba5fefd77e3e444 (diff)
Move neutron settings out of puppet/compute.yaml
This finishes moving most of the config settings out of compute.yaml for Neutron and Rabbit. Also removes some other misc unused parameters. Change-Id: Ie340c33fb3434eb70e131ff6e252d0909aabd37c Related-Bug: #1604412
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index 3a047228..dd857c89 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -418,9 +418,6 @@ resources:
type: OS::TripleO::Compute
properties:
CloudDomain: {get_param: CloudDomain}
- GlanceHost: {get_attr: [VipMap, net_ip_map, {get_attr: [ServiceNetMap, service_net_map, GlanceApiNetwork]}]}
- KeystoneAdminApiVirtualIP: {get_attr: [VipMap, net_ip_map, {get_attr: [ServiceNetMap, service_net_map, KeystoneAdminApiNetwork]}]}
- KeystonePublicApiVirtualIP: {get_attr: [VipMap, net_ip_map, {get_attr: [ServiceNetMap, service_net_map, KeystonePublicApiNetwork]}]}
NeutronPhysicalBridge: {get_param: HypervisorNeutronPhysicalBridge}
NeutronPublicInterface: {get_param: HypervisorNeutronPublicInterface}
# L3 HA and Failover is not relevant for Computes, should be removed