vagrant-openstack-cloud-provider 1.1.11 → 1.1.12
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf7728ad6eba08c5a1e7356809c7272e3c43f282
|
4
|
+
data.tar.gz: 5724aa78a5a2ad4aa235a6b6f54fc41e8da4196e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86d9921a6977c8a3f78e51d01625c268a7cd8768a5c49177eb753c6c481b5995537878e22f24d25cc61b665a7a91d96b3704d7df003a933dea5faa8e0be67e78
|
7
|
+
data.tar.gz: a80331f3d31c6bfedc73f4efe7255813517111ccd7cadfa022b1e2c968fdd5086a65c13b52d7de4a0e1560a77f355cf3be4e491848169c78ec4e4a3e8bf81748
|
@@ -135,7 +135,7 @@ module VagrantPlugins
|
|
135
135
|
@scheduler_hints = {} if @scheduler_hints == UNSET_VALUE
|
136
136
|
@instance_build_timeout = 120 if @instance_build_timeout == UNSET_VALUE
|
137
137
|
@instance_build_status_check_interval = 1 if @instance_build_status_check_interval == UNSET_VALUE
|
138
|
-
@instance_ssh_timeout =
|
138
|
+
@instance_ssh_timeout = 120 if @instance_ssh_timeout == UNSET_VALUE
|
139
139
|
@instance_ssh_check_interval = 2 if @instance_ssh_check_interval == UNSET_VALUE
|
140
140
|
|
141
141
|
@report_progress = true if @report_progress == UNSET_VALUE
|
@@ -29,7 +29,7 @@ RSpec.describe VagrantPlugins::OpenStack::Config do
|
|
29
29
|
it { is_expected.to have_attributes(scheduler_hints: {}) }
|
30
30
|
it { is_expected.to have_attributes(instance_build_timeout: 120) }
|
31
31
|
it { is_expected.to have_attributes(instance_build_status_check_interval: 1) }
|
32
|
-
it { is_expected.to have_attributes(instance_ssh_timeout:
|
32
|
+
it { is_expected.to have_attributes(instance_ssh_timeout: 120) }
|
33
33
|
it { is_expected.to have_attributes(instance_ssh_check_interval: 2) }
|
34
34
|
it { is_expected.to have_attributes(report_progress: true) }
|
35
35
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-openstack-cloud-provider
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mathieu Mitchell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fog
|