
Bandit is a tool designed to find common security issues in Python code. This change adds a bandit target to tox.ini. The config file bandit.yaml was generated using bandit-config-generator Run bandit: tox -e bandit Change-Id: I3bd64e1e58d4dc460ce869c50818e9913fe1b9b8
oslo.service -- Library for running OpenStack services
oslo.service provides a framework for defining new long-running services using the patterns established by other OpenStack applications. It also includes utilities long-running applications might need for working with SSL or WSGI, performing periodic operations, interacting with systemd, etc.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.service
- Source: http://git.openstack.org/cgit/openstack/oslo.service
- Bugs: http://bugs.launchpad.net/oslo.service
Description