Reservation Service for OpenStack
Go to file
Yuriy Taraday 485f8a1606 Remove direct assignments of context attributes
Context attributes should be set by its __init__ only.

Change-Id: I7c5b0b21e27384adec7049a6f5bb8454fa81ffb8
2014-02-19 17:05:59 +04:00
climate Remove direct assignments of context attributes 2014-02-19 17:05:59 +04:00
doc/source Fix malformed plugins table 2014-01-21 14:30:31 +04:00
etc Implement basic plugin for VM management 2014-01-29 21:59:32 +04:00
.gitignore Add Cover directory to gitignore 2013-11-28 15:24:43 +01:00
.gitreview Add gitreview file 2013-04-26 14:44:36 +02: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 Port to oslo.messaging 2014-02-13 08:55:51 +04:00
README.rst Add notes about Keystone v3 endpoint to README.rst 2014-01-24 14:26:53 +04:00
requirements.txt Port to oslo.messaging 2014-02-13 08:55:51 +04:00
setup.cfg Remove old Scheduler RPC Service 2014-02-11 11:03:09 +01:00
setup.py Fix packages versions to match global requirements. 2013-10-09 22:11:14 +04:00
test-requirements.txt Updated from global requirements 2013-12-10 22:22:58 +00:00
tox.ini Port to oslo.messaging 2014-02-13 08:55:51 +04: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"