diff options
| author | Sean Dague <sdague@linux.vnet.ibm.com> | 2012-11-14 19:16:30 -0500 |
|---|---|---|
| committer | Sean Dague <sdague@linux.vnet.ibm.com> | 2012-11-16 10:26:02 -0500 |
| commit | 61ac6726bdc2a81ed69471980d3e722f87fb620f (patch) | |
| tree | 1075cdc386060541245673a58bc276227f72853c | |
| parent | 48967d3822299b345589673be79cbcb58fa95d79 (diff) | |
update api_samples add os-services module
part of blueprint:apis-for-nova-manage
os-services is a new module for to support getting
rid of nova-manage. Add this to the all_extensions
api listing.
DocImpact
Change-Id: I3a954de59b16fd86d81204a535f8b152f3073468
| -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 f4dfa0683..155a877c2 100644 --- a/doc/api_samples/all_extensions/extensions-get-resp.json +++ b/doc/api_samples/all_extensions/extensions-get-resp.json @@ -297,6 +297,14 @@ "updated": "2012-01-23T00:00:00+00:00" }, { + "alias": "os-services", + "description": "Services support", + "links": [], + "name": "Services", + "namespace": "http://docs.openstack.org/compute/ext/services/api/v2", + "updated": "2012-10-28T00:00:00-00:00" + }, + { "alias": "os-simple-tenant-usage", "description": "Simple tenant usage extension", "links": [], @@ -337,4 +345,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 de18e5a2b..ad10c671b 100644 --- a/doc/api_samples/all_extensions/extensions-get-resp.xml +++ b/doc/api_samples/all_extensions/extensions-get-resp.xml @@ -125,6 +125,9 @@ <extension alias="os-server-start-stop" updated="2012-01-23T00:00:00+00:00" namespace="http://docs.openstack.org/compute/ext/servers/api/v1.1" name="ServerStartStop"> <description>Start/Stop instance compute API support</description> </extension> + <extension alias="os-services" updated="2012-10-28T00:00:00-00:00" namespace="http://docs.openstack.org/compute/ext/services/api/v2" name="Services"> + <description>Services support</description> + </extension> <extension alias="os-simple-tenant-usage" updated="2011-08-19T00:00:00+00:00" namespace="http://docs.openstack.org/compute/ext/os-simple-tenant-usage/api/v1.1" name="SimpleTenantUsage"> <description>Simple tenant usage extension</description> </extension> @@ -140,4 +143,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> +</extensions>
\ No newline at end of file |
