nova/nova/tests/integrated/api_samples/os-services
Andrea Rosa c741e862fd Give a way to save why a service has been disabled.
Implements blueprint record-reason-for-disabling-service

We added a field to the service table to log a reason when a service has
been disabled.
We added a new API extension called os-extended-services. The new extension
will extend the os-services extension adding:
- A method for disabling a service and specify a reason for that.

PUT /v2/{tenant_id}/os-services/disable-log-reason

When the os-extended-extension is loaded the call:

GET /V2/{tenant_id}/os-services
will return the list of services with reason information it that exists.

DocImpact
Change-Id: I87a4affc45160796ff11c7b03e591e6aba73d62a
2013-06-12 11:27:25 +10:00
..
service-disable-log-put-req.json.tpl Give a way to save why a service has been disabled. 2013-06-12 11:27:25 +10:00
service-disable-log-put-req.xml.tpl Give a way to save why a service has been disabled. 2013-06-12 11:27:25 +10:00
service-disable-log-put-resp.json.tpl Give a way to save why a service has been disabled. 2013-06-12 11:27:25 +10:00
service-disable-log-put-resp.xml.tpl Give a way to save why a service has been disabled. 2013-06-12 11:27:25 +10:00
service-disable-put-req.json.tpl Make os-services API extensions consistent. 2013-03-14 15:34:49 -04:00
service-disable-put-req.xml.tpl Fix typo in the XML serialization os-services API. 2013-03-28 10:38:36 +00:00
service-disable-put-resp.json.tpl Make os-services API extensions consistent. 2013-03-14 15:34:49 -04:00
service-disable-put-resp.xml.tpl Fix typo in the XML serialization os-services API. 2013-03-28 10:38:36 +00:00
service-enable-put-req.json.tpl Make os-services API extensions consistent. 2013-03-14 15:34:49 -04:00
service-enable-put-req.xml.tpl Fix typo in the XML serialization os-services API. 2013-03-28 10:38:36 +00:00
service-enable-put-resp.json.tpl Make os-services API extensions consistent. 2013-03-14 15:34:49 -04:00
service-enable-put-resp.xml.tpl Fix typo in the XML serialization os-services API. 2013-03-28 10:38:36 +00:00
services-get-resp.json.tpl Give a way to save why a service has been disabled. 2013-06-12 11:27:25 +10:00
services-get-resp.xml.tpl Give a way to save why a service has been disabled. 2013-06-12 11:27:25 +10:00
services-list-get-resp.json.tpl Add API sample tests to Services extension 2013-02-13 17:49:16 +08:00
services-list-get-resp.xml.tpl Fix typo in the XML serialization os-services API. 2013-03-28 10:38:36 +00:00