ggiamarchi / vagrant-openstack-provider

Use Vagrant to manage OpenStack Cloud instances.
MIT License
245 stars 102 forks source link

Fix floating IP assignement #330

Closed ggiamarchi closed 7 years ago

ggiamarchi commented 7 years ago

Depending on the latency within Neutron to actually assign the floating IP, the plugin doesn't manage to resolve the IP when it tries to access the machine immediately after the assignment request. A race condition is caused by a missing assignment into the machine config object.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.01%) to 87.043% when pulling a7e2af30033a47adfaa935365b331224320eeef9 on fix-floatingip into 2978da1368f8306d4516aa4c614bd290056a349f on master.