Includes sec group quota details in limits API response

Added the security groups quota details to
the limit API response so that these details
also get displayed to the user.

Fixes bug 1049578
Change-Id: I45c345141747f99359c8948e959030f8cb99e866
This commit is contained in:
Ram Nalluri
2012-09-12 22:36:59 +05:30
parent c2e049a469
commit 8e5d3a4244
2 changed files with 7 additions and 3 deletions

View File

@@ -11,7 +11,9 @@
"maxTotalKeypairs": 100,
"maxTotalRAMSize": 51200,
"maxTotalVolumeGigabytes": 1000,
"maxTotalVolumes": 10
"maxTotalVolumes": 10,
"maxSecurityGroups": 10,
"maxSecurityGroupRules": 20
},
"rate": [
{
@@ -69,4 +71,4 @@
}
]
}
}
}

View File

@@ -25,5 +25,7 @@
<limit name="maxTotalFloatingIps" value="10"/>
<limit name="maxTotalVolumeGigabytes" value="1000"/>
<limit name="maxTotalRAMSize" value="51200"/>
<limit name="maxSecurityGroups" value="10"/>
<limit name="maxSecurityGroupRules" value="20"/>
</absolute>
</limits>
</limits>