Metadata-Version: 2.0
Name: blazar
Version: 0.2.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
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
Requires-Dist: Babel (>=2.3.4)
Requires-Dist: Flask (<1.0,!=0.11,>=0.10)
Requires-Dist: SQLAlchemy (>=1.0.10,<1.1.0)
Requires-Dist: WSME (>=0.8)
Requires-Dist: WebOb (>=1.6.0)
Requires-Dist: alembic (>=0.8.4)
Requires-Dist: eventlet (!=0.18.3,>=0.18.2)
Requires-Dist: iso8601 (>=0.1.11)
Requires-Dist: keystonemiddleware (!=4.5.0,>=4.2.0)
Requires-Dist: kombu (!=4.0.0,>=3.0.25,!=4.0.1)
Requires-Dist: netaddr (!=0.7.16,>=0.7.13)
Requires-Dist: oslo.concurrency (>=3.8.0)
Requires-Dist: oslo.config (>=3.14.0,!=3.18.0)
Requires-Dist: oslo.db (>=4.15.0)
Requires-Dist: oslo.i18n (>=2.1.0)
Requires-Dist: oslo.log (>=3.11.0)
Requires-Dist: oslo.messaging (>=5.14.0)
Requires-Dist: oslo.middleware (>=3.0.0)
Requires-Dist: oslo.policy (>=1.17.0)
Requires-Dist: oslo.serialization (>=1.10.0)
Requires-Dist: oslo.service (>=1.10.0)
Requires-Dist: oslo.utils (>=3.18.0)
Requires-Dist: oslosphinx (>=4.7.0)
Requires-Dist: pbr (>=1.8)
Requires-Dist: pecan (>=1.0.0,!=1.0.3,!=1.0.4,!=1.2,!=1.0.2)
Requires-Dist: python-keystoneclient (>=3.8.0)
Requires-Dist: python-novaclient (>=2.29.0,!=2.33.0)
Requires-Dist: sphinx (>=1.5.1)
Requires-Dist: sphinxcontrib-httpdomain
Requires-Dist: sphinxcontrib-pecanwsme (>=0.8)
Requires-Dist: sqlalchemy-migrate (>=0.9.6)
Requires-Dist: stevedore (>=1.17.1)
Requires-Dist: Routes (>=1.12.3,!=2.0,!=2.3.0); (python_version!='2.7')
Requires-Dist: Routes (!=2.1,>=1.12.3,!=2.0,!=2.3.0); (python_version=='2.7')

Blazar
=======

Overview
--------
OpenStack Reservation Service


Prerequisites
-------------
* Keystone v3 API endpoint
* Dedicated account for write operations on behalf of the admin
   blazar_username
* 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"



