New in version 2018.3.0.
shade
see salt.modules.keystoneng
for setup instructions
Example States
create project:
keystone_project.present:
- name: project1
delete project:
keystone_project.absent:
- name: project1
create project with optional params:
keystone_project.present:
- name: project1
- domain: domain1
- enabled: False
- description: 'my project'
Ensure a project does not exists
Name of the project
The name or id of the domain
Ensure a project exists and is up-to-date
Name of the project
The name or id of the domain
An arbitrary description of the project
Generated on October 23, 2024 at 09:02:05 UTC.
You are viewing docs for the previous stable release, 3006.9. Switch to docs for the latest stable release, 3007.1, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy