From 90080307c68683f352be2cad48c8371c746d4788 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 18 Aug 2018 08:56:58 +0200 Subject: Generate API doc rst files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also fixes few docstrings Change-Id: I10bae7b7fab40edd931dd55ab8859946e3b38a71 Signed-off-by: Cédric Ollivier --- functest/ci/check_deployment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functest/ci') diff --git a/functest/ci/check_deployment.py b/functest/ci/check_deployment.py index a475491a1..16c69345c 100644 --- a/functest/ci/check_deployment.py +++ b/functest/ci/check_deployment.py @@ -7,10 +7,10 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 -""" -OpenStack deployment checker +""" OpenStack deployment checker Verifies that: + - Credentials file is given and contains the right information - OpenStack endpoints are reachable """ -- cgit 1.2.3-korg