Skip to content

Latest commit

 

History

History
123 lines (93 loc) · 8.29 KB

CHANGELOG.md

File metadata and controls

123 lines (93 loc) · 8.29 KB

Changelog for vagrant-openstack-plugin

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