FLOATING_IP_POOL is null. 71/2371/3
authorAric Gardner <agardner@linuxfoundation.org>
Wed, 29 Jan 2020 16:07:58 +0000 (11:07 -0500)
committerAric Gardner <agardner@linuxfoundation.org>
Wed, 29 Jan 2020 16:58:22 +0000 (11:58 -0500)
commitf9af17dfbfa29c5616fea6259e58eee7eb0468da
tree045f8b7625781510f672ebb70fab8d403d2dab67
parentc212b1f9c5e8666b40b6f350649f768d3471b875
FLOATING_IP_POOL is null.

null no longer works,
the inherited value of public is not being inherited.
rather it is being explicitly set to null.
floating_ip_pool=$(get_cfg "$cfg_file" FLOATING_IP_POOL "null")
This leads me to belive that
get_minion_options function will set the floating_ip
when set explicitly in the minion configs.

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I422ce8f170894329ff8efd54970309cd619e2427
jenkins-config/clouds/openstack/cattle/centos7-docker-2c-8g-200g.cfg
jenkins-config/clouds/openstack/cattle/centos7-docker-2c-8g.cfg
jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-2c-2g.cfg
jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-4c-4g.cfg
jenkins-config/clouds/openstack/cattle/ubuntu1804-docker-4c-4g.cfg