Jasdeep Hundal created JCLOUDS-527:
--------------------------------------
Summary: JClouds Nova QuotaApi broken for Nova Grizzly and onwards
Key: JCLOUDS-527
URL: https://issues.apache.org/jira/browse/JCLOUDS-527
Project: jclouds
Issue Type: Task
Affects Versions: 1.8.0, 1.7.2
Reporter: Jasdeep Hundal
Assignee: Jasdeep Hundal
Fix For: 1.8.0
Nova no longer supports setting quotas for volumes and returns errors
("{"badRequest": {"message": "Bad key(s) gigabytes,volumes in quota_set",
"code": 400}}") when trying to set any quota in JClouds through the QuotaApi.
See:
https://blueprints.launchpad.net/nova/+spec/delete-nova-volume
and
https://bugs.launchpad.net/python-novaclient/+bug/1078089
Supported quota keys:
https://github.com/openstack/nova/blob/master/nova/quota.py#L1408-L1428
Where Nova rejects unsupported quota keys:
https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/contrib/quotas.py#L143-L164
--
This message was sent by Atlassian JIRA
(v6.2#6252)