File: devstack.rst

package info (click to toggle)
cloudkitty 8.0.0-4%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,904 kB
  • sloc: python: 13,445; sh: 303; makefile: 216
file content (19 lines) | stat: -rw-r--r-- 503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#####################
DevStack installation
#####################

Add the following lines in your ``local.conf`` file to enable CloudKitty with
gnocchi collector::

    [[local|localrc]]
    # ceilometer
    enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git master

    # cloudkitty
    enable_plugin cloudkitty https://git.openstack.org/openstack/cloudkitty.git master
    enable_service ck-api,ck-proc
    CLOUDKITTY_COLLECTOR=gnocchi

Then start devstack::

    ./stack.sh