Metadata-Version: 1.1
Name: shade-ansible
Version: 0.1.0
Summary: Ansible modules that use shade to talk to OpenStack
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: =============
        shade-ansible
        =============
        
        Ansible modules that use shade to talk to OpenStack
        
        These are written for ansible 1.8, which means you may have to run from
        the asible git repo.
        
        To use, just pip install this repo, set ANSIBLE_MODULES_PATH to include
        the modules dir - so probably `/usr/local/lib/python2.7/site-packages/shade_ansible/modules`.
        
        example.yaml contains an example of a playbook consuming these. It assumes that
        there is a cloud named `mordred` in your `os-client-config` compliant
        clouds.yaml.
        
        Features
        --------
        
        * TODO
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
