4ceafd0d64
* Install climate, climate-nova and climate client * Sets all needed climate configs, even the nova ones in order to use climate-nova * Starts/Stops climate-api and climate-manager * Creates the Keystone V3 service/endpoint if don't exists. Change-Id: I7c5014fc61238206ea589b01f3ec0ecac005d846 Implements: blueprint climate-devstack-gating Co-Authored-By: Pablo Andres Fuente <pablo.a.fuente@intel.com>
19 lines
506 B
ReStructuredText
19 lines
506 B
ReStructuredText
====================
|
|
Devstack Integration
|
|
====================
|
|
|
|
This directory contains the files necessary to integrate Climate with devstack.
|
|
|
|
To install:
|
|
|
|
$ DEVSTACK_DIR=.../path/to/devstack
|
|
$ cp lib/climate ${DEVSTACK_DIR}/lib
|
|
$ cp extras.d/70-climate.sh ${DEVSTACK_DIR}/extras.d
|
|
|
|
To configure devstack to run climate:
|
|
|
|
$ cd ${DEVSTACK_DIR}
|
|
$ echo "enable_service climate" >> localrc
|
|
$ echo "enable_service climate-a" >> localrc
|
|
$ echo "enable_service climate-m" >> localrc
|