ggiamarchi / vagrant-openstack-provider

Use Vagrant to manage OpenStack Cloud instances.
MIT License
247 stars 101 forks source link

Possible fix for #255 by adding a regex for both fixed as floating type #261

Closed visibilityspots closed 8 years ago

visibilityspots commented 8 years ago

I encountered an issue #255 when executing vagrant ssh to a vagrant openstack instance which is available through a fixed ip and not with a floating ip.

As a possible fix I wrote a regex which matched both on floating as fixed ip instead which did solve the issue in my case.

visibilityspots commented 8 years ago

After some more thorough look into this issue I figured I had misconfigured my original Vagrantfile. Explicitly the network config. I described it in issue #255.

Since this code change isn't relevant I hereby close the pull request.