Fixed Glance Certification part

Change-Id: I83ad809e3a6b78d117fd85499ee43e72fde73a48
This commit is contained in:
Andrey 2015-12-17 10:34:34 -08:00
parent a003008a04
commit c37ed2ad09
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
{%- endmacro %}
{%- macro glance_args(location, container="bare", type="qcow2") %}
image_container: {{ container }}
image_type: {{ type }}
container_format: {{ container }}
disk_format: {{ type }}
image_location: {{ location }}
{%- endmacro %}