Vagrant Openstack Provider Versions Save

Use Vagrant to manage OpenStack Cloud instances.

v0.6.0

9 years ago

FEATURES:

  • First implementation of Heat Stacks #170
  • Allow public and private networks to be specified #148
  • Add custom command "subnet-list" #160
  • Allow public and private networks to be specified #148
  • Add config parameter os.region #128

IMPROVEMENTS:

  • Rsync all files #166
  • Support glance API v1 #168
  • Replace fail by fail Errors::... #152
  • When an unknown error occurs, provide information to debug and submit issue #115
  • Print more information for command "vagrant openstack image-list" #104
  • Cannot 'resume' while instance is in vm_state active #91
  • Allow config.floating_ip_pool to take an array as input #90
  • Display the current task value in the status option #89

BUG FIXES:

  • Fix ssh_disabled #182
  • Avoid printing contribution message on user interruption #169
  • Network configuration is lost when machine definition overrides provider's configuration #146
  • When VM status is "ERROR" continue waiting for startup #62

DOCUMENTATION:

  • Add a CONTRIBUTING.md file #151

v0.5.2

9 years ago

BUG FIXES:

  • When multiple IPs are available, return the first one instead of failing #155

v0.5.1

9 years ago

BUG FIXES:

  • Allow public and private networks to be specified #148

v0.5.0

9 years ago

FEATURES:

  • Add an option to disable SSH Authentication and allow private vms #120
  • Support for fixed IP address for private network #87

IMPROVEMENTS:

  • Accept a string for ssh_timeout value #144
  • Vagrant Openstack should works in degraded mode id only Keystone and Nova are availables #142
  • Add custom command `vagrant openstack reset #107
  • Make box optional #105
  • vagrant up => Instance could not be found #98

BUG FIXES:

  • security_groups should be an array of hashes #137
  • user_data needs to be Base64 encoded in Nova.createServer #122
  • SSH failures after port 22 is open because user doesn't exist yet #106
  • Floating IP should not be mandatory #55
  • sync_folders error under windows 7 #119
  • Ansible provisionner doesn't use our generated SSH key #133

v0.4.1

9 years ago

BUG FIXES:

  • initialize': must pass :url (ArgumentError) when neutron url is not present #112

v0.3.4.pre

9 years ago

BUG FIXES:

  • Permissions on generated private key should be owner readeable only #101

v0.4.0

9 years ago

FEATURES:

  • Enable "metadata" in config for nova create server #25
  • Enable "user_data" in config for nova create server #78
  • Enable "security_groups" in config for nova create server #82
  • Enable "scheduler_hints" in config for nova create server #83
  • Allow attaching an existing volume to the vagrant instance #24
  • Allow booting instance from volume #44
  • Add subcommand volume-list #75

IMPROVEMENTS:

  • Add config param floating_ip_pool_always_allocate #61

BUG FIXES:

  • Enable config option to override SSH port #88

v0.3.3

9 years ago

BUG FIXES:

  • Fix rest-client dependency error #95

v0.3.2

9 years ago

BUG FIXES:

  • The provider fails to load colorize gem #76
  • Sub-command arguments management have change in vagrant 1.5 #77

IMPROVEMENTS:

  • Show more informations for command flavor-list #52

v0.3.0

9 years ago

FEATURES:

  • Automatic generation of SSH keys #68
  • Make keypair optional in provider's configuration #54
  • Allow setting a floating ip pool rather than a fixed ip #50
  • Implement custom "list" actions #35
  • Enable "availability_zone" configuration #27

IMPROVEMENTS:

  • Log action steps and client calls with requests and responses #58

BUG FIXES:

  • Whenvagrant reload an existing but stoped machine it does not start #57
  • Whenvagrant up an existing but stoped machine it does not start #56
  • Network api URL resolve from keystone catalog is not working #49