Base utilities to build API operation managers and objects on top of.
Bases: Manager
Provides creation operations with a particular API.
Create a resource based on a kwargs dictionary of attributes.
kwargs – A dictionary containing the attributes of the resource that will be created.
os_ironic_api_version – String version (e.g. “1.35”) to use for the request. If not specified, the client’s default is used.
global_request_id – String containing global request ID header value (in form “req-<UUID>”) to use for the request.
exc.InvalidAttribute – For invalid attributes that are not needed to create the resource.
Bases: object
Provides CRUD operations with a particular API.
The resource class
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.