Fix for the default vCloud Air catalog item.

Signed-off-by: Fabio Rapposelli <fabio@vmware.com>
This commit is contained in:
Fabio Rapposelli 2015-05-27 15:17:26 +02:00
parent 5024868f17
commit 850e21c3dc
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.