horizon/keystone api should use internal_api NW
authorDan Prince <dprince@redhat.com>
Mon, 1 Jun 2015 13:36:46 +0000 (09:36 -0400)
committerDan Prince <dprince@redhat.com>
Wed, 3 Jun 2015 12:58:13 +0000 (08:58 -0400)
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

overcloud-without-mergepy.yaml

index c66becc..f42e0f0 100644 (file)
@@ -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