]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Tegile tests: Change volume size to int
authorEric Harney <eharney@redhat.com>
Tue, 19 Jan 2016 16:06:48 +0000 (11:06 -0500)
committerEric Harney <eharney@redhat.com>
Tue, 19 Jan 2016 16:06:48 +0000 (11:06 -0500)
commit7b012048f26904857076930f24f3fc1e2346c453
tree939c4db4c83bb0ab85edfa1ba65bbac5996ac67b
parent925a5c31b9367694ce4e356565733bf246b169d5
Tegile tests: Change volume size to int

Defining volume size as a string is not correct, and
causes huge memory consumption when multiplied by
units.Gi in the driver.

Change-Id: Ib4cf13629b70dc1c517e4c12f29c62bb9c75adbf
Closes-Bug: #1535464
cinder/tests/unit/test_tegile.py