
Currently the command "nova list --ip6 xxx" will return all servers for non-admins, as the filter option is silently discarded. There is no reason to treat ip6 different from ip, though, so we add a new microversion that will allow this filter to be applied. APIImpact: Filtering by ip6 will now be allowed for non-admin DocImpact: Filtering by ip6 will now be allowed for non-admin Implements blueprint allow-ip6-search-for-non-admin Partial-Bug: 1450859 Change-Id: I26a0b576636bd7e6b4dd7d53ded05907397d2f26
31 lines
749 B
JSON
31 lines
749 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"id": "v2.0",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "SUPPORTED",
|
|
"version": "",
|
|
"min_version": "",
|
|
"updated": "2011-01-21T11:33:21Z"
|
|
},
|
|
{
|
|
"id": "v2.1",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2.1/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "CURRENT",
|
|
"version": "2.5",
|
|
"min_version": "2.1",
|
|
"updated": "2013-07-23T11:33:21Z"
|
|
}
|
|
]
|
|
}
|