Service interface.
Bases: Resource
Populate and bind to a manager.
manager – BaseManager object
info – dictionary representing resource attributes
loaded – prevent lazy-loading if set to True
resp – Response or list of Response objects
Bases: ManagerWithFind
Delete a service.
service_id – Before microversion 2.53, this must be an integer id and may not uniquely the service in a multi-cell deployment. Starting with microversion 2.53 this must be a UUID.
Disable the service specified by the service UUID ID.
service_uuid – The UUID ID of the service to disable.
Disable the service with a reason.
service_uuid – The UUID ID of the service to disable.
reason – The reason for disabling a service. The minimum length is 1 and the maximum length is 255.
Enable the service specified by the service UUID ID.
service_uuid – The UUID ID of the service to enable.
Update the service’s forced_down
field specified by the
service UUID ID.
service_uuid – The UUID ID of the service.
force_down – Whether or not this service was forced down manually by an administrator. This value is useful to know that some 3rd party has verified the service should be marked down.
Get a list of services.
host – destination host name.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.