Bases: tacker.service.WsgiService
Class for tacker-api service.
Bases: oslo_service.service.ServiceBase
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