Metadata-Version: 2.0
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
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,!=2.4.0)
Requires-Dist: Flask (<1.0,!=0.11,>=0.10)
Requires-Dist: Routes (>=2.3.1)
Requires-Dist: SQLAlchemy (>=1.0.10,!=1.1.6,!=1.1.5,!=1.1.8,!=1.1.7)
Requires-Dist: WSME (>=0.8)
Requires-Dist: WebOb (>=1.7.1)
Requires-Dist: alembic (>=0.8.10)
Requires-Dist: eventlet (!=0.20.1,!=0.18.3,<0.21.0,>=0.18.2)
Requires-Dist: iso8601 (>=0.1.11)
Requires-Dist: keystonemiddleware (>=4.12.0)
Requires-Dist: kombu (>=4.0.0,!=4.0.2)
Requires-Dist: netaddr (!=0.7.16,>=0.7.13)
Requires-Dist: oslo.concurrency (>=3.8.0)
Requires-Dist: oslo.config (!=4.4.0,>=4.0.0,!=4.3.0)
Requires-Dist: oslo.db (>=4.24.0)
Requires-Dist: oslo.i18n (>=2.1.0,!=3.15.2)
Requires-Dist: oslo.log (>=3.22.0)
Requires-Dist: oslo.messaging (!=5.25.0,>=5.24.2)
Requires-Dist: oslo.middleware (>=3.27.0)
Requires-Dist: oslo.policy (>=1.23.0)
Requires-Dist: oslo.serialization (>=1.10.0,!=2.19.1)
Requires-Dist: oslo.service (>=1.10.0)
Requires-Dist: oslo.utils (>=3.20.0)
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
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 (>=9.0.0)
Requires-Dist: sqlalchemy-migrate (>=0.11.0)
Requires-Dist: stevedore (>=1.20.0)

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"



