Skip to content

Latest commit

 

History

History
185 lines (143 loc) · 14.5 KB

CHANGELOG.md

File metadata and controls

185 lines (143 loc) · 14.5 KB

Changelog for vagrant-openstack-plugin

0.12.0 (2015/08/27)

  • be more specific on using symbols in the config. fixes cloudbau/vagrant-openstack-plugin#106 view commit
  • Merge pull request #103 from corpix/ssh_ip_family view commit
  • Merge pull request #109 from joelanford/floating-ip-fix view commit
  • Merge pull request #118 from maxx/master view commit
  • allows an alternative to os.floating_ip :auto, called os.floating_ip :associate_unassigned. This pulls an unassigned IP address from an existing pool with pre-allocated IP's, and will not try to allocate a new IP. If an IP is not available, no floating IP is assigned. Relevant errors and documentation added as well view commit
  • Fixes issue #100, where config.rb incorrectly handled floating_ip and floating_ip_pool configurations view commit
  • Merge pull request #107 from Chealion/handleEphemeralDisks view commit
  • Merge pull request #104 from cshaffer/upgrade_rsepc view commit
  • Add ability to handle swap and ephemeral disks to disks feature view commit
  • Convert specs to RSpec 3.1.7 syntax with Transpec view commit
  • Upgrade rspec to 3.1.0 view commit
  • Convert specs to RSpec 2.14.8 syntax with Transpec view commit
  • Upgrade rspec to 2.14 first view commit
  • Removed debug printing view commit
  • Updated readme view commit
  • IP address family match support view commit

0.11.1

  • Merge pull request #99 from jtopjian/master view commit
  • Update README.md to add Static IP instructions view commit
  • Merge pull request #98 from Chealion/fixFloatingIP view commit
  • Don't release a floating IP unless it was automatically assigned. view commit

0.11.0

  • Merge pull request #97 from cbaenziger/issue_96_fix view commit
  • Merge pull request #95 from cbaenziger/volume_support view commit
  • Retry server deletes until we are sure the VM is dead -- only then remove IP's and volumes view commit
  • Update README for more volume related material view commit
  • Fix to prevent stack trace failing to find VM, if destroying a non-existant VM view commit
  • Use same check as connect.rb for Vagrantfile disks section view commit
  • Fix issue finding volumes if running vagrant destroy after server is destroyed view commit

0.10.0

  • Merge pull request #84 from cbaenziger/volume_support view commit
  • Add support for creating OpenStack Volumes view commit

0.9.1

  • Merge pull request #91 from Chealion/master view commit
  • Fixes #90 that hostname is set to key path view commit
  • Merge pull request #89 from reachlocal/fix_handleurl_deprecation_for_older_versions view commit
  • Added a check for the vagrant version to keep HandleUrl for older versions of vagrant view commit

0.9.0

0.8.0

  • Merge pull request #67 from pradels/master view commit
  • Merge pull request #66 from matope/use-execute-to-make-synced_folder view commit
  • Merge pull request #72 from mathuin/fix-handlebox view commit
  • Merge pull request #64 from bewiwi/reboot view commit
  • Merge pull request #63 from bewiwi/status view commit
  • Merge pull request #71 from bewiwi/add_openstack_snapshot_commmand view commit
  • Merge pull request #73 from detiber/configNetworks view commit
  • Set config.networks to [] if unset view commit
  • Changed HandleBoxUrl to HandleBox. view commit
  • Add command snapshot view commit
  • Orchestration support added. view commit
  • Avoid using sudo to make synced_folder if possible view commit
  • Add some status messages view commit
  • Modify reload action to be a real reboot view commit

0.7.0

  • Merge pull request #35 from johnbellone/master view commit
  • Fix issues with SSH private keys in Vagrant 1.4. view commit
  • Refactor OpenStack actions to match AWS. view commit

0.6.1

  • Merge pull request #60 from matope/fix-floating_ip-NoMethodError view commit
  • Fix NoMethodError on vagrant up w/o floating_ip view commit

0.6.0

  • Merge pull request #59 from virtuald/fixed_automatic_ip view commit
  • Update README with additional information about automatic allocation view commit
  • Allow address_id to use the automatically assigned floating ip view commit
  • Update README view commit
  • Add support for automatically allocating a floating IP view commit
  • update changelog view commit

0.5.0

  • Merge pull request #45 from detiber/fixNetworksPR view commit
  • Merge pull request #53 from tjheeta/remote_machine_id view commit
  • Merge pull request #54 from last-g/patch-1 view commit
  • Merge pull request #56 from nicobrevin/feature-no-verify-peer view commit
  • Merge pull request #58 from ohnoimdead/no-network-fix view commit
  • Fix for exception when OS endpoint doesn't have neutron installed view commit
  • add ssl_verify_peer config option view commit
  • Missing semicolon view commit
  • Missing region while configuring networks view commit
  • Fix for delete_server view commit
  • If the .vagrant directory does not contain the machine id, try to connect remotely to try to find it view commit
  • Fix test for config.network and config.networks. view commit

0.4.1

0.4.0

0.3.0 (September 25, 2013)

  • Adds support to determine IP address to use
  • Region Support
  • Enabled controlling multiple VMs in parallel
  • Honor disabling of synced folders
  • Adds availability_zone option to specify instance zone
  • Added --delete to rsync command
  • Call SetHostname action from Vagrant core in up phase
  • Handled not having the box and providing it via a box_url.
  • Allowed vagrant ssh -c 'command'
  • Adds tenant to network request
  • Improved documentation

0.2.2 (May 30, 2013)

  • Also ignore HOSTUNREACH errors when first trying to connect to newly created VM

0.2.1 (May 29, 2013)

  • Fix passing user data to server on create
  • Floating IP Capability
  • Added ability to configure scheduler hints
  • Update doc (network config in fact has higher precedence than address_id)
  • 'address_id' now defaults to 'public', to reduce number of cases in read_ssh_info
  • Introduced 'address_id' config, which has a higher order of precedence than 'network'

0.2.0 (May 2, 2013)

  • Added docs
  • Removed metadata validation and bumped version
  • Tenant and security groups are now configurable

0.1.3 (April 26, 2013)

  • Added the ability to pass metadata keypairs to instances
  • Added support for nics configurations to allow for selection of a specific network on creation

0.1.2 (April 26, 2013)

  • Added the option of passing user data to VMs
  • Enabled vagrant provision in this provider
  • Made finding IP address more stable
  • Doc improvements and minor fixes

0.1.0 (March 14, 2013)

  • Initial release