vagrant-mcs 0.7.1 → 0.7.2
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 +3 -1
- data/lib/vagrant-mcs/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4808ae9a806e895b18a463001340bec8e760a7e1
|
|
4
|
+
data.tar.gz: e740946811a5f9b22bc684f6b82aa27aeb0061c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e7115833252c0380ebb136eb98636262ef9bf6bde54bf1fd7ec7822cdbab02ba25fa085430f73cf1b68fb6d965094326430257bd8ec18e160a104d45bf91f98
|
|
7
|
+
data.tar.gz: 4a357daf2d14ad1363af544987c877bd566dc8aea64f1d2fe7ebfffe1c59fc0f8368bae0f115d3d9fe0abe847bdaf7f34872fd7e46dec2d05cbd4877435e0f9f
|
|
@@ -99,7 +99,9 @@ module VagrantPlugins
|
|
|
99
99
|
end
|
|
100
100
|
|
|
101
101
|
begin
|
|
102
|
-
|
|
102
|
+
# todo
|
|
103
|
+
server = env[:mcs_compute].create_instance('fa1026fe-c082-4ead-8458-802bf65ca64c', 'C1_M1', nil, nil, nil, datadisk=9, bandwidth=2)
|
|
104
|
+
#server = env[:mcs_compute].servers.create(options)
|
|
103
105
|
rescue Fog::Compute::MCS::NotFound => e
|
|
104
106
|
# Invalid subnet doesn't have its own error so we catch and
|
|
105
107
|
# check the error message here.
|
data/lib/vagrant-mcs/version.rb
CHANGED