Merge pull request #1244 from frapposelli/vcloudair-fix-catalogitem

Fix for the default vCloud Air catalog item.
This commit is contained in:
Evan Hazlett 2015-05-27 11:42:18 -04:00
commit 512f403bb2
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ func GetCreateFlags() []cli.Flag {
EnvVar: "VCLOUDAIR_CATALOGITEM",
Name: "vmwarevcloudair-catalogitem",
Usage: "vCloud Air Catalog Item (default is Ubuntu Precise)",
Value: "Ubuntu Server 12.04 LTS (amd64 20140927)",
Value: "Ubuntu Server 12.04 LTS (amd64 20150127)",
},
// BoolTFlag is true by default.