kitchen-cloudstack 0.20.1 → 0.20.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 758e5350018113d188414f28183b77a6de93f635
4
- data.tar.gz: 09226f0d77004c890c7c46a3f5a52807a93348f0
3
+ metadata.gz: 4aea8ef2bb8e1861c84d98804c3d2dd42b755a37
4
+ data.tar.gz: 357e9002fd56121c69cbc2d639a6b184425f3a53
5
5
  SHA512:
6
- metadata.gz: d55f09ce5c054f272a3d63038d98c1be2b19257ed9d54b89365b9a5cc50472a3298647162dd51db1c0d01c9052124212e01ef132d47e24e119bb3f62531b3291
7
- data.tar.gz: 133a064deb67f9114fe0d37bcb56b3859d1ea67a12f4f531d4cac88a8d694456d12f9bc457a4b87d4fb2bca79094b94e1e743f718b0aaac1169dfe2177e684eb
6
+ metadata.gz: a67eaf5ffe6050dcca689a666e016ec9fb33745bc2adefba8c6fe41fcb89612124b1f91f13c43b4c42f76bc31fa4b8bde46eb8d7296ad8fe774d85e6e9d9531e
7
+ data.tar.gz: 34a83850f480777e217bb956013f193fed9d707a5366befeacf2434fc3ced5a12303e04af30bbf8631a21932c4a97d036d8a3066e9007ab4a1232d6f3a3b6038
@@ -161,6 +161,7 @@ module Kitchen
161
161
  debug("Connecting to : #{state[:hostname]} as #{config[:username]} using keypair #{keypair}.")
162
162
  elsif (server_info.fetch('passwordenabled') == true)
163
163
  password = server_info.fetch('password')
164
+ config[:password] = password
164
165
  # Print out IP and password so you can record it if you want.
165
166
  info("Password for #{config[:username]} at #{state[:hostname]} is #{password}")
166
167
 
@@ -21,6 +21,6 @@ module Kitchen
21
21
  module Driver
22
22
 
23
23
  # Version string for Cloudstack Kitchen driver
24
- CLOUDSTACK_VERSION = "0.20.1"
24
+ CLOUDSTACK_VERSION = "0.20.2"
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-cloudstack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.1
4
+ version: 0.20.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Moody