]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix tox errors in thirdparty-ci docs
authorJohn Davidge <jodavidg@cisco.com>
Thu, 25 Jun 2015 14:12:59 +0000 (15:12 +0100)
committerJohn Davidge <jodavidg@cisco.com>
Thu, 25 Jun 2015 14:13:46 +0000 (15:13 +0100)
Fixes errors causing tox failures.

Change-Id: I361ef791c0de1aac1304bb8ad979066400930434
Closes-Bug: #1468765

doc/source/policies/index.rst
doc/source/policies/thirdparty-ci.rst

index 6a766ac9159199e991fda8a4d3e4bc8999cc64d3..219f71c334ad525db5808d833ba7d254a873cb00 100644 (file)
@@ -32,6 +32,7 @@ Policies
    core-reviewers
    gate-failure-triage
    code-reviews
+   thirdparty-ci
    office-hours
 
 Indices and tables
index ffd79b3fe52480c06211562391431f5e246dc90d..8726cb966b0ae8741e7e3047ac5d786bfdfafd51 100644 (file)
@@ -29,7 +29,7 @@ setup files. You can see a programmatic example of the exceptions here[3].
 
 [3] https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml#L568
 
-If your code is in a neutron-*aas repo, you should run against the tests
+If your code is in a neutron-\*aas repo, you should run against the tests
 for that repo. You may also run against every neutron change, if your service
 driver is using neutron interfaces that are not provided by your service
 plugin (e.g. loadbalancer/plugin.py). If you are using only plugin interfaces,
@@ -45,11 +45,13 @@ http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/network
 
 Run with the test filter: 'network'. This will include all neutron specific
 tests as well as any other tests that are tagged as requiring networking. An
-example tempest setup for devstack-gate:
+example tempest setup for devstack-gate::
+
    export DEVSTACK_GATE_NEUTRON=1
    export DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\])((network)|(neutron))'
 
-... an example setup for LBaaS:
+An example setup for LBaaS::
+
    export DEVSTACK_GATE_NEUTRON=1
    export DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\])(alancer|SimpleReadOnlyNeutron|tempest.api.network)'