The ironic.cmd.api Module

The Ironic Service API.

class ironic.cmd.api.ThreadedSimpleServer(server_address, RequestHandlerClass, bind_and_activate=True)[source]

Bases: SocketServer.ThreadingMixIn, wsgiref.simple_server.WSGIServer

A Mixin class to make the API service greenthread-able.

This Page