Bases: quantum.service.WsgiService
Class for quantum-api service.
Bases: quantum.openstack.common.rpc.service.Service
Service object for binaries running on hosts.
A service takes a manager and enables rpc by listening to queues based on topic. It also periodically runs tasks on the manager.
Instantiates class and passes back application object.
| Parameters: |
|
|---|
Destroy the service object.
Tasks to be run at a periodic interval.
Update the state of this service.
Bases: object
Base class for WSGI based services.
For each api you define, you must also define these flags: :<api>_listen: The address on which to listen :<api>_listen_port: The port on which to listen