Reservation Service for OpenStack
Go to file
Pablo Andres Fuente acb155cbcc Set before_end_lease event as DONE
Now Blazar sets the before_end_lease status as DONE, when the time of
the event comes and is properly processed.

Change-Id: I854269d15d4f5d8727187f10c6bc26d01c5ffb12
Closes-bug: #1316982
2014-06-25 18:15:44 +00:00
climate Set before_end_lease event as DONE 2014-06-25 18:15:44 +00:00
contrib Fix style errors close to new hacking update 2014-06-18 13:51:54 -07:00
doc/source Merge "update devstack instructions for blazar rename" 2014-05-30 21:03:35 +00:00
etc Added use of trusts to Physical Host plugin 2014-06-18 10:12:39 -03:00
tools/config Reworking configuration options 2014-02-24 18:04:22 +01:00
.gitignore Add Cover directory to gitignore 2013-11-28 15:24:43 +01:00
.gitreview Update .gitreview for new repo name 2014-05-23 18:16:37 -04: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 Add HACKING.rst with link to the style guidelines 2013-11-15 14:27:36 +04: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 Reworking configuration options 2014-02-24 18:04:22 +01:00
pylintrc Add pylint check for Climate project 2014-02-17 15:03:21 +04:00
README.rst Add notes about Keystone v3 endpoint to README.rst 2014-01-24 14:26:53 +04:00
requirements.txt Updated from global requirements 2014-06-24 07:26:49 +00:00
setup.cfg Add extensions for API v2 controllers 2014-05-30 11:19:19 +02:00
setup.py Updated from global requirements 2014-05-01 13:51:59 +00:00
test-requirements.txt Updated from global requirements 2014-06-18 19:41:09 +00:00
tox.ini Update openstack.common with latest oslo-incubator 2014-03-06 16:30:42 -03:00

Climate

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"