%PDF- %PDF-
| Direktori : /proc/self/root/proc/3522530/root/usr/lib/python2.7/site-packages/salt/states/ |
| Current File : //proc/self/root/proc/3522530/root/usr/lib/python2.7/site-packages/salt/states/pyrax_queues.pyc |
�
���^c @@ sV d Z d d l m Z m Z m Z d d l j j j Z d � Z
d � Z d � Z d S( u
Manage Rackspace Queues
=======================
.. versionadded:: 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.
.. code-block:: yaml
myqueue:
pyrax_queues.present:
- provider: my-pyrax
myqueue:
pyrax_queues.absent:
- provider: my-pyrax
i ( t absolute_importt print_functiont unicode_literalsNc C@ s t j S( u*
Only load if pyrax is available.
( t suopt HAS_PYRAX( ( ( s<