]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
vagrantfile: fix references to OpenStack settings
authorNorbert Illés <illesnorbi@gmail.com>
Thu, 20 Sep 2018 19:02:14 +0000 (21:02 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Fri, 21 Sep 2018 07:00:03 +0000 (07:00 +0000)
commitbd82c380c4b7e24963ecc2f9bf11b4a7f57f03d7
tree01eec8257130def2f844838087fffd1f414a4ac6
parent16ccac83fe27c63be1811a44d43c8b1df417e57e
vagrantfile: fix references to OpenStack settings

In case of an OpenStack "box", the Vagrantfile intend to check the
existence of os_networks and os_floating_ip_pool settings in
vagrant_variables.yml and pass them to the provider if they are set.
Due to two typos in the Vagrantfile this is not working as it checks the
wrong variable names.
This commit fixes the typos so these settings can be used.

Signed-off-by: Norbert Illés <illesnorbi@gmail.com>
Vagrantfile