]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixes 3PAR snapshot failure with optional params
authorKurt Martin <kurt.f.martin@hp.com>
Mon, 8 Jun 2015 17:26:20 +0000 (10:26 -0700)
committerKurt Martin <kurt.f.martin@hp.com>
Mon, 8 Jun 2015 17:26:20 +0000 (10:26 -0700)
commit891722fe371b3c518b9dd04c21672202088d49a8
treeb41c458055473951909e250f164669aa0de04b98
parentc5b169cfe508c3f098331236767a0f2294bf697f
Fixes 3PAR snapshot failure with optional params

Create snapshot fails when HP3PAR hp3par_snapshot_retention and/or
hp3par_snapshot_expiration parameters were set in cinder.conf. The
params were being sent to the backend as strings instead on integers.

Change-Id: I24d0bc133c48b47a27f5c112e9cd924dd0fa3bcc
Closes-bug: #1461640
cinder/volume/drivers/san/hp/hp_3par_common.py