Files
nova/doc/api_samples/extension-info/extensions-get-resp.json
T
Ghanshyam 40dc5847e2 Makes GET extension info sample tests run for v2 also
Currently get extension info test runs only for v2.1 and
v2 compatible mode. Because this tests get "os-create-backup"
extension info which does not exsist in v2 as separate extension.

This commit make that test to run to get 'os-agents' extension
info and run that for v2 also.

NOTE- Due to namespace link and updated date used in extension
detail info, we need to keep separate sample for v2 and v2.1

Change-Id: I643d278bf1916df6f5755c094a4ce7956551403e
2015-12-14 15:06:37 +09:00

10 lines
260 B
JSON

{
"extension": {
"alias": "os-agents",
"description": "Agents support.",
"links": [],
"name": "Agents",
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"updated": "2014-12-03T00:00:00Z"
}
}