Fix incorrect OS_CLOUD parameter description 42/72142/1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 22 May 2018 02:48:10 +0000 (12:48 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 22 May 2018 02:50:47 +0000 (12:50 +1000)
Change-Id: I34304e5d7f2f2cfd23c6925dbff7d5d1507d633f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/releng-jobs.yaml

index f07f229d5ca47717323ae2112ab8eaefefaca325..9fad16fc8dd1651e7a2a2cdccaf5dab9267a803a 100644 (file)
       - 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}'