* Fri Mar 16 2012 Dan Prince - 1.0.15 -Set auth_method = 'rax-kskey' if NOVA_RAX_AUTH is set. * Fri Feb 24 2012 Dan Prince - 1.0.14 -Update OS_ variables to match Openstack standard. OS_AUTH_KEY is now OS_PASSWORD OS_AUTH_USER is now OS_USERNAME OS_AUTH_TENANT is now OS_TENANT_NAME * Fri Jan 6 2012 Dan Prince - 1.0.13 -Update image check to allow a status other than 'ACTIVE'. Fixes issues when running concurrent Torpedo jobs. * Fri Dec 30 2011 Dan Prince - 1.0.12 -Retry ssh on Errno::ECONNRESET. -Added cleanup task. * Wed Dec 14 2011 Dan Prince - 1.0.11 -Set paranoid to false for ssh connection tests. (net-ssh) -Add options to disable server and image cleanup. -Remove sort on image id (we now use UUID's) -Add setup test to initialize image and flavor refs. * Wed Dec 7 2011 Dan Prince - 1.0.10 -Add admin password and change password tests. -Add revert resize test. -Add hard and soft reboot tests. * Wed Nov 16 2011 Dan Prince - 1.0.9 -Add options to disable ssh and ping tests. * Fri Nov 11 2011 Dan Prince - 1.0.8 -Use the latest version of the openstack-compute unless a specific version is specified in the config file. * Wed Nov 2 2011 Dan Prince - 1.0.7 -Add support for NOVA_REGION_NAME and NOVA_PROJECT_ID. -Remove dependency on test-unit-ext. -Add support for OS_AUTH_? style variables. * Tue Nov 1 2011 Dan Prince - 1.0.6 -Minor metadata test updates. -Don't require test-unit (breaks Ruby 1.8.7) * Tue Nov 1 2011 Dan Prince - 1.0.5 -Require test-unit if using Ruby 1.9.2. -Disable test-unit-ext if using Ruby 1.9.2 (currently supports Ruby 1.8.x) * Sat Oct 29 2011 Dan Prince - 1.0.4 -Run image metadata tests last because they make the snapshot un-bootable. -Fixes to the resize tests. * Sat Oct 29 2011 Dan Prince - 1.0.3 - Fix issues boolean config file issue with test_create_image, test_rebuild_server, and test_resize_server config options. - Fix a syntax issue in the get_flavor_ref_resize method. * Sat Oct 29 2011 Dan Prince - 1.0.2 - Add missing dependency to gemspec for test-unit-ext. * Sat Oct 29 2011 Dan Prince - 1.0.1 - Add config options to support custom flavor settings. * Fri Oct 28 2011 Dan Prince - 1.0.0 - Initial release.