]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix StrOpts with integer defaults
authorSean McGinnis <sean_mcginnis@dell.com>
Sat, 5 Dec 2015 18:19:52 +0000 (12:19 -0600)
committerSean McGinnis <sean_mcginnis@dell.com>
Sat, 5 Dec 2015 18:21:53 +0000 (12:21 -0600)
commit03363ae6dd8adbf78229fc1b294c76f001adc9d8
tree5bffd03fa651e0d160db5bb607249508ed97dfcb
parente831f455a1f8406ab816dd74b9efb9cfc59a1abe
Fix StrOpts with integer defaults

A couple config options sneaked in defined as strings but
really expecting integer values. This causes errors with the
latest oslo.config that expects the appropriate type.

This patch changes these instances to be the expected IntOpt.

Change-Id: I449c1f0057d6f4afabfb8b71040427dbcb0ca4ee
cinder/volume/drivers/nexenta/nexentaedge/iscsi.py