From f7be38697bc0975ccdf572ab359d6a8ee30bbed3 Mon Sep 17 00:00:00 2001 From: obutenko Date: Tue, 17 May 2016 11:12:29 +0300 Subject: [PATCH] Add option for create cluster with block device Add option volumes_block_device for fuel_web_client. Change-Id: I41f09e425b12a8d955229e8ac128037ad46c1bfa Closes-bug: #1582255 --- fuelweb_test/models/fuel_web_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuelweb_test/models/fuel_web_client.py b/fuelweb_test/models/fuel_web_client.py index 861929491..52ef9e8dd 100644 --- a/fuelweb_test/models/fuel_web_client.py +++ b/fuelweb_test/models/fuel_web_client.py @@ -551,7 +551,7 @@ class FuelWebClient29(object): elif option in {'volumes_ceph', 'images_ceph', 'ephemeral_ceph', 'objects_ceph', 'osd_pool_size', 'volumes_lvm', - 'images_vcenter'}: + 'volumes_block_device', 'images_vcenter'}: section = 'storage' elif option in {'tenant', 'password', 'user'}: section = 'access'