diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-12-11 21:31:17 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-12-11 21:31:17 +0000 |
| commit | 1f024f55e191428341692aba7ebf3fd8144f982d (patch) | |
| tree | 43bf079a6ca55925820f6c06932cf30bfd2d2554 /doc | |
| parent | e7c0473a1641502e713b2be702665695147036a1 (diff) | |
| parent | 2ec79220e1d65b6025ed2d9c275a6a9150db2de6 (diff) | |
Merge "Add coverage extension to nova API."
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api_samples/all_extensions/extensions-get-resp.json | 10 | ||||
| -rw-r--r-- | doc/api_samples/all_extensions/extensions-get-resp.xml | 5 |
2 files changed, 13 insertions, 2 deletions
diff --git a/doc/api_samples/all_extensions/extensions-get-resp.json b/doc/api_samples/all_extensions/extensions-get-resp.json index cf3d66a76..79211b946 100644 --- a/doc/api_samples/all_extensions/extensions-get-resp.json +++ b/doc/api_samples/all_extensions/extensions-get-resp.json @@ -137,6 +137,14 @@ "updated": "2011-12-23T00:00:00+00:00" }, { + "alias": "os-coverage", + "description": "Enable Nova Coverage", + "links": [], + "name": "Coverage", + "namespace": "http://docs.openstack.org/compute/ext/coverage/api/v2", + "updated": "2012-10-15T00:00:00+00:00" + }, + { "alias": "os-create-server-ext", "description": "Extended support to the Create Server v1.1 API", "links": [], @@ -385,4 +393,4 @@ "updated": "2011-03-25T00:00:00+00:00" } ] -}
\ No newline at end of file +} diff --git a/doc/api_samples/all_extensions/extensions-get-resp.xml b/doc/api_samples/all_extensions/extensions-get-resp.xml index 44816c09c..6c53c875b 100644 --- a/doc/api_samples/all_extensions/extensions-get-resp.xml +++ b/doc/api_samples/all_extensions/extensions-get-resp.xml @@ -63,6 +63,9 @@ <extension alias="os-consoles" updated="2011-12-23T00:00:00+00:00" namespace="http://docs.openstack.org/compute/ext/os-consoles/api/v2" name="Consoles"> <description>Interactive Console support.</description> </extension> + <extension alias="os-coverage" updated="2012-10-15T00:00:00+00:00" namespace="http://docs.openstack.org/compute/ext/coverage/api/v2" name="Coverage"> + <description>Enable Nova Coverage</description> + </extension> <extension alias="os-create-server-ext" updated="2011-07-19T00:00:00+00:00" namespace="http://docs.openstack.org/compute/ext/createserverext/api/v1.1" name="Createserverext"> <description>Extended support to the Create Server v1.1 API</description> </extension> @@ -158,4 +161,4 @@ <extension alias="os-volumes" updated="2011-03-25T00:00:00+00:00" namespace="http://docs.openstack.org/compute/ext/volumes/api/v1.1" name="Volumes"> <description>Volumes support</description> </extension> -</extensions>
\ No newline at end of file +</extensions> |
