Bases: keystoneclient.base.Manager
Manager class for manipulating project-endpoint associations.
Create a project-endpoint association.
Check if project-endpoint association exist.
Remove a project-endpoint association.
List all endpoints for a given project.
List all projects for a given endpoint.
Bases: keystoneclient.base.Manager
Manager class for manipulating endpoint-policy associations.
Check an association between a policy and an endpoint.
Check an association between a policy and a service in a region.
Check an association between a policy and a service.
Create an association between a policy and an endpoint.
Create an association between a policy and a service in a region.
Create an association between a policy and a service.
Delete an association between a policy and an endpoint.
Delete an association between a policy and a service in a region.
Delete an association between a policy and a service.
Get the effective policy for an endpoint.
Parameters: | endpoint – endpoint object or ID |
---|---|
Returns: | policies.Policy object |
List endpoints with the effective association to a policy.
Parameters: | policy – policy object or ID |
---|---|
Returns: | list of endpoints that are associated with the policy |
Bases: object
Manager for the OS-SIMPLE-CERT extension.
Get CA certificates.
Returns: | PEM-formatted string. |
---|---|
Return type: | str |
Get signing certificates.
Returns: | PEM-formatted string. |
---|---|
Return type: | str |
Bases: keystoneclient.base.Resource
Represents a Trust.
Bases: keystoneclient.base.CrudManager
Manager class for manipulating Trusts.
Create a Trust.
Parameters: |
|
---|
Delete a trust.
Get a specific trust.
List Trusts.