- 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
- 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
- Merge pull request #84 from cbaenziger/volume_support view commit
- Add support for creating OpenStack Volumes view commit
- 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
- Merge pull request #80 from hawknewton/network_fix view commit
- Merge pull request #86 from ipoddar-ibm/master view commit
- Merge pull request #88 from chino/fix-rsync-identify-file-options view commit
- Merge pull request #87 from arbrandes/master view commit
- sync_folders: should have space between ssh-i options view commit
- Allocate IPs automatically view commit
- Adds support for static IPs and interface config view commit
- remove extra line view commit
- fix typo view commit
- support cygwin view commit
- Connect to openstack network resource when needed view commit
- 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
- 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
- Merge pull request #60 from matope/fix-floating_ip-NoMethodError view commit
- Fix NoMethodError on vagrant up w/o floating_ip view commit
- 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
- 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
- update release info view commit
- Merge pull request #49 from RackerJohnMadrid/fix-rsync-vagrant-1-4 [view commit](http://github.com/cloudbau/vagrant-openstack-plugin/commit/5664ead3fda8f889dad72de1de2fbb
- fixes the issue of ssh keys now being represented as an Array in vagrant >= 1.4 [view commit](http://github.com/cloudbau/vagrant-openstack-plugin/commit/0741d802a13c4a858
- fix regression wrt multiple nics view commit
- update README view commit
- implement multiple networks view commit
- two minor rsync bugfixes view commit
- Merge pull request #33 from johnbellone/master view commit
- Add actions for pausing/suspending (and inverse). view commit
- Merge pull request #31 from johnbellone/master view commit
- Add a little debugging output. view commit
- Add travis.yml file to the project. view commit
- Add proxy option to configuration. view commit
- 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
- Also ignore HOSTUNREACH errors when first trying to connect to newly created VM
- 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'
- Added docs
- Removed metadata validation and bumped version
- Tenant and security groups are now configurable
- Added the ability to pass metadata keypairs to instances
- Added support for nics configurations to allow for selection of a specific network on creation
- 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
- Initial release