New in version 2018.3.0.
shade
see salt.modules.glanceng
for setup instructions
Example States
create image:
glance_image.present:
- name: cirros
- filename: cirros.raw
- image_format: raw
delete image:
glance_image.absent:
- name: cirros
salt.states.glance_image.
absent
(name, auth=None)¶Ensure image does not exist
Name of the image
salt.states.glance_image.
present
(name, auth=None, **kwargs)¶Ensure image exists and is up-to-date
Name of the image
Boolean to control if image is enabled
An arbitrary description of the image
Generated on June 18, 2020 at 04:09:58 UTC.
You are viewing docs for the latest stable release, 3001. Switch to docs for the previous stable release, 3000.3, or to a recent doc build from the master branch.
© 2020 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy