tobiko/devstack
Slawek Kaplonski 84ba0d7681 Use default logging format in Tobiko logs
Devstack's function "setup_logging" is setting format of log lines
to be correct in systemd and that works for services like Nova or
Neutron well in the CI when Devstack is used.
But for Tobiko logs it logs entries without timestamps which sometimes
can make debugging of the issues harder.

So this commit is removing call to setup_logging function in the
Tobiko's devstack plugin. Lets use default log format provided by the
oslo_log.

Change-Id: I4930d103b331258852b94243f61791e532b1c048
2020-08-07 14:28:07 +02:00
..
vagrant Make sure Python 3 is installed before running DevStack 2020-01-28 11:37:32 +01:00
README.rst Add info about Heat in Devstack 2019-05-30 11:01:52 +00:00
plugin.sh Use default logging format in Tobiko logs 2020-08-07 14:28:07 +02:00
settings Use the new ansible roles for DevStack CI jobs 2020-04-27 08:17:01 +02:00

README.rst

Enabling in Devstack

WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository. See contrib/vagrant to create a vagrant VM.

  1. Download DevStack:

    git clone https://opendev.org/openstack/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin tobiko https://opendev.org/x/tobiko
  3. Tobiko require Heat to be enabled, so heat should be also enabled:

    [[local|localrc]]

    enable_plugin heat https://opendev.org/openstack/heat

  4. Run stack.sh