Merge "Server Group quotas support"

This commit is contained in:
Jenkins 2015-05-21 22:01:32 +00:00 committed by Gerrit Code Review
commit acebc9e2e7

View File

@ -72,6 +72,14 @@ class NovaQuotas(object):
"security_group_rules": {
"type": "integer",
"minimum": -1
},
"server_groups": {
"type": "integer",
"minimum": -1
},
"server_group_members": {
"type": "integer",
"minimum": -1
}
}
}