From c37ed2ad09d2ec3d595437f7b73338b9b7a14d4d Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 17 Dec 2015 10:34:34 -0800 Subject: [PATCH] Fixed Glance Certification part Change-Id: I83ad809e3a6b78d117fd85499ee43e72fde73a48 --- certification/openstack/macro/macro.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certification/openstack/macro/macro.yaml b/certification/openstack/macro/macro.yaml index 7a58147d37..e6542f37a9 100644 --- a/certification/openstack/macro/macro.yaml +++ b/certification/openstack/macro/macro.yaml @@ -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 %}