Set default KeystoneAdminApiNetwork to ctlplane
authorDan Prince <dprince@redhat.com>
Fri, 24 Jul 2015 20:00:54 +0000 (16:00 -0400)
committerDan Prince <dprince@redhat.com>
Sat, 5 Sep 2015 11:29:13 +0000 (07:29 -0400)
Moves the default KeystoneAdminApiNetwork setting to the ctlplane
so that the undercloud will always have easy access to be able
to configure endpoints.

Change-Id: I1f6aba62b98820b678cce1ca16e72a0c3d045720

overcloud-without-mergepy.yaml

index 89db939..02f36cc 100644 (file)
@@ -554,7 +554,7 @@ parameters:
       CinderIscsiNetwork: storage
       GlanceApiNetwork: storage
       GlanceRegistryNetwork: internal_api
-      KeystoneAdminApiNetwork: internal_api
+      KeystoneAdminApiNetwork: ctlplane # allows undercloud to config endpoints
       KeystonePublicApiNetwork: internal_api
       NeutronApiNetwork: internal_api
       HeatApiNetwork: internal_api