Reservation Service for OpenStack
Go to file
Tony Breeds bd0b247a37 Soft update from global-requirements
Currently the last item that blazar uses that isn't in g-r is lockfile
which means migrating to oslo.db.

Change-Id: If416bae3c0ee76cc5567ff460db150a7fb8c2262
2016-12-12 15:19:48 +11:00
blazar Added blazar as an alias package 2014-06-30 18:07:55 +00:00
climate Switch from openstack.common to olso_concurrency 2016-12-09 08:08:05 +11:00
contrib Change repository from stackforge to OpenStack 2015-10-18 15:50:10 +05:30
devstack Create Devstack plugin 2016-02-04 10:52:01 +01:00
doc/source Remove unused pngmath Sphinx extension 2016-02-29 19:49:22 +01:00
etc Switch from openstack.common to olso_concurrency 2016-12-09 08:08:05 +11:00
tools/config Switch from openstack.common to olso_concurrency 2016-12-09 08:08:05 +11:00
.gitignore Add Cover directory to gitignore 2013-11-28 15:24:43 +01:00
.gitreview Update .gitreview for new namespace 2015-10-17 21:54:38 +00:00
.testr.conf Fix testing env variables and testing directory 2014-01-28 14:32:51 +04:00
babel.cfg Implement primary support for i18n messages shown to user 2013-12-05 18:38:03 +04:00
HACKING.rst Renamed Climate references to Blazar in the docs 2014-06-27 14:34:31 -07:00
LICENSE Add LICENSE and MANIFEST.in files 2014-02-04 23:02:01 +04:00
MANIFEST.in Add LICENSE and MANIFEST.in files 2014-02-04 23:02:01 +04:00
openstack-common.conf Switch from openstack.common to olso_concurrency 2016-12-09 08:08:05 +11:00
pylintrc Add pylint check for Climate project 2014-02-17 15:03:21 +04:00
README.rst Renamed Climate references to Blazar in the docs 2014-06-27 14:34:31 -07:00
requirements.txt Soft update from global-requirements 2016-12-12 15:19:48 +11:00
setup.cfg Added blazar as an alias package 2014-06-30 18:07:55 +00:00
setup.py Soft update from global-requirements 2016-12-12 15:19:48 +11:00
test-requirements.txt Soft update from global-requirements 2016-12-12 15:19:48 +11:00
tox.ini Switch from openstack.common to olso_concurrency 2016-12-09 08:08:05 +11:00

Blazar

Overview

OpenStack Reservation Service

Prerequisites

  • Keystone v3 API endpoint
  • Dedicated account for write operations on behalf of the admin

    climate_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"