Hiroaki Kobayashi 459fe7d1a0 Add release note of deprecation of ClimateFilter
Change-Id: I9c3afed0db7880d5abc6aec231fd6f8e1cf56cc2
Depends-On: Idd50f1f139924bee88a770318f372daf26b975cc
Depends-On: I63698f6aa9a9785c7e14b599d8a930a4b369d429
Partial-Bug: #1658859
2017-03-06 02:03:03 +00:00
2017-03-02 09:36:14 +00:00
2013-11-28 15:24:43 +01:00
2015-10-17 21:54:38 +00:00
2014-02-04 23:02:01 +04:00
2014-02-17 15:03:21 +04:00
2017-03-02 09:36:14 +00:00
2017-02-10 13:18:42 +00:00
2017-03-02 09:36:14 +00:00
2016-12-12 15:19:48 +11:00
2017-02-10 13:24:06 +00:00
2017-03-02 09:36:14 +00:00

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"

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