wrong description for "resource_limit" in limits API
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Low
|
wangxiyuan |
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
}
]
}
```
tags: | added: documentation |
Changed in keystone: | |
milestone: | none → rocky-1 |
https:/ /github. com/openstack/ keystone/ blob/master/ api-ref/ source/ v3/parameters. yaml#L1494- L1499
Should be integer instead of array.