vagrant-mcs 0.7.14 → 0.7.15
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 +4 -4
- data/lib/vagrant-mcs/action/run_instance.rb +5 -0
- data/lib/vagrant-mcs/version.rb +1 -1
- data/vagrant-mcs-0.7.14.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46f768dc36038fa14978905d349ed7883ef7d4e3
|
|
4
|
+
data.tar.gz: 641e0e0b0c6d5595ad4ea255766e269ab4e224b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60a3f28df4def463ace80bcfa972dab93b8f61f1d88bee0823eb3dfa5d5bc5b7f2eb6ef7230b9a5249c64bd928f6f69fcd7d378016ab903aca98e616c09a7f25
|
|
7
|
+
data.tar.gz: 19d78421ba78eb97b22cd144b926f5f8cff0855d86bc0b8af28b90d356daa4fbb1176e1de07ed4750d33993b2df1a081bd0269cacf47500ea798021563f285fa
|
|
@@ -103,6 +103,9 @@ module VagrantPlugins
|
|
|
103
103
|
server = env[:mcs_compute].create_instance('fa1026fe-c082-4ead-8458-802bf65ca64c', 'C1_M1', nil, nil, nil, datadisk=9, bandwidth=2)
|
|
104
104
|
#puts server
|
|
105
105
|
#server = env[:mcs_compute].servers.create(options)
|
|
106
|
+
rescue Exception => e
|
|
107
|
+
raise Errors::FogError, :message => e.message
|
|
108
|
+
=begin
|
|
106
109
|
rescue Fog::Compute::MCS::NotFound => e
|
|
107
110
|
# Invalid subnet doesn't have its own error so we catch and
|
|
108
111
|
# check the error message here.
|
|
@@ -118,6 +121,8 @@ module VagrantPlugins
|
|
|
118
121
|
raise Errors::InternalFogError,
|
|
119
122
|
:error => e.message,
|
|
120
123
|
:response => e.response.body
|
|
124
|
+
|
|
125
|
+
=end
|
|
121
126
|
end
|
|
122
127
|
|
|
123
128
|
# Immediately save the ID since it is created at this point.
|
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.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mitchell Hashimoto
|
|
@@ -150,6 +150,7 @@ files:
|
|
|
150
150
|
- templates/vagrant-aws_package_Vagrantfile.erb
|
|
151
151
|
- vagrant-mcs-0.7.12.gem
|
|
152
152
|
- vagrant-mcs-0.7.13.gem
|
|
153
|
+
- vagrant-mcs-0.7.14.gem
|
|
153
154
|
- vagrant-mcs.gemspec
|
|
154
155
|
homepage: http://www.vagrantup.com
|
|
155
156
|
licenses:
|