]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Misused and not used config options
authorZhongyue Luo <lzyeval@gmail.com>
Mon, 16 Jul 2012 19:37:54 +0000 (20:37 +0100)
committerMark McLoughlin <markmc@redhat.com>
Mon, 16 Jul 2012 20:49:38 +0000 (21:49 +0100)
commit78918b8861f11d0145f8cc7310ece6ec8535c6e5
treee9b7e035ef3c245c9e7a68f66e955cb4aeeb39d7
parent9929f2b2a152f34e24366f5f0afbc071ff40833f
Misused and not used config options

Cherry picks dc9c3cb from Nova.

Fixes bug #1000071

[nova.api.sizelimit.py]
osapi_max_request_body_size: BoolOpt -> IntOpt

[nova.rpc.__init__.py]
allowed_rpc_exception_modules: IntOpt -> ListOpt

[nova.volume.driver.py]
num_shell_tries: StrOpt -> IntOpt
num_iscsi_scan_tries: StrOpt -> IntOpt

[nova.volume.driver.py]
san_thin_provision: 'true' -> True
san_is_local: 'false' -> False

Change-Id: If283dd7c4feba69c07bd483acd14f45c2659b743
cinder/api/sizelimit.py
cinder/rpc/__init__.py
cinder/volume/driver.py
cinder/volume/san.py