Add GlobalConfig to saved stack outputs

The GlobalConfig stack output needs to be saved as it's needed by stack
export for multi-stack.

Change-Id: I56464eefd3d1a638204403320523fab4a35adc2d
Signed-off-by: James Slagle <jslagle@redhat.com>
(cherry picked from commit 56003d306b)
This commit is contained in:
James Slagle
2022-05-26 16:23:07 -04:00
parent b224e0b4f3
commit fab0ff8baf

View File

@@ -95,7 +95,8 @@ STACK_OUTPUTS = ['BlacklistedHostnames',
'VipMap',
'EnabledServices',
'HostsEntry',
'AdminPassword']
'AdminPassword',
'GlobalConfig']
IRONIC_HTTP_BOOT_BIND_MOUNT = '/var/lib/ironic/httpboot'
IRONIC_LOCAL_IMAGE_PATH = '/var/lib/ironic/images'