Dmitriy Dyachkov 51e549b91f Add pylint check for Climate project
This commit add pylint code checking for Climate. After we merge this
patch you can use pylint simply running 'tox -e pylint'

Change-Id: Ic118552ac401286d2b56cccde4ae6082864d4927
Implements: blueprint pylint-support
2014-02-17 15:03:21 +04:00
2014-02-14 20:02:46 +04:00
2014-01-21 14:30:31 +04:00
2013-11-28 15:24:43 +01:00
2013-04-26 14:44:36 +02:00
2014-02-04 23:02:01 +04:00
2014-02-04 23:02:01 +04:00
2014-02-13 08:55:51 +04:00
2014-02-17 15:03:21 +04:00
2014-02-13 08:55:51 +04:00
2014-02-11 11:03:09 +01:00
2014-02-17 15:03:21 +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"

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