wrong description for "resource_limit" in limits API
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
New
|
Undecided
|
Unassigned |
Bug Description
"resource_limit" is described as array type in the table, but the example below shows it's an integer.
```
{
"links": {
"self": "http://
"previous": null,
"next": null
},
"limits": [
{
},
"id": "25a04c7a065c43
},
{
},
"id": "3229b3849f584f
}
]
}
```