class ironic.api.app.IronicCORS(application, *args, **kwargs)[source]¶
Bases: oslo_middleware.cors.CORS
Ironic-specific CORS class
We’re adding the Ironic-specific version headers to the list of simple
headers in order that a request bearing those headers might be accepted by
the Ironic REST API.
class ironic.api.app.VersionSelectorApplication[source]¶