Merge "Volume create fails with FakeISCSIDriver"

This commit is contained in:
Jenkins 2016-02-09 16:07:53 +00:00 committed by Gerrit Code Review
commit 898a63be9f
1 changed files with 2 additions and 2 deletions

View File

@ -2634,8 +2634,8 @@ class FakeISCSIDriver(ISCSIDriver):
fake_pool = {}
fake_pool.update(dict(
pool_name=data["volume_backend_name"],
total_capacity_gb=0,
free_capacity_gb=0,
total_capacity_gb='infinite',
free_capacity_gb='infinite',
provisioned_capacity_gb=0,
reserved_percentage=100,
QoS_support=False,