Skip to content

Releases: ggiamarchi/vagrant-openstack-provider

0.13.0 (July 30, 2018)

30 Jul 15:34
Compare
Choose a tag to compare

0.12.0 (February 26, 2018)

30 Jul 15:32
Compare
Choose a tag to compare

0.11.0 (August 5, 2017)

05 Aug 17:34
Compare
Choose a tag to compare

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

0.10.0 (April 11th, 2017)

11 Apr 15:57
Compare
Choose a tag to compare

FEATURES:

  • Add snapshot support #296

0.9.0 (January 30, 2016)

30 Jan 20:42
Compare
Choose a tag to compare

BUG FIXES:

  • Make it work with Vagrant 1.9 #311

0.8.0 (November 19, 2016)

24 Nov 12:12
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Move to standard Vagrant synced folders middleware #295

FEATURES:

  • Support Keystone v3 API #4

BUG FIXES:

  • Bugfix on IP address resolution #285

0.7.2 (May 1, 2016)

30 Apr 23:37
Compare
Choose a tag to compare

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

0.7.1 (February 19, 2016)

30 Apr 23:18
Compare
Choose a tag to compare

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

0.7.0 (August 10, 2015)

10 Aug 14:28
Compare
Choose a tag to compare

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

0.6.1 (January 30, 2015)

09 Feb 20:33
Compare
Choose a tag to compare

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