commit | 586b2cc0ec3c5671a458c4a24260324632a7b6fa | [log] [tgz] |
---|---|---|
author | Daryl Walleck <daryl.walleck@rackspace.com> | Fri Jul 17 14:14:44 2015 -0500 |
committer | Daryl Walleck <daryl.walleck@rackspace.com> | Mon Jul 20 10:09:15 2015 -0500 |
tree | 161c69d9eaf3a66bcf0e9cda6a742bbc7685fa1c | |
parent | 6adc16fcd212f4f89a21693130aa5c5c297b1f60 [diff] |
Use image minDisk as volume size when necessary When creating a volume from an image, it is possible that the configured volume_size value is less than the minDisk of the image, which causes the test to fail. In this case, the size of the created volume should be the minDisk size instead. Change-Id: I06f47fdcef7d36b9bb7793d29b5fe86bf6080b98 Closes-Bug: #1475746