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: 90a622141c798650755c827e3c69b274281ca800
4
- data.tar.gz: 7199317a5e4268d3ccfc9eff91126f84edf3dd48
3
+ metadata.gz: bf7728ad6eba08c5a1e7356809c7272e3c43f282
4
+ data.tar.gz: 5724aa78a5a2ad4aa235a6b6f54fc41e8da4196e
5
5
  SHA512:
6
- metadata.gz: b3b8ab12b361550eec73e978b4177572ed6f0fa913ee13ea5dea7e0cfb335cc4a6d099342b77536af29635acee728547c948c48582f75edbda6fa3f9b20f74ae
7
- data.tar.gz: 4379ae1060288ba27cee8e29fc412f59b7f60e24667196df3c88b7f97dd4d82412ad87aa4adb00ed41045919f75c09a94afba06adcbd50e8aabf462f3e45bb50
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 = 60 if @instance_ssh_timeout == UNSET_VALUE
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
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module OpenStack
3
- VERSION = "1.1.11"
3
+ VERSION = "1.1.12"
4
4
  end
5
5
  end
@@ -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: 60) }
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.11
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-08 00:00:00.000000000 Z
11
+ date: 2017-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog