vagrant-mcs 0.8.10 → 0.8.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7038c0eda4827a2147e7b4d472360ca1afddb0f5
4
- data.tar.gz: 875f809b475f21271274f14abb24f588ab72ba0f
3
+ metadata.gz: 5532c76e4dca5df9e26704a3f767b40160dbddb6
4
+ data.tar.gz: 09ca628cefe143b0a797ed8748e149a6a10f0d27
5
5
  SHA512:
6
- metadata.gz: e1a50113f4c17ed0382567c5bd65e66bdbde2acbf7b8eb6c349796d80421e0d6fecf90b6e706ac77f87531b36be07877a2705c14087d41f2f3d9f1a5b0ed2306
7
- data.tar.gz: 03a6b7b8cc96c9177399f3cacb00ef0117715a329dbb15635da8a94510315771673ff2c0d69fa2d4f1ad8b41d0f453ffa1739285331bc970394a158c2401dc0c
6
+ metadata.gz: 9fbd0fc97a679d5845d4462f4c29f45c762e8af4e1a63126e052090fe69b973fb6ab29df016a8e0dfd0e7d27790c0c99f4c7d044275c1f620db188aab0ae18ce
7
+ data.tar.gz: 56eb81f9b50f8fa8aac516ee219c76ceff481fc684065aa5adbda51a9c336eb656d988e9c7cf136a07341dfe1efc9024b930af5cfac4aeabd8b0868690752e69
@@ -21,7 +21,7 @@ module VagrantPlugins
21
21
  return nil if machine.id.nil?
22
22
 
23
23
  # Find the machine
24
- server = mcs.describe_instances([machine.id])
24
+ server = (mcs.describe_instances([machine.id]))["Instance"]
25
25
  #puts server
26
26
  #server = mcs.servers.get(machine.id)
27
27
  if server.nil?
@@ -52,6 +52,7 @@ module VagrantPlugins
52
52
  if !host_value
53
53
  host_value = server["ipAddresses"]
54
54
  end
55
+ puts server
55
56
  puts server["ipAddresses"]
56
57
  puts host_value
57
58
  #puts 3
@@ -23,7 +23,7 @@ module VagrantPlugins
23
23
  # Find the machine
24
24
  #puts mcs
25
25
  #puts machine.id
26
- server = mcs.describe_instances([machine.id])
26
+ server = (mcs.describe_instances([machine.id]))["Instance"]
27
27
  puts "read_state"
28
28
  puts server
29
29
  puts "finish read_state"
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MCS
3
- VERSION = '0.8.10'
3
+ VERSION = '0.8.11'
4
4
  end
5
5
  end
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.8.10
4
+ version: 0.8.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangchangsheng