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
2013-11-28 15:24:43 +01:00
2019-04-19 19:48:00 +00:00
2014-02-04 23:02:01 +04:00
2014-02-17 15:03:21 +04:00
2017-03-21 06:35:39 -05:00
2017-07-03 11:36:35 +00:00
2017-06-12 16:26:48 +07:00

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"

Description
Reservation Service for OpenStack
Readme 17 MiB
Languages
Python 99.1%
Shell 0.8%