Fixes incorrect glance api network
authorTim Rozet <trozet@redhat.com>
Wed, 21 Jun 2017 15:40:21 +0000 (11:40 -0400)
committerTim Rozet <trozet@redhat.com>
Thu, 22 Jun 2017 19:21:40 +0000 (19:21 +0000)
The glance API network was being set to storage and it should be
internal_api.

Closes-Bug: 1699535

Change-Id: I75bc05aeab999f0e3eb3f4ebaceb276e888addc9
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit efefc0911858a42977a8073c48f428646b4a7fc0)

network/service_net_map.j2.yaml
releasenotes/notes/fix-glance-api-network-4f9d7c20475a5994.yaml [new file with mode: 0644]

index 5143800..57da9a1 100644 (file)
@@ -42,7 +42,7 @@ parameters:
       CinderApiNetwork: internal_api
       CinderIscsiNetwork: storage
       CongressApiNetwork: internal_api
-      GlanceApiNetwork: storage
+      GlanceApiNetwork: internal_api
       IronicApiNetwork: ctlplane
       IronicNetwork: ctlplane
       KeystoneAdminApiNetwork: ctlplane # allows undercloud to config endpoints
diff --git a/releasenotes/notes/fix-glance-api-network-4f9d7c20475a5994.yaml b/releasenotes/notes/fix-glance-api-network-4f9d7c20475a5994.yaml
new file mode 100644 (file)
index 0000000..18474cf
--- /dev/null
@@ -0,0 +1,3 @@
+---
+fixes:
+  - Incorrect network used for Glance API service.