ovsdbapp/HACKING.rst

452 B

ovsdbapp Style Commandments

ovsdbapp-specific Commandments

  • ovsdbapp is intended to be a simple wrapper on top of python-ovs. As such, it must build and be deployable without any OpenStack dependencies (oslo projects included). It does currently use oslo.test for testing.