diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-11-07 09:28:39 -0700 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-11-07 09:28:39 -0700 |
| commit | e26d8ee8340908f2b4cba8dbf9d44480a2fd2db4 (patch) | |
| tree | d99b42788bbe8d60c03ae77b35cc57a5f52e0ccf | |
| parent | 33e8f5d4d6c477a5c338610febc76a8fd9662578 (diff) | |
adjusting image_name to not contain suffix
| -rw-r--r-- | manifests/ubuntu-16.04.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ubuntu-16.04.yaml b/manifests/ubuntu-16.04.yaml index 0ea3580..f841047 100644 --- a/manifests/ubuntu-16.04.yaml +++ b/manifests/ubuntu-16.04.yaml @@ -1,6 +1,6 @@ --- tag: 2017110100 -image_name: ubuntu-16.04.qcow2 +image_name: ubuntu-16.04 image_type: qcow2 vetted: False regions_to_exclude: ~ |
