vagrant-mcs 0.7.15 → 0.7.16
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: 927ac1469008512ff19ee2f306c06e7b605956e4
|
4
|
+
data.tar.gz: 7f631117a20dd7cfd76269e6af9e57ebe43c7a01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6c5799c59631060151546aee2ed8f200c58a563e69698f054a5e863a8c78ee10141d4e496779fdbd728616e6fd5ca7ef59724026bfeffe4fed27aa8366d2eb3
|
7
|
+
data.tar.gz: 7744de7e49fbc8a9cabc9ce082db25540653ee794205c96b801dd6b529546b1bd3b4ac5b1923f10b36061150f4a7b1157dac9dbdadf8c23f4a8c8c0600e26003
|
@@ -104,7 +104,7 @@ module VagrantPlugins
|
|
104
104
|
#puts server
|
105
105
|
#server = env[:mcs_compute].servers.create(options)
|
106
106
|
rescue Exception => e
|
107
|
-
raise Errors::FogError, :message
|
107
|
+
raise Errors::FogError, :message
|
108
108
|
=begin
|
109
109
|
rescue Fog::Compute::MCS::NotFound => e
|
110
110
|
# Invalid subnet doesn't have its own error so we catch and
|
@@ -27,7 +27,8 @@ module VagrantPlugins
|
|
27
27
|
|
28
28
|
# Destroy the server and remove the tracking ID
|
29
29
|
env[:ui].info(I18n.t("vagrant_mcs.terminating"))
|
30
|
-
server.destroy
|
30
|
+
#server.destroy
|
31
|
+
env[:mcs_compute].terminate_instance(env[:machine].id)
|
31
32
|
env[:machine].id = nil
|
32
33
|
|
33
34
|
@app.call(env)
|
data/lib/vagrant-mcs/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-mcs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mitchell Hashimoto
|
@@ -151,6 +151,7 @@ files:
|
|
151
151
|
- vagrant-mcs-0.7.12.gem
|
152
152
|
- vagrant-mcs-0.7.13.gem
|
153
153
|
- vagrant-mcs-0.7.14.gem
|
154
|
+
- vagrant-mcs-0.7.15.gem
|
154
155
|
- vagrant-mcs.gemspec
|
155
156
|
homepage: http://www.vagrantup.com
|
156
157
|
licenses:
|