Metadata-Version: 1.1
Name: blazar
Version: 0.3.0
Summary: Reservation Service for OpenStack clouds
Home-page: https://launchpad.net/blazar
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: Apache Software License
Description: Blazar
        =======
        
        Overview
        --------
        OpenStack Reservation Service
        
        
        Prerequisites
        -------------
        * Keystone v3 API endpoint
        * Service account
        
        Configuration
        -------------
        
        Create identityv3 endpoint
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
        For adding new endpoint for Keystone V3, use the following instructions:
        1) keystone service-create --name keystonev3 --type identytiv3 --description "Keystone Identity Service v3"
        2) keystone endpoint-create --region <region> --service keystonev3 --publicurl "<auth_protocol>://<auth_host>:5000/v3" --adminurl "<auth_protocol>://<auth_host>:35357/v3" --internalurl "<auth_protocol>://<auth_host>:5000/v3"
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: OpenStack
Classifier: Development Status :: 3 - Alpha,
Classifier: Framework :: Setuptools Plugin,
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
