
Adds V3 API versions of the urlmap unittests. These test that the V3 content is returned when expected in the format expected. Adds the extension plugin as being discoverage in the fake policy files for the unitests to provide some easily known data to check for the urlmap tests. Updates extension info api sample tests Partially implements v3-api-unittests Change-Id: I67f2a3516ffee02b6dbf258ee35e1fd084ba060c
18 lines
521 B
JSON
18 lines
521 B
JSON
{
|
|
"extensions": [
|
|
{
|
|
"alias": "extensions",
|
|
"description": "Extension information.",
|
|
"name": "extensions",
|
|
"namespace": "http://docs.openstack.org/compute/core/extension_info/api/v3",
|
|
"version": 1
|
|
},
|
|
{
|
|
"alias": "flavors",
|
|
"description": "Flavors Extension.",
|
|
"name": "flavors",
|
|
"namespace": "http://docs.openstack.org/compute/core/flavors/v3",
|
|
"version": 1
|
|
}
|
|
]
|
|
} |