ggiamarchi / vagrant-openstack-provider

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

Doesn't use Cinder v2 API if it's available #367

Closed danielparks closed 5 years ago

danielparks commented 5 years ago

Typically OpenStack has separate endpoints for versions 1, 2, and 3 of Cinder API. The v2 API is called volumev2.

If you don't have Cinder v1 in you environment, the existing code will fail.

danielparks commented 5 years ago

PR https://github.com/ggiamarchi/vagrant-openstack-provider/pull/368 open.