knife-openstack 4.0.0 → 4.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fea575415f8293a82e3549df15fe0904421689eb1501ecde02f6c763e5d11567
4
- data.tar.gz: df4336564c9df6eb7dc4360169dd6d843614222e1092085ed54183abea88513e
3
+ metadata.gz: a023b1f5b4b0c855a8e5d5c2867a5624a3ab6b469368cc182a44ac8c84357f2c
4
+ data.tar.gz: 79a5238b5dbbd5e1b08a077de6a07b2b3895a57cb6743987aa47b135893e4179
5
5
  SHA512:
6
- metadata.gz: f69a9955f12b7ebfee46e574b9929ac71a248b151c2a64ada9b50b3d59b124118e188b6ce7cd828505e254d10d14ea6c3cc089ea7d02d163c59abd1f7e0d9912
7
- data.tar.gz: 8731570f7c7cc4e7a15a53c8f9ff1e733c3e79db7957fbd53b6e7345751b9268cce77ee98e6bb6b4e9130b5c30a89aac0661bbb01b64117d396b65ee770c7190
6
+ metadata.gz: 5e2b410b73c11c3601697bd362a8ec7f340268c91793279ea2f86b12eb2b6b4cc0f3a5664754d399f68c0b3a29ff15415940907b124525d5e95739278f69bf4b
7
+ data.tar.gz: 3ad615b18db0d3a94173773288c90daddb8411a06279cadae771cd5ea8f46b97eeb61a9e4347742802474c2997e836f65fdebaee51bc368444395c8bda968742
@@ -142,8 +142,8 @@ class Chef
142
142
  # Use SSH password either specified from command line or from openstack server instance
143
143
  config[:ssh_password] = config[:ssh_password] || server.password unless config[:openstack_ssh_key_id]
144
144
 
145
- # The bootstrap network is always initialised to 'public' when a network name isn't specified. Therefore,
146
- # only set the bootstrap network to 'private' if still initialised to public and nothing was specified for
145
+ # The bootstrap network is always initialized to 'public' when a network name isn't specified. Therefore,
146
+ # only set the bootstrap network to 'private' if still initialized to public and nothing was specified for
147
147
  # the private network name.
148
148
  config[:bootstrap_network] = "private" if config[:private_network] && config[:bootstrap_network] == "public"
149
149
 
@@ -1,7 +1,7 @@
1
1
  #
2
2
  module Knife
3
3
  module OpenStack
4
- VERSION = "4.0.0".freeze
4
+ VERSION = "4.0.5".freeze
5
5
  MAJOR, MINOR, TINY = VERSION.split(".")
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-openstack
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - JJ Asghar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-05 00:00:00.000000000 Z
11
+ date: 2020-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog-openstack