]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Correct opt type for nexenta_chunksize/blocksize
authorRonald Bradford <ronald.bradford@gmail.com>
Tue, 19 Jan 2016 21:51:32 +0000 (16:51 -0500)
committerRonald Bradford <ronald.bradford@gmail.com>
Tue, 26 Jan 2016 16:21:00 +0000 (11:21 -0500)
commit439f390e0a23515378cfb54dace9c3c87cf71c9e
treedba62d73709d3c069299e81164da047b36291319
parent7e040192d4a33fbe18f569cf10d8c786c8c369f8
Correct opt type for nexenta_chunksize/blocksize

When defined as a string with an integer default value, configuration
generation fails. Set to IntOpt based on help description and 4K/16K
values.

Change-Id: Ifaa92e15e3af837d87f71190702e66245c0fe7df
cinder/volume/drivers/nexenta/options.py