ggiamarchi / vagrant-openstack-provider

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

Implement 'public_address' capability #276

Open mkuzmin opened 8 years ago

mkuzmin commented 8 years ago

I'm an author of vagrant-address plugin, which displays a public IP of a running box.

People are trying to use it with your provider, but it fails, because the provider does not expose :public_address capability.

Please add it. Here is an example how it's done in virtualbox