python-tripleoclient/tripleoclient/workflows
John Fulton 6916f55c9a get_overcloud_hosts() should not return a list with empty strings
The get_overcloud_hosts() function was returning a list of IPs
with empty strings, e.g. ['192.168.34.89', '', '192.168.34.32'],
after a node was scaled down via `openstack overcloud node delete`.
Remove empty strings from the list before returning them.

Change-Id: I719e0bbb17c71f5472ad6e365a010f5a6243af2f
Closes-Bug: #1990566
2022-09-23 09:39:41 -04:00
..
__init__.py Use Mistral for baremetal registration 2016-07-08 15:43:18 +01:00
baremetal.py Move baremetal configure commands from Ansible 2022-01-26 21:30:11 +00:00
deployment.py get_overcloud_hosts() should not return a list with empty strings 2022-09-23 09:39:41 -04:00
parameters.py Derive parameters clean up 2022-09-01 14:48:06 +05:30
roles.py Remove cyclic import 2021-10-18 10:09:38 +00:00
tripleo_baremetal.py Use node UUID for bridge_mapping agent check 2022-05-23 15:26:26 +10:00