heat/heat/engine/resources/openstack/cinder
Nakul Dahiwade 5c2627af9e Unlimited cinder quotas throws exception
Cinder-quota-resource is supposed to support a value of -1 to indicate an
unlimited quota for a particular key (volumes, gigabytes or snapshots).
However the implementation had an iterator error (you cannot modify a
dict as you are iterating over it) and no unit tests to expose that bug.

This commit fixes the issue.

Change-Id: Iea28fdc38c51df5e87e6957a6e4797feea9057ee
Story: 2002550
Task: 22112
2018-06-14 17:28:10 +00:00
..
__init__.py Move cinder volume resource 2015-03-05 09:34:10 +08:00
encrypted_volume_type.py EncryptedVolumeType observe reality implement 2016-08-18 18:46:02 +03:00
qos_specs.py Add resource OS::Cinder::QoSAssociation 2016-09-19 12:30:23 +08:00
quota.py Unlimited cinder quotas throws exception 2018-06-14 17:28:10 +00:00
volume.py Parse live data with correct key 'readonly' 2017-08-28 06:49:51 +00:00
volume_type.py Avoid to use internal attribute '_info' 2017-01-16 16:40:48 +08:00