From cb700f43209b61fbc3950c637713756ec9d7b855 Mon Sep 17 00:00:00 2001 From: rabi Date: Tue, 21 Jun 2022 13:18:44 +0530 Subject: [PATCH] Add HostsEntry to saved stack output This is mapped to ExtraHostFileEntries[1] in overcloud export to be used in DCN deployments. Resolves: rhbz#2097754 [1] https://opendev.org/openstack/python-tripleoclient/src/branch/master/tripleoclient/constants.py#L243-L245 Change-Id: I2ca8cb4e75487d82fa8c6a590029f7e5f326eede --- tripleoclient/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tripleoclient/constants.py b/tripleoclient/constants.py index 865ee5586..0ff5abcfd 100644 --- a/tripleoclient/constants.py +++ b/tripleoclient/constants.py @@ -98,6 +98,7 @@ STACK_OUTPUTS = ['BlacklistedHostnames', 'EndpointMap', 'VipMap', 'EnabledServices', + 'HostsEntry', 'AdminPassword', 'GlobalConfig']