Metadata-Version: 1.1
Name: redscale
Version: 0.0.1.dev4
Summary: Tools for managing OpenStack clouds
Home-page: UNKNOWN
Author: Arie Bregman
Author-email: bregman.arie@gmail.com
License: Apache License, Version 2.0
Description: RedScale
        ========
        
        RedScale is set of tools for managing OpenStack clouds.
        
        Installation
        ------------
        
        To install redscale on your system, run the following command:
        
            sudo pip install redscale
        
        RedScale Tools
        --------------
        
        ### CID (Can I deploy?)
        
        cid will let you know if you have enough resources to deploy on your cloud.
        
        You can use it by speciying how many resources you plan to use::
        
            cid --memory 4 --cpu 2
        
        Or by specifying the flavor and amount of nodes you'll deploy::
        
            cid --flavor m1.large --amount 3
        
        Add a new tool
        --------------
        
        ### Requirements
        
        * Must have a parser. This parser should be part of the class attributes
        
        * Must be described here in the readme or any other type of doc inside this repository
        
        
        How to contribute?
        ------------------
        
        Using pull requests :)
        If you are adding a new app, make sure it answers all the requirements listed above.
        
        
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
