ggiamarchi / vagrant-openstack-provider

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

Full Keystone v3 support #334

Closed ggiamarchi closed 6 years ago

ggiamarchi commented 7 years ago

Currently, Keystone v3 is partially supported. It works only if the project's domain and the user's domain are the same.

furlongm commented 6 years ago

+1 for this feature

greg-hellings commented 6 years ago

How does this problem manifest itself? I'm hitting an issue where provisioning gets part way through, then throws an exception connecting to one of the services with an error of Failed to open TCP connection to [host redacted]:13774 (getaddrinfo: Name or service not known). I can open a connection there through telnet without a problem.

Am I running into this problem, or is this something else? (Using released 0.11.0 version)