File: devstack.rst

package info (click to toggle)
cloudkitty 23.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,528 kB
  • sloc: python: 21,803; sh: 528; makefile: 226; pascal: 54
file content (25 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DevStack installation
=====================

Add the following lines in your ``local.conf`` file to enable CloudKitty,
Ceilometer and Gnocchi. By default, the fetcher will be ``gnocchi``
(configurable via the ``CLOUDKITTY_FETCHER`` variable), the collector will be
``gnocchi`` (configurable via the ``CLOUDKITTY_COLLECTOR`` variable), and the
storage backend will be ``influxdb`` (configurable via the
``CLOUDKITTY_STORAGE_BACKEND`` and ``CLOUDKITTY_STORAGE_VERSION`` variables).

.. code-block:: ini

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

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

Then start devstack:

.. code-block:: console

    ./stack.sh