For details on how to use key_management, see Using OpenStack Key Manager
The key_management high-level interface is available through the key_manager member of a Connection object. The key_manager member will only be added if the service is detected.
Create a new container from attributes
Parameters: | attrs (dict) – Keyword arguments which will be used to create a Container, comprised of the properties on the Container class. |
---|---|
Returns: | The results of container creation |
Return type: | Container |
Delete a container
Parameters: |
|
---|---|
Returns: | None |
Find a single container
Parameters: |
|
---|---|
Returns: | One Container or None |
Get a single container
Parameters: | container – The value can be the ID of a container or a Container instance. |
---|---|
Returns: | One Container |
Raises: | ResourceNotFound when no resource can be found. |
Return a generator of containers
Parameters: | **query (kwargs) – Optional query parameters to be sent to limit the resources being returned. |
---|---|
Returns: | A generator of container objects |
Return type: | Container |
Update a container
Parameters: | container – Either the id of a container or a Container instance. |
---|---|
Attrs kwargs: | The attributes to update on the container represented by value. |
Returns: | The updated container |
Return type: | Container |
Create a new order from attributes
Parameters: | attrs (dict) – Keyword arguments which will be used to create a Order, comprised of the properties on the Order class. |
---|---|
Returns: | The results of order creation |
Return type: | Order |
Delete an order
Parameters: |
|
---|---|
Returns: | None |
Find a single order
Parameters: |
|
---|---|
Returns: | One Order or None |
Get a single order
Parameters: | order – The value can be the ID of an order or a Order instance. |
---|---|
Returns: | One Order |
Raises: | ResourceNotFound when no resource can be found. |
Return a generator of orders
Parameters: | **query (kwargs) – Optional query parameters to be sent to limit the resources being returned. |
---|---|
Returns: | A generator of order objects |
Return type: | Order |
Update a order
Parameters: | order – Either the id of a order or a Order instance. |
---|---|
Attrs kwargs: | The attributes to update on the order represented by value. |
Returns: | The updated order |
Return type: | Order |
Create a new secret from attributes
Parameters: | attrs (dict) – Keyword arguments which will be used to create a Secret, comprised of the properties on the Order class. |
---|---|
Returns: | The results of secret creation |
Return type: | Secret |
Delete a secret
Parameters: |
|
---|---|
Returns: | None |
Find a single secret
Parameters: |
|
---|---|
Returns: | One Secret or None |
Get a single secret
Parameters: | secret – The value can be the ID of a secret or a Secret instance. |
---|---|
Returns: | One Secret |
Raises: | ResourceNotFound when no resource can be found. |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.