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
This commit is contained in:
rabi 2022-06-21 13:18:44 +05:30
parent 9c722ede05
commit cb700f4320
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ STACK_OUTPUTS = ['BlacklistedHostnames',
'EndpointMap',
'VipMap',
'EnabledServices',
'HostsEntry',
'AdminPassword',
'GlobalConfig']