ironic.cmd.pxe_filter module

class ironic.cmd.pxe_filter.RPCService(host, manager_module, manager_class)[source]

Bases: BaseRPCService

stop()[source]

Stop a service.

Parameters:

graceful – indicates whether to wait for all threads to finish or terminate them instantly

ironic.cmd.pxe_filter.main()[source]