From 11d894855fc29329f1811b9f67d1f80b2a18ff7a Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Thu, 28 Jan 2016 14:16:35 +0200 Subject: [PATCH] Change mos_disk_info to fuel_disk_info this is glance image metadata field filled when uploading images for Ironic tests. Change-Id: I586425c4b68ab77b93ad4d2888eccf3cd5109423 Related-Bug: #1539040 Depends-On: I83c462424422722f210d1659eaa7cf3c1bc14aa9 --- fuelweb_test/helpers/ironic_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuelweb_test/helpers/ironic_actions.py b/fuelweb_test/helpers/ironic_actions.py index 8be0ddfa7..5bde03a90 100644 --- a/fuelweb_test/helpers/ironic_actions.py +++ b/fuelweb_test/helpers/ironic_actions.py @@ -39,7 +39,7 @@ class IronicActions(os_actions.OpenStackActions): '--file trusty-server-cloudimg-amd64.img --visibility public ' '--property cpu_arch="x86_64" ' '--property hypervisor_type="baremetal" ' - '--property mos_disk_info=\'{disk_info}\'').format( + '--property fuel_disk_info=\'{disk_info}\'').format( disk_info=json.dumps(disk_info), img_url=img_url)