This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
CHANGELOG
89 lines (69 loc) · 3.51 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
* Fri Oct 10 2013 Dan Prince <[email protected]> - 2.1.0
-Switch from openstack-compute to fog.
-Add 'network_namespace' option which can be used when testing
Neutron namespaces.
-Add support for volumes.
-Add support for keypairs.
-Add support for metering.
-Add support for orchestration.
* Thu Feb 14 2013 Dan Prince <[email protected]> - 1.0.19
-Added NETWORK_LABEL option. (defaults to 'public')
* Mon Nov 12 2012 Dan Prince <[email protected]> - 1.0.18
-Fixes to host_id validation on resize/resize_revert tests.
* Mon Apr 9 2012 Dan Prince <[email protected]> - 1.0.17
-Adding SLEEP_AFTER_IMAGE_CREATE env option.
-Added 'test_limits' option.
-Added 'test_ip_type' Set to '4' (for IPv4) or '6' (for IPv6).
* Mon Apr 2 2012 Dan Prince <[email protected]> - 1.0.16
-Add NOVA_SERVICE_NAME env setting (defaults is nil)
-Add NOVA_SERVICE_TYPE env setting (default is 'compute')
* Fri Mar 16 2012 Dan Prince <[email protected]> - 1.0.15
-Set auth_method = 'rax-kskey' if NOVA_RAX_AUTH is set.
* Fri Feb 24 2012 Dan Prince <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 1.0.12
-Retry ssh on Errno::ECONNRESET.
-Added cleanup task.
* Wed Dec 14 2011 Dan Prince <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 1.0.9
-Add options to disable ssh and ping tests.
* Fri Nov 11 2011 Dan Prince <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 1.0.6
-Minor metadata test updates.
-Don't require test-unit (breaks Ruby 1.8.7)
* Tue Nov 1 2011 Dan Prince <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 1.0.2
- Add missing dependency to gemspec for test-unit-ext.
* Sat Oct 29 2011 Dan Prince <[email protected]> - 1.0.1
- Add config options to support custom flavor settings.
* Fri Oct 28 2011 Dan Prince <[email protected]> - 1.0.0
- Initial release.