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-21 11:41:09 -0400
commitefefc0911858a42977a8073c48f428646b4a7fc0 (patch)
tree89eb869981eb15906286374117e850d4c54157f0 /releasenotes
parent4ccce0e36bae905cf998f4c9a147833f6305142a (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>
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.