Metadata-Version: 1.1
Name: ironic-oneviewd
Version: 0.0.1.dev18
Summary: Deamon service to enroll nodes to be used for the Ironic OneView Driver
Home-page: http://git.lsd.ufcg.edu.br/ironic-drivers/ironic-oneviewd
Author: OpenStack
Author-email: sinval@lsd.ufcg.edu.br
License: UNKNOWN
Description: Ironic-OneViewd
        ===============
        
        Overview
        --------
        
        The ironic-oneviewd is a Python daemon of the OneView Driver for Ironic.
        It handle nodes in Enroll and Manageable state to become Available.
        
        Installation
        ------------
        
        To install the ironic-oneviewd tool you can use the following command:
        
        ::
        
            pip install ironic-oneviewd
        
        Configuration
        -------------
        
        The ironic-oneviewd automatically uses *~/ironic-oneview.conf* as
        default configuration file. It should contain the credentials that
        enable the connection with between the daemon, Ironic and OneView.
        
        Usage
        -----
        
        ::
        
            ironic-oneviewd --config-file <path to your configuration file>
        
        ::
        
            ironic-oneviewd -c <path to your configuration file>
        
        
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
