Merge "Add GlobalConfig to saved stack outputs"

This commit is contained in:
Zuul 2022-06-06 20:54:45 +00:00 committed by Gerrit Code Review
commit b90fe4b8ec
1 changed files with 2 additions and 1 deletions

View File

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