kitchen-openstack 3.6.1 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/README.md +37 -18
- data/lib/kitchen/driver/openstack.rb +37 -25
- data/lib/kitchen/driver/openstack/volume.rb +17 -6
- data/lib/kitchen/driver/openstack_version.rb +3 -3
- metadata +17 -102
- data/.gitignore +0 -23
- data/.rubocop.yml +0 -16
- data/.travis.yml +0 -14
- data/CHANGELOG.md +0 -547
- data/Gemfile +0 -6
- data/LICENSE.txt +0 -17
- data/Rakefile +0 -19
- data/kitchen-openstack.gemspec +0 -39
- data/spec/kitchen/driver/openstack/volume_spec.rb +0 -126
- data/spec/kitchen/driver/openstack_spec.rb +0 -1411
- data/spec/spec_helper.rb +0 -17
data/.gitignore
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
*.gem
|
2
|
-
*.rbc
|
3
|
-
.bundle
|
4
|
-
.config
|
5
|
-
.yardoc
|
6
|
-
Gemfile.lock
|
7
|
-
InstalledFiles
|
8
|
-
_yardoc
|
9
|
-
coverage
|
10
|
-
doc/
|
11
|
-
lib/bundler/man
|
12
|
-
pkg
|
13
|
-
rdoc
|
14
|
-
spec/reports
|
15
|
-
test/tmp
|
16
|
-
test/version_tmp
|
17
|
-
tmp
|
18
|
-
.kitchen
|
19
|
-
*.sw?
|
20
|
-
*~
|
21
|
-
.direnv/
|
22
|
-
.envrc
|
23
|
-
.ruby-version
|
data/.rubocop.yml
DELETED
data/.travis.yml
DELETED
data/CHANGELOG.md
DELETED
@@ -1,547 +0,0 @@
|
|
1
|
-
# Change Log
|
2
|
-
|
3
|
-
## [v3.6.1](https://github.com/test-kitchen/kitchen-openstack/tree/v3.6.1)
|
4
|
-
|
5
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v3.6.0...v3.6.1)
|
6
|
-
|
7
|
-
**Merged pull requests:**
|
8
|
-
|
9
|
-
- Use Etc.getpwuid instead of getlogin [\#183](https://github.com/test-kitchen/kitchen-openstack/pull/183) ([tnguyen14](https://github.com/tnguyen14))
|
10
|
-
|
11
|
-
## [v3.6.0](https://github.com/test-kitchen/kitchen-openstack/tree/v3.6.0) (2018-03-28)
|
12
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v3.5.1...v3.6.0)
|
13
|
-
|
14
|
-
**Closed issues:**
|
15
|
-
|
16
|
-
- Is there a way to re-use volume? [\#181](https://github.com/test-kitchen/kitchen-openstack/issues/181)
|
17
|
-
- private method `select' called for nil:NilClass [\#177](https://github.com/test-kitchen/kitchen-openstack/issues/177)
|
18
|
-
- The request you have made requires authentication [\#167](https://github.com/test-kitchen/kitchen-openstack/issues/167)
|
19
|
-
|
20
|
-
**Merged pull requests:**
|
21
|
-
|
22
|
-
- Support for v3 [\#179](https://github.com/test-kitchen/kitchen-openstack/pull/179) ([andybrucenet](https://github.com/andybrucenet))
|
23
|
-
|
24
|
-
## [v3.5.1](https://github.com/test-kitchen/kitchen-openstack/tree/v3.5.1) (2017-11-10)
|
25
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v3.5.0...v3.5.1)
|
26
|
-
|
27
|
-
**Closed issues:**
|
28
|
-
|
29
|
-
- block\_device\_mapping crashes on nodename nor servname provided [\#176](https://github.com/test-kitchen/kitchen-openstack/issues/176)
|
30
|
-
- Same floating IP to different server [\#175](https://github.com/test-kitchen/kitchen-openstack/issues/175)
|
31
|
-
- Cannot create windows machines [\#172](https://github.com/test-kitchen/kitchen-openstack/issues/172)
|
32
|
-
|
33
|
-
**Merged pull requests:**
|
34
|
-
|
35
|
-
- Switch from fog to fog-openstack to slim deps and speed runtime [\#174](https://github.com/test-kitchen/kitchen-openstack/pull/174) ([tas50](https://github.com/tas50))
|
36
|
-
|
37
|
-
## [v3.5.0](https://github.com/test-kitchen/kitchen-openstack/tree/v3.5.0) (2017-04-12)
|
38
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v3.4.0...v3.5.0)
|
39
|
-
|
40
|
-
**Merged pull requests:**
|
41
|
-
|
42
|
-
- Add metadata support [\#166](https://github.com/test-kitchen/kitchen-openstack/pull/166) ([akitada](https://github.com/akitada))
|
43
|
-
- Use new ohai config context [\#165](https://github.com/test-kitchen/kitchen-openstack/pull/165) ([akitada](https://github.com/akitada))
|
44
|
-
|
45
|
-
## [v3.4.0](https://github.com/test-kitchen/kitchen-openstack/tree/v3.4.0) (2017-03-27)
|
46
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v3.3.0...v3.4.0)
|
47
|
-
|
48
|
-
**Closed issues:**
|
49
|
-
|
50
|
-
- Multiple networks in network\_id causes error [\#163](https://github.com/test-kitchen/kitchen-openstack/issues/163)
|
51
|
-
- Can't create VM [\#160](https://github.com/test-kitchen/kitchen-openstack/issues/160)
|
52
|
-
- Why is private\_key\_path required? [\#151](https://github.com/test-kitchen/kitchen-openstack/issues/151)
|
53
|
-
- version 3.1.0 does not properly wait for VM to be up before failing [\#147](https://github.com/test-kitchen/kitchen-openstack/issues/147)
|
54
|
-
|
55
|
-
**Merged pull requests:**
|
56
|
-
|
57
|
-
- Fix creation of floating IP to use network ID instead of name [\#162](https://github.com/test-kitchen/kitchen-openstack/pull/162) ([dannytrigo](https://github.com/dannytrigo))
|
58
|
-
- Updated readme with clarity [\#161](https://github.com/test-kitchen/kitchen-openstack/pull/161) ([jjasghar](https://github.com/jjasghar))
|
59
|
-
|
60
|
-
## [v3.3.0](https://github.com/test-kitchen/kitchen-openstack/tree/v3.3.0) (2017-03-13)
|
61
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v3.2.0...v3.3.0)
|
62
|
-
|
63
|
-
**Merged pull requests:**
|
64
|
-
|
65
|
-
- Uuids [\#159](https://github.com/test-kitchen/kitchen-openstack/pull/159) ([boc-tothefuture](https://github.com/boc-tothefuture))
|
66
|
-
|
67
|
-
## [v3.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v3.2.0) (2017-03-02)
|
68
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v3.1.0...v3.2.0)
|
69
|
-
|
70
|
-
**Closed issues:**
|
71
|
-
|
72
|
-
- Expose excon timeouts to kitchen [\#157](https://github.com/test-kitchen/kitchen-openstack/issues/157)
|
73
|
-
- Enhancement: generate openstack keypair on create [\#150](https://github.com/test-kitchen/kitchen-openstack/issues/150)
|
74
|
-
- kitchen-openstack should use SSH Agent [\#149](https://github.com/test-kitchen/kitchen-openstack/issues/149)
|
75
|
-
- Permission Denied on kitchen runs after first [\#146](https://github.com/test-kitchen/kitchen-openstack/issues/146)
|
76
|
-
- Config-drive [\#143](https://github.com/test-kitchen/kitchen-openstack/issues/143)
|
77
|
-
- Support Identity v3 [\#137](https://github.com/test-kitchen/kitchen-openstack/issues/137)
|
78
|
-
|
79
|
-
**Merged pull requests:**
|
80
|
-
|
81
|
-
- Prep for v3.2.0 [\#158](https://github.com/test-kitchen/kitchen-openstack/pull/158) ([jjasghar](https://github.com/jjasghar))
|
82
|
-
- Expose excon timeout configuration [\#156](https://github.com/test-kitchen/kitchen-openstack/pull/156) ([MariusCC](https://github.com/MariusCC))
|
83
|
-
- Dynamically allocate Floating IP for the test server. [\#155](https://github.com/test-kitchen/kitchen-openstack/pull/155) ([dannytrigo](https://github.com/dannytrigo))
|
84
|
-
- Defer ssh key handling to transport. [\#154](https://github.com/test-kitchen/kitchen-openstack/pull/154) ([cliles](https://github.com/cliles))
|
85
|
-
- fix failing to get IP when there is no public IP. [\#152](https://github.com/test-kitchen/kitchen-openstack/pull/152) ([onceking](https://github.com/onceking))
|
86
|
-
|
87
|
-
## [v3.1.0](https://github.com/test-kitchen/kitchen-openstack/tree/v3.1.0) (2016-06-02)
|
88
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v3.0.0...v3.1.0)
|
89
|
-
|
90
|
-
**Closed issues:**
|
91
|
-
|
92
|
-
- `use\_ipv6` setting not respected when using `openstack\_network\_name` [\#141](https://github.com/test-kitchen/kitchen-openstack/issues/141)
|
93
|
-
|
94
|
-
**Merged pull requests:**
|
95
|
-
|
96
|
-
- v3.1.0 [\#145](https://github.com/test-kitchen/kitchen-openstack/pull/145) ([jjasghar](https://github.com/jjasghar))
|
97
|
-
- Add config drive [\#144](https://github.com/test-kitchen/kitchen-openstack/pull/144) ([bradkwadsworth](https://github.com/bradkwadsworth))
|
98
|
-
- Update to check IP version when using `openstack\_network\_name`. [\#142](https://github.com/test-kitchen/kitchen-openstack/pull/142) ([nmische](https://github.com/nmische))
|
99
|
-
- minor grammar tweak to sleep message [\#140](https://github.com/test-kitchen/kitchen-openstack/pull/140) ([dpetzel](https://github.com/dpetzel))
|
100
|
-
|
101
|
-
## [v3.0.0](https://github.com/test-kitchen/kitchen-openstack/tree/v3.0.0) (2016-02-24)
|
102
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v3.0.0.pre.1...v3.0.0)
|
103
|
-
|
104
|
-
**Merged pull requests:**
|
105
|
-
|
106
|
-
- 3.0.0 prep work [\#139](https://github.com/test-kitchen/kitchen-openstack/pull/139) ([jjasghar](https://github.com/jjasghar))
|
107
|
-
- 3.0.0 Release of kitchen-openstack [\#136](https://github.com/test-kitchen/kitchen-openstack/pull/136) ([jjasghar](https://github.com/jjasghar))
|
108
|
-
|
109
|
-
## [v3.0.0.pre.1](https://github.com/test-kitchen/kitchen-openstack/tree/v3.0.0.pre.1) (2016-02-12)
|
110
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.2.0...v3.0.0.pre.1)
|
111
|
-
|
112
|
-
**Closed issues:**
|
113
|
-
|
114
|
-
- transport\#username is not working for me [\#135](https://github.com/test-kitchen/kitchen-openstack/issues/135)
|
115
|
-
- kitchen-openstack unable to retrieve network information [\#134](https://github.com/test-kitchen/kitchen-openstack/issues/134)
|
116
|
-
- Password value in transport is not used in driver [\#133](https://github.com/test-kitchen/kitchen-openstack/issues/133)
|
117
|
-
- SSL\_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A \(OpenSSL::SSL::SSLError\) [\#132](https://github.com/test-kitchen/kitchen-openstack/issues/132)
|
118
|
-
- Volume: create new, attach existing, make from snapshot \(seems not working\) [\#131](https://github.com/test-kitchen/kitchen-openstack/issues/131)
|
119
|
-
- Boot from Image \(into new volume\) [\#130](https://github.com/test-kitchen/kitchen-openstack/issues/130)
|
120
|
-
- Put the yml files for each instance in .kitchen/kitchen-openstack [\#116](https://github.com/test-kitchen/kitchen-openstack/issues/116)
|
121
|
-
|
122
|
-
## [v2.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v2.2.0) (2015-12-16)
|
123
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.2.0.pre.1...v2.2.0)
|
124
|
-
|
125
|
-
**Implemented enhancements:**
|
126
|
-
|
127
|
-
- Glance Caching sleep time should probably be a configurable option [\#117](https://github.com/test-kitchen/kitchen-openstack/issues/117)
|
128
|
-
|
129
|
-
**Closed issues:**
|
130
|
-
|
131
|
-
- cannot change default key [\#129](https://github.com/test-kitchen/kitchen-openstack/issues/129)
|
132
|
-
|
133
|
-
**Merged pull requests:**
|
134
|
-
|
135
|
-
- 2.2.0 [\#128](https://github.com/test-kitchen/kitchen-openstack/pull/128) ([jjasghar](https://github.com/jjasghar))
|
136
|
-
|
137
|
-
## [v2.2.0.pre.1](https://github.com/test-kitchen/kitchen-openstack/tree/v2.2.0.pre.1) (2015-11-23)
|
138
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.1.1...v2.2.0.pre.1)
|
139
|
-
|
140
|
-
**Merged pull requests:**
|
141
|
-
|
142
|
-
- Updated README with key\_name issue. [\#127](https://github.com/test-kitchen/kitchen-openstack/pull/127) ([jjasghar](https://github.com/jjasghar))
|
143
|
-
- Use OpenStack models for waiting for conditions [\#120](https://github.com/test-kitchen/kitchen-openstack/pull/120) ([carpnick](https://github.com/carpnick))
|
144
|
-
|
145
|
-
## [v2.1.1](https://github.com/test-kitchen/kitchen-openstack/tree/v2.1.1) (2015-11-03)
|
146
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.1.0...v2.1.1)
|
147
|
-
|
148
|
-
**Closed issues:**
|
149
|
-
|
150
|
-
- kitchen create on Windows 2012/WinRM fails: "Expressions are only allowed as the first element of a pipeline." [\#122](https://github.com/test-kitchen/kitchen-openstack/issues/122)
|
151
|
-
|
152
|
-
**Merged pull requests:**
|
153
|
-
|
154
|
-
- 2.1.1 [\#125](https://github.com/test-kitchen/kitchen-openstack/pull/125) ([jjasghar](https://github.com/jjasghar))
|
155
|
-
- Ohai hint file is now created with the correct encoding on Windows [\#124](https://github.com/test-kitchen/kitchen-openstack/pull/124) ([stuartpreston](https://github.com/stuartpreston))
|
156
|
-
- Added info about user\_data [\#121](https://github.com/test-kitchen/kitchen-openstack/pull/121) ([jjasghar](https://github.com/jjasghar))
|
157
|
-
|
158
|
-
## [v2.1.0](https://github.com/test-kitchen/kitchen-openstack/tree/v2.1.0) (2015-10-19)
|
159
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.1.0.pre.1...v2.1.0)
|
160
|
-
|
161
|
-
## [v2.1.0.pre.1](https://github.com/test-kitchen/kitchen-openstack/tree/v2.1.0.pre.1) (2015-10-13)
|
162
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.1.0.pre...v2.1.0.pre.1)
|
163
|
-
|
164
|
-
**Implemented enhancements:**
|
165
|
-
|
166
|
-
- Clean Up README [\#109](https://github.com/test-kitchen/kitchen-openstack/issues/109)
|
167
|
-
|
168
|
-
**Fixed bugs:**
|
169
|
-
|
170
|
-
- Clean Up README [\#109](https://github.com/test-kitchen/kitchen-openstack/issues/109)
|
171
|
-
|
172
|
-
**Closed issues:**
|
173
|
-
|
174
|
-
- Countdown timer is a little too verbose [\#113](https://github.com/test-kitchen/kitchen-openstack/issues/113)
|
175
|
-
- image\_ref: underscores translated to dashes [\#84](https://github.com/test-kitchen/kitchen-openstack/issues/84)
|
176
|
-
|
177
|
-
**Merged pull requests:**
|
178
|
-
|
179
|
-
- Converting to dots [\#115](https://github.com/test-kitchen/kitchen-openstack/pull/115) ([jjasghar](https://github.com/jjasghar))
|
180
|
-
|
181
|
-
## [v2.1.0.pre](https://github.com/test-kitchen/kitchen-openstack/tree/v2.1.0.pre) (2015-10-07)
|
182
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.0.0...v2.1.0.pre)
|
183
|
-
|
184
|
-
**Closed issues:**
|
185
|
-
|
186
|
-
- undefined method `public\_ip\_addresses' for {}:Hash [\#105](https://github.com/test-kitchen/kitchen-openstack/issues/105)
|
187
|
-
|
188
|
-
**Merged pull requests:**
|
189
|
-
|
190
|
-
- updated license links and data. [\#112](https://github.com/test-kitchen/kitchen-openstack/pull/112) ([jjasghar](https://github.com/jjasghar))
|
191
|
-
- New README [\#111](https://github.com/test-kitchen/kitchen-openstack/pull/111) ([jjasghar](https://github.com/jjasghar))
|
192
|
-
- Fail action when network info isn't available [\#110](https://github.com/test-kitchen/kitchen-openstack/pull/110) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
193
|
-
- Wait for network info in get\_ip [\#108](https://github.com/test-kitchen/kitchen-openstack/pull/108) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
194
|
-
- Refactor get\_ip [\#107](https://github.com/test-kitchen/kitchen-openstack/pull/107) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
195
|
-
- 2.1.0 [\#106](https://github.com/test-kitchen/kitchen-openstack/pull/106) ([jjasghar](https://github.com/jjasghar))
|
196
|
-
|
197
|
-
## [v2.0.0](https://github.com/test-kitchen/kitchen-openstack/tree/v2.0.0) (2015-09-30)
|
198
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.0.0.dev.4...v2.0.0)
|
199
|
-
|
200
|
-
## [v2.0.0.dev.4](https://github.com/test-kitchen/kitchen-openstack/tree/v2.0.0.dev.4) (2015-09-23)
|
201
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.0.0.dev.3...v2.0.0.dev.4)
|
202
|
-
|
203
|
-
**Closed issues:**
|
204
|
-
|
205
|
-
- SSH Hangs with Key Auth [\#101](https://github.com/test-kitchen/kitchen-openstack/issues/101)
|
206
|
-
|
207
|
-
**Merged pull requests:**
|
208
|
-
|
209
|
-
- fixup install ohai hints so the file is written with root privledges [\#104](https://github.com/test-kitchen/kitchen-openstack/pull/104) ([spion06](https://github.com/spion06))
|
210
|
-
- Readd key\_name to README [\#103](https://github.com/test-kitchen/kitchen-openstack/pull/103) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
211
|
-
- Add transport ssh\_key note to README [\#102](https://github.com/test-kitchen/kitchen-openstack/pull/102) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
212
|
-
|
213
|
-
## [v2.0.0.dev.3](https://github.com/test-kitchen/kitchen-openstack/tree/v2.0.0.dev.3) (2015-09-21)
|
214
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.0.0.dev.2...v2.0.0.dev.3)
|
215
|
-
|
216
|
-
**Implemented enhancements:**
|
217
|
-
|
218
|
-
- Support all Fog OpenStack options [\#98](https://github.com/test-kitchen/kitchen-openstack/pull/98) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
219
|
-
|
220
|
-
**Closed issues:**
|
221
|
-
|
222
|
-
- OpenStack Hint File should work with Ohai cookbook [\#96](https://github.com/test-kitchen/kitchen-openstack/issues/96)
|
223
|
-
- create command will makes duplicated images. [\#67](https://github.com/test-kitchen/kitchen-openstack/issues/67)
|
224
|
-
|
225
|
-
**Merged pull requests:**
|
226
|
-
|
227
|
-
- Don't create instance if name is already created [\#100](https://github.com/test-kitchen/kitchen-openstack/pull/100) ([dpetzel](https://github.com/dpetzel))
|
228
|
-
- Fix for issue 96 [\#97](https://github.com/test-kitchen/kitchen-openstack/pull/97) ([jjasghar](https://github.com/jjasghar))
|
229
|
-
|
230
|
-
## [v2.0.0.dev.2](https://github.com/test-kitchen/kitchen-openstack/tree/v2.0.0.dev.2) (2015-09-16)
|
231
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.0.0.dev.1...v2.0.0.dev.2)
|
232
|
-
|
233
|
-
**Merged pull requests:**
|
234
|
-
|
235
|
-
- Load openstack\_version for plugin\_version [\#99](https://github.com/test-kitchen/kitchen-openstack/pull/99) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
236
|
-
|
237
|
-
## [v2.0.0.dev.1](https://github.com/test-kitchen/kitchen-openstack/tree/v2.0.0.dev.1) (2015-09-10)
|
238
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.0.0.dev...v2.0.0.dev.1)
|
239
|
-
|
240
|
-
**Closed issues:**
|
241
|
-
|
242
|
-
- 1.9.0.dev [\#93](https://github.com/test-kitchen/kitchen-openstack/issues/93)
|
243
|
-
|
244
|
-
**Merged pull requests:**
|
245
|
-
|
246
|
-
- 2.0.0.dev.1 [\#95](https://github.com/test-kitchen/kitchen-openstack/pull/95) ([jjasghar](https://github.com/jjasghar))
|
247
|
-
|
248
|
-
## [v2.0.0.dev](https://github.com/test-kitchen/kitchen-openstack/tree/v2.0.0.dev) (2015-09-09)
|
249
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.9.0.dev...v2.0.0.dev)
|
250
|
-
|
251
|
-
**Implemented enhancements:**
|
252
|
-
|
253
|
-
- Test Kitchen Openstack doesn't support block storage\(volumes\) [\#75](https://github.com/test-kitchen/kitchen-openstack/issues/75)
|
254
|
-
- Enhancement: Windows Support [\#45](https://github.com/test-kitchen/kitchen-openstack/issues/45)
|
255
|
-
|
256
|
-
**Closed issues:**
|
257
|
-
|
258
|
-
- Waiting for SSH service [\#91](https://github.com/test-kitchen/kitchen-openstack/issues/91)
|
259
|
-
- Connections to Rackspace require the password instead of the API key [\#90](https://github.com/test-kitchen/kitchen-openstack/issues/90)
|
260
|
-
|
261
|
-
**Merged pull requests:**
|
262
|
-
|
263
|
-
- added rubygem tasks [\#94](https://github.com/test-kitchen/kitchen-openstack/pull/94) ([jjasghar](https://github.com/jjasghar))
|
264
|
-
- Kitchen::Base and Windows support [\#92](https://github.com/test-kitchen/kitchen-openstack/pull/92) ([jjasghar](https://github.com/jjasghar))
|
265
|
-
|
266
|
-
## [v1.9.0.dev](https://github.com/test-kitchen/kitchen-openstack/tree/v1.9.0.dev) (2015-09-03)
|
267
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.8.1...v1.9.0.dev)
|
268
|
-
|
269
|
-
**Merged pull requests:**
|
270
|
-
|
271
|
-
- Ability to control the order of IP to connect to [\#89](https://github.com/test-kitchen/kitchen-openstack/pull/89) ([ytsarev](https://github.com/ytsarev))
|
272
|
-
|
273
|
-
## [v1.8.1](https://github.com/test-kitchen/kitchen-openstack/tree/v1.8.1) (2015-07-22)
|
274
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.3.1...v1.8.1)
|
275
|
-
|
276
|
-
**Implemented enhancements:**
|
277
|
-
|
278
|
-
- Yo, dawg, I heard you like Test Kitchen... [\#30](https://github.com/test-kitchen/kitchen-openstack/issues/30)
|
279
|
-
|
280
|
-
**Closed issues:**
|
281
|
-
|
282
|
-
- Config checks in openstack.rb [\#82](https://github.com/test-kitchen/kitchen-openstack/issues/82)
|
283
|
-
- Readme Usage : Openstack tenant in config [\#81](https://github.com/test-kitchen/kitchen-openstack/issues/81)
|
284
|
-
- Kitchen converge hangs [\#71](https://github.com/test-kitchen/kitchen-openstack/issues/71)
|
285
|
-
|
286
|
-
**Merged pull requests:**
|
287
|
-
|
288
|
-
- Fail if required key information can't be found [\#88](https://github.com/test-kitchen/kitchen-openstack/pull/88) ([RoboticCheese](https://github.com/RoboticCheese))
|
289
|
-
- Fix for the readme.md [\#87](https://github.com/test-kitchen/kitchen-openstack/pull/87) ([jjasghar](https://github.com/jjasghar))
|
290
|
-
- Issue 82 [\#86](https://github.com/test-kitchen/kitchen-openstack/pull/86) ([jjasghar](https://github.com/jjasghar))
|
291
|
-
- Added a check for ssh key authetication [\#85](https://github.com/test-kitchen/kitchen-openstack/pull/85) ([jjasghar](https://github.com/jjasghar))
|
292
|
-
|
293
|
-
## [v1.3.1](https://github.com/test-kitchen/kitchen-openstack/tree/v1.3.1) (2015-07-18)
|
294
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.2.0...v1.3.1)
|
295
|
-
|
296
|
-
**Merged pull requests:**
|
297
|
-
|
298
|
-
- Update README.md for chefdk installation [\#83](https://github.com/test-kitchen/kitchen-openstack/pull/83) ([kcd83](https://github.com/kcd83))
|
299
|
-
|
300
|
-
## [v1.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.2.0) (2015-06-18)
|
301
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.2.0.rc2...v1.2.0)
|
302
|
-
|
303
|
-
## [v1.2.0.rc2](https://github.com/test-kitchen/kitchen-openstack/tree/v1.2.0.rc2) (2015-06-10)
|
304
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.2.0.rc1...v1.2.0.rc2)
|
305
|
-
|
306
|
-
## [v1.2.0.rc1](https://github.com/test-kitchen/kitchen-openstack/tree/v1.2.0.rc1) (2015-06-04)
|
307
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.8.0...v1.2.0.rc1)
|
308
|
-
|
309
|
-
## [v1.8.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.8.0) (2015-04-09)
|
310
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.7.1...v1.8.0)
|
311
|
-
|
312
|
-
**Closed issues:**
|
313
|
-
|
314
|
-
- Create failed on instance \<default-cirros\> 400 [\#73](https://github.com/test-kitchen/kitchen-openstack/issues/73)
|
315
|
-
- not able to find the driver [\#72](https://github.com/test-kitchen/kitchen-openstack/issues/72)
|
316
|
-
|
317
|
-
**Merged pull requests:**
|
318
|
-
|
319
|
-
- Update tests for newer TK [\#76](https://github.com/test-kitchen/kitchen-openstack/pull/76) ([RoboticCheese](https://github.com/RoboticCheese))
|
320
|
-
- Respect a configured password when setting up SSH [\#70](https://github.com/test-kitchen/kitchen-openstack/pull/70) ([RoboticCheese](https://github.com/RoboticCheese))
|
321
|
-
|
322
|
-
## [v1.7.1](https://github.com/test-kitchen/kitchen-openstack/tree/v1.7.1) (2015-01-08)
|
323
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.7.0...v1.7.1)
|
324
|
-
|
325
|
-
## [v1.7.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.7.0) (2014-10-26)
|
326
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.6.1...v1.7.0)
|
327
|
-
|
328
|
-
**Closed issues:**
|
329
|
-
|
330
|
-
- kitchen attempting to log in too quickly? [\#64](https://github.com/test-kitchen/kitchen-openstack/issues/64)
|
331
|
-
- problem to specify Availability Zone when create instance [\#61](https://github.com/test-kitchen/kitchen-openstack/issues/61)
|
332
|
-
|
333
|
-
**Merged pull requests:**
|
334
|
-
|
335
|
-
- Support a timed sleep for SSH edge cases [\#66](https://github.com/test-kitchen/kitchen-openstack/pull/66) ([RoboticCheese](https://github.com/RoboticCheese))
|
336
|
-
- Availability zone support+ [\#65](https://github.com/test-kitchen/kitchen-openstack/pull/65) ([RoboticCheese](https://github.com/RoboticCheese))
|
337
|
-
- Add server\_name\_prefix semi-random naming with some known prefix [\#63](https://github.com/test-kitchen/kitchen-openstack/pull/63) ([ftclausen](https://github.com/ftclausen))
|
338
|
-
|
339
|
-
## [v1.6.1](https://github.com/test-kitchen/kitchen-openstack/tree/v1.6.1) (2014-10-07)
|
340
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/1.0.0...v1.6.1)
|
341
|
-
|
342
|
-
**Merged pull requests:**
|
343
|
-
|
344
|
-
- Renamed 'init\_config' method to resolve conflicting method name with lat... [\#60](https://github.com/test-kitchen/kitchen-openstack/pull/60) ([stevejmason](https://github.com/stevejmason))
|
345
|
-
|
346
|
-
## [1.0.0](https://github.com/test-kitchen/kitchen-openstack/tree/1.0.0) (2014-10-07)
|
347
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/1.0.0.rc2...1.0.0)
|
348
|
-
|
349
|
-
## [1.0.0.rc2](https://github.com/test-kitchen/kitchen-openstack/tree/1.0.0.rc2) (2014-09-29)
|
350
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/1.0.0.rc1...1.0.0.rc2)
|
351
|
-
|
352
|
-
## [1.0.0.rc1](https://github.com/test-kitchen/kitchen-openstack/tree/1.0.0.rc1) (2014-09-24)
|
353
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.6.0...1.0.0.rc1)
|
354
|
-
|
355
|
-
## [v1.6.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.6.0) (2014-09-04)
|
356
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.5.3...v1.6.0)
|
357
|
-
|
358
|
-
**Closed issues:**
|
359
|
-
|
360
|
-
- 1.5.3 name generation broken. [\#54](https://github.com/test-kitchen/kitchen-openstack/issues/54)
|
361
|
-
- Remove occurrences of "require\_chef\_omnibus: latest" in docs [\#34](https://github.com/test-kitchen/kitchen-openstack/issues/34)
|
362
|
-
|
363
|
-
**Merged pull requests:**
|
364
|
-
|
365
|
-
- \#55 + shut Rubocop up for now [\#59](https://github.com/test-kitchen/kitchen-openstack/pull/59) ([RoboticCheese](https://github.com/RoboticCheese))
|
366
|
-
- Fix \#54; prevent errors on non-login shells [\#58](https://github.com/test-kitchen/kitchen-openstack/pull/58) ([RoboticCheese](https://github.com/RoboticCheese))
|
367
|
-
- \#56 + drop Ruby 1.9.2 [\#57](https://github.com/test-kitchen/kitchen-openstack/pull/57) ([RoboticCheese](https://github.com/RoboticCheese))
|
368
|
-
- Select the first valid IP if all other checks fail [\#56](https://github.com/test-kitchen/kitchen-openstack/pull/56) ([jer](https://github.com/jer))
|
369
|
-
- Reverse the priority of floating\_ip & floating\_ip\_pool [\#55](https://github.com/test-kitchen/kitchen-openstack/pull/55) ([StaymanHou](https://github.com/StaymanHou))
|
370
|
-
|
371
|
-
## [v1.5.3](https://github.com/test-kitchen/kitchen-openstack/tree/v1.5.3) (2014-08-01)
|
372
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.5.2...v1.5.3)
|
373
|
-
|
374
|
-
**Closed issues:**
|
375
|
-
|
376
|
-
- generate\_name generates bad hostnames [\#52](https://github.com/test-kitchen/kitchen-openstack/issues/52)
|
377
|
-
|
378
|
-
**Merged pull requests:**
|
379
|
-
|
380
|
-
- Fix bad hostnames being generated [\#53](https://github.com/test-kitchen/kitchen-openstack/pull/53) ([RoboticCheese](https://github.com/RoboticCheese))
|
381
|
-
- Switch to Rubocop and clean up as much as possible [\#51](https://github.com/test-kitchen/kitchen-openstack/pull/51) ([RoboticCheese](https://github.com/RoboticCheese))
|
382
|
-
|
383
|
-
## [v1.5.2](https://github.com/test-kitchen/kitchen-openstack/tree/v1.5.2) (2014-05-31)
|
384
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.5.0...v1.5.2)
|
385
|
-
|
386
|
-
**Merged pull requests:**
|
387
|
-
|
388
|
-
- Roboticcheese/fix server name length loop bug [\#50](https://github.com/test-kitchen/kitchen-openstack/pull/50) ([RoboticCheese](https://github.com/RoboticCheese))
|
389
|
-
- Hostname limit [\#49](https://github.com/test-kitchen/kitchen-openstack/pull/49) ([dschlenk](https://github.com/dschlenk))
|
390
|
-
|
391
|
-
## [v1.5.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.5.0) (2014-05-23)
|
392
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/0.10.0...v1.5.0)
|
393
|
-
|
394
|
-
**Merged pull requests:**
|
395
|
-
|
396
|
-
- Add OpenStack Ohai hints file [\#48](https://github.com/test-kitchen/kitchen-openstack/pull/48) ([dschlenk](https://github.com/dschlenk))
|
397
|
-
|
398
|
-
## [0.10.0](https://github.com/test-kitchen/kitchen-openstack/tree/0.10.0) (2014-05-09)
|
399
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.4.0...0.10.0)
|
400
|
-
|
401
|
-
## [v1.4.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.4.0) (2014-04-09)
|
402
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/0.9.1...v1.4.0)
|
403
|
-
|
404
|
-
**Closed issues:**
|
405
|
-
|
406
|
-
- Message: cannot copy directory [\#43](https://github.com/test-kitchen/kitchen-openstack/issues/43)
|
407
|
-
|
408
|
-
**Merged pull requests:**
|
409
|
-
|
410
|
-
- Use floating IP for ssh connection by default if defined or allocated from pool. [\#46](https://github.com/test-kitchen/kitchen-openstack/pull/46) ([dschlenk](https://github.com/dschlenk))
|
411
|
-
|
412
|
-
## [0.9.1](https://github.com/test-kitchen/kitchen-openstack/tree/0.9.1) (2014-03-12)
|
413
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.3.0...0.9.1)
|
414
|
-
|
415
|
-
**Closed issues:**
|
416
|
-
|
417
|
-
- Unable to create instance using network\_ref [\#42](https://github.com/test-kitchen/kitchen-openstack/issues/42)
|
418
|
-
|
419
|
-
## [v1.3.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.3.0) (2014-03-09)
|
420
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/0.9.0...v1.3.0)
|
421
|
-
|
422
|
-
## [0.9.0](https://github.com/test-kitchen/kitchen-openstack/tree/0.9.0) (2014-03-07)
|
423
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.1.0...0.9.0)
|
424
|
-
|
425
|
-
**Implemented enhancements:**
|
426
|
-
|
427
|
-
- Security Group support [\#36](https://github.com/test-kitchen/kitchen-openstack/issues/36)
|
428
|
-
|
429
|
-
**Merged pull requests:**
|
430
|
-
|
431
|
-
- Wait ssh connection for the specified port after the instance is created [\#41](https://github.com/test-kitchen/kitchen-openstack/pull/41) ([tenforward](https://github.com/tenforward))
|
432
|
-
- option for user\_data to be passed to openstack [\#40](https://github.com/test-kitchen/kitchen-openstack/pull/40) ([wilreichert](https://github.com/wilreichert))
|
433
|
-
- added basic support for networks [\#39](https://github.com/test-kitchen/kitchen-openstack/pull/39) ([monsterzz](https://github.com/monsterzz))
|
434
|
-
- added support to assign security groups [\#37](https://github.com/test-kitchen/kitchen-openstack/pull/37) ([bears4barrett](https://github.com/bears4barrett))
|
435
|
-
- Update URLs to test-kitchen org [\#35](https://github.com/test-kitchen/kitchen-openstack/pull/35) ([RoboticCheese](https://github.com/RoboticCheese))
|
436
|
-
- Add Coveralls support, maybe [\#32](https://github.com/test-kitchen/kitchen-openstack/pull/32) ([RoboticCheese](https://github.com/RoboticCheese))
|
437
|
-
|
438
|
-
## [v1.1.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.1.0) (2013-12-07)
|
439
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.0.0...v1.1.0)
|
440
|
-
|
441
|
-
**Fixed bugs:**
|
442
|
-
|
443
|
-
- config\[:name\] is now used by Test Kitchen... [\#29](https://github.com/test-kitchen/kitchen-openstack/issues/29)
|
444
|
-
|
445
|
-
**Merged pull requests:**
|
446
|
-
|
447
|
-
- Fix \#29 - Rename 'name' option to 'server\_name' [\#31](https://github.com/test-kitchen/kitchen-openstack/pull/31) ([RoboticCheese](https://github.com/RoboticCheese))
|
448
|
-
|
449
|
-
## [v1.0.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.0.0) (2013-10-16)
|
450
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.5.0...v1.0.0)
|
451
|
-
|
452
|
-
**Implemented enhancements:**
|
453
|
-
|
454
|
-
- Support requesting a specific floating IP [\#21](https://github.com/test-kitchen/kitchen-openstack/issues/21)
|
455
|
-
- Support friendly flavor names [\#23](https://github.com/test-kitchen/kitchen-openstack/issues/23)
|
456
|
-
- Support friendly image names [\#22](https://github.com/test-kitchen/kitchen-openstack/issues/22)
|
457
|
-
|
458
|
-
**Merged pull requests:**
|
459
|
-
|
460
|
-
- synchronize lookup and assignment of floating ip [\#27](https://github.com/test-kitchen/kitchen-openstack/pull/27) ([jgawor](https://github.com/jgawor))
|
461
|
-
- specify image or flavor using the name or regular expression [\#26](https://github.com/test-kitchen/kitchen-openstack/pull/26) ([jgawor](https://github.com/jgawor))
|
462
|
-
- Refactoring and updating unit tests [\#25](https://github.com/test-kitchen/kitchen-openstack/pull/25) ([RoboticCheese](https://github.com/RoboticCheese))
|
463
|
-
- SSH key tweaks [\#15](https://github.com/test-kitchen/kitchen-openstack/pull/15) ([hufman](https://github.com/hufman))
|
464
|
-
- Floating ip support [\#14](https://github.com/test-kitchen/kitchen-openstack/pull/14) ([hufman](https://github.com/hufman))
|
465
|
-
|
466
|
-
## [v0.5.0](https://github.com/test-kitchen/kitchen-openstack/tree/v0.5.0) (2013-09-23)
|
467
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.8.1...v0.5.0)
|
468
|
-
|
469
|
-
**Fixed bugs:**
|
470
|
-
|
471
|
-
- Ordering of server.addresses isn't guaranteed [\#17](https://github.com/test-kitchen/kitchen-openstack/issues/17)
|
472
|
-
|
473
|
-
**Closed issues:**
|
474
|
-
|
475
|
-
- Cap generate\_name output to 64 characters [\#18](https://github.com/test-kitchen/kitchen-openstack/issues/18)
|
476
|
-
- Don't assume network names of "public" and "private" [\#16](https://github.com/test-kitchen/kitchen-openstack/issues/16)
|
477
|
-
- issue with latest test-kitchen 1.0.0.beta.2 and kitchen-openstack [\#13](https://github.com/test-kitchen/kitchen-openstack/issues/13)
|
478
|
-
|
479
|
-
**Merged pull requests:**
|
480
|
-
|
481
|
-
- Fix \#18 - Limit generated hostnames to 64 characters [\#20](https://github.com/test-kitchen/kitchen-openstack/pull/20) ([RoboticCheese](https://github.com/RoboticCheese))
|
482
|
-
- Fix \#16 and \#17 - Rewrite get\_ip method [\#19](https://github.com/test-kitchen/kitchen-openstack/pull/19) ([RoboticCheese](https://github.com/RoboticCheese))
|
483
|
-
|
484
|
-
## [v0.8.1](https://github.com/test-kitchen/kitchen-openstack/tree/v0.8.1) (2013-06-14)
|
485
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.4.0...v0.8.1)
|
486
|
-
|
487
|
-
## [v0.4.0](https://github.com/test-kitchen/kitchen-openstack/tree/v0.4.0) (2013-06-06)
|
488
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.8.0...v0.4.0)
|
489
|
-
|
490
|
-
**Merged pull requests:**
|
491
|
-
|
492
|
-
- support get\_ip from user-defined network group [\#12](https://github.com/test-kitchen/kitchen-openstack/pull/12) ([ainoya](https://github.com/ainoya))
|
493
|
-
- Care about ssh\_key option [\#11](https://github.com/test-kitchen/kitchen-openstack/pull/11) ([ainoya](https://github.com/ainoya))
|
494
|
-
|
495
|
-
## [v0.8.0](https://github.com/test-kitchen/kitchen-openstack/tree/v0.8.0) (2013-05-13)
|
496
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.2.0...v0.8.0)
|
497
|
-
|
498
|
-
## [v0.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v0.2.0) (2013-05-11)
|
499
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.7.1...v0.2.0)
|
500
|
-
|
501
|
-
**Implemented enhancements:**
|
502
|
-
|
503
|
-
- Support an optional region setting [\#8](https://github.com/test-kitchen/kitchen-openstack/issues/8)
|
504
|
-
- Start building in TravisCI [\#6](https://github.com/test-kitchen/kitchen-openstack/issues/6)
|
505
|
-
- RSpec Tests\(?\) [\#5](https://github.com/test-kitchen/kitchen-openstack/issues/5)
|
506
|
-
- Use Project Name in Server Hostname [\#1](https://github.com/test-kitchen/kitchen-openstack/issues/1)
|
507
|
-
|
508
|
-
**Fixed bugs:**
|
509
|
-
|
510
|
-
- Servers Linger post-destroy [\#3](https://github.com/test-kitchen/kitchen-openstack/issues/3)
|
511
|
-
|
512
|
-
**Closed issues:**
|
513
|
-
|
514
|
-
- Fix Failing Style Checks [\#4](https://github.com/test-kitchen/kitchen-openstack/issues/4)
|
515
|
-
|
516
|
-
**Merged pull requests:**
|
517
|
-
|
518
|
-
- Add region and service name support [\#10](https://github.com/test-kitchen/kitchen-openstack/pull/10) ([RoboticCheese](https://github.com/RoboticCheese))
|
519
|
-
- Working overkill RSpec tests [\#9](https://github.com/test-kitchen/kitchen-openstack/pull/9) ([RoboticCheese](https://github.com/RoboticCheese))
|
520
|
-
- Jdh assorted enhancements [\#7](https://github.com/test-kitchen/kitchen-openstack/pull/7) ([RoboticCheese](https://github.com/RoboticCheese))
|
521
|
-
- Allow users to use keys uploaded to Openstack [\#2](https://github.com/test-kitchen/kitchen-openstack/pull/2) ([stevendanna](https://github.com/stevendanna))
|
522
|
-
|
523
|
-
## [v0.7.1](https://github.com/test-kitchen/kitchen-openstack/tree/v0.7.1) (2013-04-11)
|
524
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/0.7.0...v0.7.1)
|
525
|
-
|
526
|
-
## [0.7.0](https://github.com/test-kitchen/kitchen-openstack/tree/0.7.0) (2013-03-09)
|
527
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.6.2...0.7.0)
|
528
|
-
|
529
|
-
## [v0.6.2](https://github.com/test-kitchen/kitchen-openstack/tree/v0.6.2) (2012-10-14)
|
530
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.6.0...v0.6.2)
|
531
|
-
|
532
|
-
## [v0.6.0](https://github.com/test-kitchen/kitchen-openstack/tree/v0.6.0) (2012-06-27)
|
533
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.5.4...v0.6.0)
|
534
|
-
|
535
|
-
## [v0.5.4](https://github.com/test-kitchen/kitchen-openstack/tree/v0.5.4) (2011-05-03)
|
536
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.5.3...v0.5.4)
|
537
|
-
|
538
|
-
## [v0.5.3](https://github.com/test-kitchen/kitchen-openstack/tree/v0.5.3) (2011-04-06)
|
539
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.5.2...v0.5.3)
|
540
|
-
|
541
|
-
## [v0.5.2](https://github.com/test-kitchen/kitchen-openstack/tree/v0.5.2) (2011-04-06)
|
542
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.5.1...v0.5.2)
|
543
|
-
|
544
|
-
## [v0.5.1](https://github.com/test-kitchen/kitchen-openstack/tree/v0.5.1) (2011-04-05)
|
545
|
-
|
546
|
-
|
547
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|