Hiroaki Kobayashi cb187056f8 Support before_end parameter in the REST API
Currently, the action taken before the end of a lease is specified by a
configuration option. This patch enables users to specify the action
through the 'before_end' parameter of the lease creation request.

Change-Id: I90fb90d9d53814791d863f4ce5dab28388d3688d
Partially Implements: blueprint on-end-options
2017-08-11 10:28:16 +01: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-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%