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'
salt.states.keystone_project.
absent
(name, auth=None, **kwargs)¶Ensure a project does not exists
Name of the project
The name or id of the domain
salt.states.keystone_project.
present
(name, auth=None, **kwargs)¶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 May 09, 2023 at 04:03:50 UTC.
You are viewing docs for the latest stable release, 3006.1. Switch to docs for the previous stable release, 3005.1, or to a recent doc build from the master branch.
© 2023 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy