84ba0d7681
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 |
||
---|---|---|
.. | ||
vagrant | ||
plugin.sh | ||
README.rst | ||
settings |
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.
Download DevStack:
git clone https://opendev.org/openstack/devstack.git cd devstack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin tobiko https://opendev.org/x/tobiko
Tobiko require Heat to be enabled, so heat should be also enabled:
[[local|localrc]]
enable_plugin heat https://opendev.org/openstack/heat
Run
stack.sh