Fix GlanceApiInternal network definition

Id093613f9d410eb3fe5564a724c0f75275eeb4e8 defines a new internal
glance-api service, but the patch contains an error in defining the
network associated with the service. This patch corrects the error.

Closes-Bug: #1998227
Change-Id: I456b4235242cae125f5ad4cd9cc7415f2699462c
This commit is contained in:
Alan Bishop 2022-11-30 05:39:32 -08:00
parent 0043c70a47
commit d24d6121c0
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ parameter_defaults:
CinderIscsiNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
GlanceApiNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
GlanceApiEdgeNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
GlanceApiEdgeInternalNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
GlanceApiInternalNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
IronicApiNetwork: ctlplane
IronicNetwork: ctlplane
IronicInspectorNetwork: ctlplane