aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-06-21 11:40:21 -0400
committerTim Rozet <trozet@redhat.com>2017-06-22 19:21:40 +0000
commitfa37664af5d9aea73b77807e078b4ccde0afdb53 (patch)
tree3f3346fbe81540943b370c67c7b648af24724859 /releasenotes
parent80e5f5009af2e3efe30de74a426fd576e02ca580 (diff)
Fixes incorrect glance api network
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)
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-glance-api-network-4f9d7c20475a5994.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-glance-api-network-4f9d7c20475a5994.yaml b/releasenotes/notes/fix-glance-api-network-4f9d7c20475a5994.yaml
new file mode 100644
index 00000000..18474cf3
--- /dev/null
+++ b/releasenotes/notes/fix-glance-api-network-4f9d7c20475a5994.yaml
@@ -0,0 +1,3 @@
+---
+fixes:
+ - Incorrect network used for Glance API service.