diff options
author | Tim Rozet <trozet@redhat.com> | 2017-06-21 14:27:44 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-06-21 21:32:08 +0000 |
commit | fdd607899785ff8f3f838fcf744c79786f5349b0 (patch) | |
tree | de08a61884f0c55961a84032b757e5becc211acc /build/network-environment.yaml | |
parent | 364883fe2e39d2d6a6d79cac39d7cd9ced0f991b (diff) |
Fixes glance API running on incorrect network
JIRA: APEX-476
Change-Id: If635b4187f082d723ad00ba82357b351ee596a18
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/network-environment.yaml')
-rw-r--r-- | build/network-environment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/network-environment.yaml b/build/network-environment.yaml index 40f8e3be..a4eb9bf8 100644 --- a/build/network-environment.yaml +++ b/build/network-environment.yaml @@ -59,7 +59,7 @@ parameter_defaults: MongoDbNetwork: internal_api CinderApiNetwork: internal_api CinderIscsiNetwork: storage - GlanceApiNetwork: storage + GlanceApiNetwork: internal_api GlanceRegistryNetwork: internal_api KeystoneAdminApiNetwork: ctlplane KeystonePublicApiNetwork: internal_api |