lib/vagrant-vcloud/cap/public_address.rb in vagrant-vcloud-0.3.3 vs lib/vagrant-vcloud/cap/public_address.rb in vagrant-vcloud-0.4.0
- old
+ new
@@ -1,11 +1,9 @@
module VagrantPlugins
module VCloud
module Cap
module PublicAddress
-
def self.public_address(machine)
-
# Initial try for vagrant share feature.
# It seems ssh_info[:port] is given automatically.
# I think this feature was built planning that the port forwarding
# and networking was done on the vagrant machine, which isn't the
# case in vagrant-vcloud