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 +4 -4
- data/lib/chef/knife/openstack_server_create.rb +2 -2
- data/lib/knife-openstack/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a023b1f5b4b0c855a8e5d5c2867a5624a3ab6b469368cc182a44ac8c84357f2c
|
4
|
+
data.tar.gz: 79a5238b5dbbd5e1b08a077de6a07b2b3895a57cb6743987aa47b135893e4179
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
146
|
-
# only set the bootstrap network to 'private' if still
|
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
|
|
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.
|
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-
|
11
|
+
date: 2020-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fog-openstack
|