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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user