New in version 2015.5.0.
Create and destroy Rackspace queues. Be aware that this interacts with Rackspace's services, and so may incur charges.
This module uses pyrax
, which can be installed via package, or pip.
This module is greatly inspired by boto_* modules from SaltStack code source.
myqueue:
pyrax_queues.present:
- provider: my-pyrax
myqueue:
pyrax_queues.absent:
- provider: my-pyrax
salt.states.pyrax_queues.
absent
(name, provider)¶Ensure the named Rackspace queue is deleted.
Name of the Rackspace queue.
Salt Cloud provider
salt.states.pyrax_queues.
present
(name, provider)¶Ensure the RackSpace queue exists.
Name of the Rackspace queue.
Salt Cloud Provider
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