Skip to content

Developer Guide#

Code Style#

OpenStack Contoller uses Black code formatter To check your chenages and format them use

tox -e black

Tests#

Each commit should require to pass code styles and unittests. To run unittests locally

tox -e py310

Running controller locally#

OpenStack Controller is deployed as helm chart into kubernetes cluster. However there is possibility to run controller locally. For this:

tox -e dev