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>
This commit is contained in:
parent
4ccce0e36b
commit
efefc09118
@ -42,7 +42,7 @@ parameters:
|
||||
CinderApiNetwork: internal_api
|
||||
CinderIscsiNetwork: storage
|
||||
CongressApiNetwork: internal_api
|
||||
GlanceApiNetwork: storage
|
||||
GlanceApiNetwork: internal_api
|
||||
IronicApiNetwork: ctlplane
|
||||
IronicNetwork: ctlplane
|
||||
IronicInspectorNetwork: ctlplane
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
fixes:
|
||||
- Incorrect network used for Glance API service.
|
Loading…
Reference in New Issue
Block a user