Vagrant Openstack Provider Versions Save

Use Vagrant to manage OpenStack Cloud instances.

v0.13.0

5 years ago

v0.12.0

5 years ago

v0.11.0

6 years ago

IMPROVEMENTS:

  • Implement a test suite running all samples #331
  • Add test for config.ssh.insert_key = false #332

FEATURES:

  • Add "ssl_verify_peer" in config for self-signed certs #85 #320
  • Add "ssl_ca_file" in config for self-signed certs #329

BUG FIXES:

  • Handling of asynchronous floating IP assignment #324
  • Fix floating IP assignement #330
  • Respect config.ssh.insert_key #328

v0.10.0

7 years ago

FEATURES:

  • Add snapshot support #296

v0.9.0

7 years ago

BUG FIXES:

  • Make it work with Vagrant 1.9 #311

v0.8.0

7 years ago

IMPROVEMENTS:

  • Move to standard Vagrant synced folders middleware #295

FEATURES:

  • Support Keystone v3 API #4

BUG FIXES:

  • Bugfix on IP address resolution #285

v0.7.2

8 years ago

IMPROVEMENTS:

  • Allow status and ssh to run without a lock #282
  • Switch to standard WaitForCommunicator middleware #281

BUG FIXES:

  • Run provisioner cleanup when destroying VMs #272
  • Windows host provisioning using Winrm #264
  • Use only provided ssh key and don't touch the known_hosts #259
  • Fix hooks for provisioners #248, #249, #28
  • Support standard option config.vm.boot_timeout #227

v0.7.1

8 years ago

BUG FIXES:

  • Fix dependency to make it work with Vagrant 1.8 #265, #266 , #268
  • Fix heat stack create when multiple machines are declared #260
  • Fix regression, vagrant provision was broken #240

v0.7.0

8 years ago

FEATURES:

  • Access to obtained floating IP from provisioner phase #205

IMPROVEMENTS:

  • Autodetect new version of the provider and provide info message to update #132
  • Documentation for the ssh_timeout option #230

BUG FIXES:

  • scheduler_hints ignored due to incorrect json tag in create request #231
  • delete_keypair_if_vagrant throws exception if key_name is missing #238
  • Fix Vagrant 1.4 bug, extra_data attr not found #211
  • Add suffix /tokens in auth url if missing #208

v0.6.1

9 years ago

IMPROVEMENTS:

  • Straightforward syntax to define single networks #193
  • Network preference for SSH #194
  • Allow lists in flavor values #189
  • Allow "wait active" timeout to be configurable #185
  • Allow setting timeout value for REST calls #183

BUG FIXES:

  • Vagrant openstack reset fails when the instance is not found #195
  • Show explicit error when tenant is missing in credentials #186