From: Anil Belur Date: Tue, 22 May 2018 02:48:10 +0000 (+1000) Subject: Fix incorrect OS_CLOUD parameter description X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=c5c6dca3a08c3ea12880111f7684c6de9df7578c;p=releng%2Fbuilder.git Fix incorrect OS_CLOUD parameter description Change-Id: I34304e5d7f2f2cfd23c6925dbff7d5d1507d633f Signed-off-by: Anil Belur --- diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index f07f229d5..9fad16fc8 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -181,7 +181,12 @@ - string: name: OS_CLOUD default: '{os-cloud}' - description: Artifacts to archive to the logs server. + description: | + The name of a cloud configuration in clouds.yaml. OS_CLOUD is a + variable name that is significant to openstack client as a + environment variable. Please refer to the documentation for + further details. + https://docs.openstack.org/developer/python-openstackclient/ - string: name: ARCHIVE_ARTIFACTS default: '{archive-artifacts}'