%PDF- %PDF-
| Direktori : /proc/thread-self/root/proc/3522530/root/lib/python2.7/site-packages/salt/states/ |
| Current File : //proc/thread-self/root/proc/3522530/root/lib/python2.7/site-packages/salt/states/glance_image.pyc |
�
���^c @@ sM d Z d d l m Z m Z m Z d Z d � Z d d � Z d d � Z d S( u�
Management of OpenStack Glance Images
========================================
.. versionadded:: 2018.3.0
:depends: shade
:configuration: see :py:mod:`salt.modules.glanceng` for setup instructions
Example States
.. code-block:: yaml
create image:
glance_image.present:
- name: cirros
- filename: cirros.raw
- image_format: raw
delete image:
glance_image.absent:
- name: cirros
i ( t absolute_importt unicode_literalst print_functionu glance_imagec C@ s d t k r t St d f S( Nu glanceng.image_getuR The glanceng execution module failed to load: shade python module is not available( t __salt__t __virtualname__t False( ( ( s<