a8a2bb845b
To support python3 in the near future this was done: * Removed dependency on supervisor. * Added template configuration for systemd target that includes all services. * Added templates configuration for systemd service for every single service. * Changed monasca_setup to use the new templates. In the meanwhile code was formated to cope with pep8 settings and some other small changes were done to comply with pycodestyle and pydocstring. Task: 4126 Story: 2000975 Depends-On: https://review.openstack.org/#/c/566475/ Change-Id: I0d0c4ea41a830581d6b9f247fad6a2dda1f96cbe
25 lines
209 B
Plaintext
25 lines
209 B
Plaintext
.pydevproject
|
|
.project
|
|
.idea
|
|
.settings
|
|
*.pyc
|
|
agent.yaml
|
|
build
|
|
dist
|
|
artifacts
|
|
root
|
|
.tox/
|
|
AUTHORS
|
|
ChangeLog
|
|
*.egg*
|
|
.*.sw*
|
|
.coverage
|
|
htmlcov/
|
|
.testrepository/
|
|
cover/
|
|
.stestr
|
|
virtenv/
|
|
Pipfile
|
|
Pipfile.lock
|
|
.vscode
|