f4855dd66f
Occasionally oslo library usage sneaks in, so add a coding check that checks for ^oslo\. in requirements.txt. We currently still use oslo.test, so don't check test-requirements.txt. This should fail to pass tests until I34357d5a594330d07f5cad372859d98efb5d3fde merges. Change-Id: I53108584ee47a7f1b6c7df90c49f95725cec69f9
15 lines
452 B
ReStructuredText
15 lines
452 B
ReStructuredText
ovsdbapp Style Commandments
|
|
===========================
|
|
|
|
- Step 1: Read the OpenStack Style Commandments
|
|
https://docs.openstack.org/hacking/latest/
|
|
|
|
- Step 2: Read on
|
|
|
|
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.
|