python-tripleoclient/tripleoclient/tests/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
test_baremetal.py Stop mocking workflow client 2022-07-22 02:29:10 +09:00
test_deployment.py get_overcloud_hosts() should not return a list with empty strings 2022-09-23 09:39:41 -04:00
test_parameters.py Derive parameters clean up 2022-09-01 14:48:06 +05:30