From fdd607899785ff8f3f838fcf744c79786f5349b0 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 21 Jun 2017 14:27:44 -0400 Subject: Fixes glance API running on incorrect network JIRA: APEX-476 Change-Id: If635b4187f082d723ad00ba82357b351ee596a18 Signed-off-by: Tim Rozet --- build/network-environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg