diff options
author | Dan Prince <dprince@redhat.com> | 2015-07-24 16:00:54 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-09-05 07:29:13 -0400 |
commit | 63fde6c98b4b46ddb9168e2ee3d571390f6979ad (patch) | |
tree | 2026b3fd6bf1ffed48f02fea92885f935280875f | |
parent | ffd071417f1ab5f610847d254f03811b4a3ad3b7 (diff) |
Set default KeystoneAdminApiNetwork to ctlplane
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
-rw-r--r-- | overcloud-without-mergepy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index 89db939a..02f36ccf 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -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 |