diff options
author | Dan Prince <dprince@redhat.com> | 2015-06-01 09:36:46 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-06-03 08:58:13 -0400 |
commit | d6e6536662504c018ef85d8d6f2ff64b272d907d (patch) | |
tree | 1bcd78c9947274f73d4c04c3cf82f2bd093b81e0 | |
parent | 36a2aa0dd28ed664fd91b039c01c83718bf817ad (diff) |
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
-rw-r--r-- | overcloud-without-mergepy.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |