|
|
|
@ -285,6 +285,7 @@ class decort_rg(DecortController):
|
|
|
|
|
disk='disksize',
|
|
|
|
|
ext_ips='extips',
|
|
|
|
|
net_transfer='exttraffic',)
|
|
|
|
|
if self.amodule.params['quotas']:
|
|
|
|
|
for quota_item in self.amodule.params['quotas']:
|
|
|
|
|
if self.amodule.params['quotas'][quota_item] < resources[query_key_map[quota_item]]:
|
|
|
|
|
incorrect_quota['Requested'][quota_item]=self.amodule.params['quotas'][quota_item]
|
|
|
|
|