The ironic_python_agent.api.app Module

class ironic_python_agent.api.app.AgentHook(agent, *args, **kwargs)[source]

Bases: pecan.hooks.PecanHook

Hook to attach agent instance to API requests.

before(state)[source]
class ironic_python_agent.api.app.VersionSelectorApplication(agent)[source]

Bases: object

WSGI application that handles multiple API versions.

Previous topic

The ironic_python_agent.agent Module

Next topic

The ironic_python_agent.api.config Module

Project Source

This Page