Merge "Fixes incorrect glance api network"

This commit is contained in:
Jenkins 2017-06-22 16:29:14 +00:00 committed by Gerrit Code Review
commit 83ed275fae
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
IronicInspectorNetwork: ctlplane

View File

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