keystone.policy.core module

keystone.policy.core module

Main entry point into the Policy service.

class keystone.policy.core.Manager[source]

Bases: keystone.common.manager.Manager

Default pivot point for the Policy backend.

See keystone.common.manager.Manager for more details on how this dynamically calls the backend.

create_policy(policy_id, policy, initiator=None)[source]
delete_policy(policy_id, initiator=None)[source]
driver_namespace = 'keystone.policy'
get_policy(policy_id)[source]
list_policies(hints=None)[source]
update_policy(policy_id, policy, initiator=None)[source]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.