Merge "Add option for create cluster with block device"

This commit is contained in:
Jenkins 2016-05-27 13:11:24 +00:00 committed by Gerrit Code Review
commit 3f0edb7974
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,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'