README.md in vagrant-vcloud-0.4.0 vs README.md in vagrant-vcloud-0.4.1

- old
+ new

@@ -1,9 +1,9 @@ [Vagrant](http://www.vagrantup.com) provider for VMware vCloud Director® ============= -[Version 0.4.0](../../releases/tag/v0.4.0) has been released! +[Version 0.4.1](../../releases/tag/v0.4.1) has been released! ------------- Please note that this software is still Alpha/Beta quality and is not recommended for production usage. We have a wide array of boxes available at [Vagrant Cloud](https://vagrantcloud.com/gosddc) you can use them directly or you can roll your own as you please, make sure to install VMware tools in it. @@ -20,9 +20,18 @@ ```vagrant plugin install vagrant-vcloud``` Vagrant will download all the required gems during the installation process. After the install has completed a ```vagrant up --provider=vcloud``` will trigger the newly installed provider. + +Upgrade +------------- + +If you already have vagrant-vcloud installed you can update to the latest version available by issuing: + +```vagrant plugin update vagrant-vcloud``` + +Vagrant will take care of the upgrade process. Configuration ------------- Here's a sample Multi-VM Vagrantfile, please note that ```vcloud.vdc_edge_gateway``` and ```vcloud.vdc_edge_gateway_ip``` are required only when you cannot access ```vcloud.vdc_network_name``` directly and there's an Organization Edge between your workstation and the vCloud Network.