From: Dan Prince Date: Mon, 1 Jun 2015 13:36:46 +0000 (-0400) Subject: horizon/keystone api should use internal_api NW X-Git-Tag: opnfv-6.0.0~2511^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d6e6536662504c018ef85d8d6f2ff64b272d907d;p=apex-tripleo-heat-templates.git horizon/keystone api should use internal_api NW As most of the OpenStack services are automatically bound to the public virtual IP already we don't need to set the default network for Horizon and Keystone to the 'external' network. These should probably default to the internal_api network like the rest of the OpenStack services... Change-Id: I04cf64568c2fc7bb8a821b0de5ba56aa90158e2d --- diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index c66beccc..f42e0f01 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -504,14 +504,14 @@ parameters: GlanceApiNetwork: storage GlanceRegistryNetwork: internal_api KeystoneAdminApiNetwork: internal_api - KeystonePublicApiNetwork: external + KeystonePublicApiNetwork: internal_api NeutronApiNetwork: internal_api HeatApiNetwork: internal_api NovaApiNetwork: internal_api NovaMetadataNetwork: internal_api SwiftMgmtNetwork: storage_mgmt SwiftProxyNetwork: storage - HorizonNetwork: external + HorizonNetwork: internal_api MemcachedNetwork: internal_api RabbitMqNetwork: internal_api RedisNetwork: internal_api