mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-27 05:53:02 +00:00
There is an issue with the logic that results in a failure to create a server when auto_ip is false. This patch tests for the bool value of auto_ip and the two lists rather that None. Closes-Bug: #2049046 Change-Id: I2664c087c4bde83c4033ab3eb9d3e97dafb9e5cb Signed-off-by: James Denton <james.denton@rackspace.com> Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>