Metadata-Version: 2.0
Name: os-downpour
Version: 0.1.0
Summary: OpenStack tenant data migration tool
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: PyYAML (>=3.10.0)
Requires-Dist: cliff (>=2.3.0)
Requires-Dist: os-client-config (>=1.22.0)
Requires-Dist: pbr (>=1.8)
Requires-Dist: progressbar2 (>=3.12.0)
Requires-Dist: shade (>=1.12.0)

===================================================
 downpour --- OpenStack Tenant Data Migration Tool
===================================================

downpour exports tenant data from an OpenStack cloud to create a set
of Ansible playbooks for importing the data into another cloud.

Installing and Using
====================

The project is in a very very early prototyping stage.

downpour uses `os-client-config`_ for settings related to accessing
the cloud. Fill in your ``clouds.yaml`` or use the environment
variables or command line arguments provided.

With tox_ installed, experiment via::

  $ tox -e venv -- downpour

.. _tox: https://tox.readthedocs.io/en/latest/
.. _os-client-config: http://docs.openstack.org/developer/os-client-config/

* Free software: Apache license
* Source: http://git.openstack.org/cgit/openstack/downpour
* Documentation: http://downpour.readthedocs.io/en/latest/



