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 efefc09118)
This commit is contained in:
Tim Rozet 2017-06-21 11:40:21 -04:00
parent 80e5f5009a
commit fa37664af5
2 changed files with 4 additions and 1 deletions

View 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

View File

@ -0,0 +1,3 @@
---
fixes:
- Incorrect network used for Glance API service.