summaryrefslogtreecommitdiff
path: root/rally-jobs
diff options
context:
space:
mode:
authorNguyen Van Trung <trungnv@vn.fujitsu.com>2017-11-16 09:55:32 +0700
committerNguyen Van Trung <trungnv@vn.fujitsu.com>2017-11-20 12:26:16 +0000
commit154d12114ffcd5d71b6bae5ee9c51249dcf19ee8 (patch)
tree12bcc2b6efcb412c0b123c22c62df7ab3c2f2120 /rally-jobs
parent64c2609395ee598b0264824b0ad2048afc73c05c (diff)
downloaddesignate-154d12114ffcd5d71b6bae5ee9c51249dcf19ee8.tar.gz
Add validation to improve pep8 check for designate project
This PS will help project avoid pep8 some issues for *.rst in whole project. Co-authored-By: Hoang Trung Hieu <hieuht@vn.fujitsu.com> Change-Id: I7a01863b1aa0bcf999be6e6e2261ab35530c196a
Diffstat (limited to 'rally-jobs')
-rw-r--r--rally-jobs/README.rst1
-rw-r--r--rally-jobs/plugins/README.rst3
2 files changed, 3 insertions, 1 deletions
diff --git a/rally-jobs/README.rst b/rally-jobs/README.rst
index 1a95f666..770b7b3a 100644
--- a/rally-jobs/README.rst
+++ b/rally-jobs/README.rst
@@ -3,6 +3,7 @@ Rally job related files
This directory contains rally tasks and plugins that are run by OpenStack CI.
+
Structure:
* designate-designate.yaml is rally task that will be run in gates
diff --git a/rally-jobs/plugins/README.rst b/rally-jobs/plugins/README.rst
index 7cf54681..5cf80ee3 100644
--- a/rally-jobs/plugins/README.rst
+++ b/rally-jobs/plugins/README.rst
@@ -1,8 +1,9 @@
+
Rally plugins
=============
-All *.py modules from this directory will auto loaded by Rally and all
+All `*.py` modules from this directory will auto loaded by Rally and all
plugins will be discoverable. There is no need in any extra configuration
and there is no difference between writing them here and in rally code base.