- 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