]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Wrap SolidFire size parameter in int.
authorjohn-griffith <john.griffith@solidfire.com>
Tue, 29 Jan 2013 03:28:14 +0000 (20:28 -0700)
committerjohn-griffith <john.griffith@solidfire.com>
Tue, 29 Jan 2013 03:31:35 +0000 (20:31 -0700)
commitd66ea53e82e862e9660163541c2453e2e3bd104b
tree26c66b39e8d5ec7a9a51410e88fc642e3f9ea001
parent602da5b06b7bd2b16079305d2b2b90f88301f675
Wrap SolidFire size parameter in int.

SolidFire API requires that volume size is specified as
an int value, ensure an int is provided by wrapping in int()

Change-Id: If251ce2a7095f32aa2a59bb6cc767a4136c5f88c
cinder/volume/drivers/solidfire.py