Reservation Service for OpenStack
Go to file
Dr. Jens Harbott 1379dfdd38 Drop zuul configuration for stable/pike branch
The current .zuul.yaml references a template that is going to be
deleted. All other CI jobs are failing, too, so drop the config
completely in order to unblock things and just have a noop job.

Change-Id: Ic9e27482cd7436a818bbd4065b7cb513494b01fb
2023-09-06 14:10:47 +02:00
blazar Allow deleting leases which failed to start at any time 2017-11-14 12:27:31 +00:00
contrib/tempest Shrink Tempest scenario manager copy 2017-09-23 18:29:08 +00:00
devstack Add support for multi-region deployments 2017-10-20 15:07:47 +09:00
doc/source Add support for multi-region deployments 2017-10-20 15:07:47 +09:00
etc Remove unused reference from config-generator 2017-05-17 03:56:57 +00:00
playbooks/legacy/blazar-devstack-dsvm OpenDev Migration Patch 2019-04-19 19:48:00 +00:00
releasenotes Support updating capacity of reservations 2017-08-22 09:02:56 +00:00
tools Merge "Prepare for using standard python tests" 2017-02-09 08:42:00 +00:00
.gitignore Add Cover directory to gitignore 2013-11-28 15:24:43 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:00 +00:00
.testr.conf Fix testing env variables and testing directory 2014-01-28 14:32:51 +04:00
.zuul.yaml Drop zuul configuration for stable/pike branch 2023-09-06 14:10:47 +02:00
HACKING.rst Update URLs in documents according to document migration 2017-07-14 09:28:59 +08:00
LICENSE Add LICENSE and MANIFEST.in files 2014-02-04 23:02:01 +04:00
MANIFEST.in Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
README.rst Fix physical host reservation for non-admin users 2017-06-02 16:00:54 +09:00
babel.cfg Implement primary support for i18n messages shown to user 2013-12-05 18:38:03 +04:00
pylintrc Add pylint check for Climate project 2014-02-17 15:03:21 +04:00
requirements.txt Updated from global requirements 2017-07-18 01:44:24 +00:00
setup.cfg Enable deployers to specify virtual.instance.plugin in blazar.conf 2017-08-07 10:55:03 +00:00
setup.py Updated from global requirements 2017-03-21 06:35:39 -05:00
test-requirements.txt Move sphinx requirements 2017-07-03 11:36:35 +00:00
tox.ini Remove support for py34 2017-06-12 16:26:48 +07:00

README.rst

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"