From: Thanh Ha Date: Mon, 20 Aug 2018 15:18:41 +0000 (-0400) Subject: Require IMAGE_NAME and HARDWARE_ID X-Git-Tag: v0.24.0~7^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F12326%2F1;p=releng%2Fglobal-jjb.git Require IMAGE_NAME and HARDWARE_ID IMAGE_NAME had HARDWARE_ID are required settings so clearly mark them as so instead of mentioning the default setting. Change-Id: I30a00f1c92f7714f7ac8a308d12a6181fe4547cd Signed-off-by: Thanh Ha --- diff --git a/docs/jjb/lf-ci-jobs.rst b/docs/jjb/lf-ci-jobs.rst index 849c4152..88a69ade 100644 --- a/docs/jjb/lf-ci-jobs.rst +++ b/docs/jjb/lf-ci-jobs.rst @@ -273,9 +273,10 @@ configuration in the format ``KEY=value``. the one defined in default clouds will be inherited. :IMAGE_NAME: The image name to use for this template. - (default: "") + (required) + :HARDWARE_ID: OpenStack flavor to use. (required) + :LABELS: Labels to assign to the vm. (default: FILE_NAME) - :HARDWARE_ID: OpenStack flavor to use. (default: "") :NETWORK_ID: OpenStack network to use. (default: "") :USER_DATA_ID: User Data to pass into the instance. (default: jenkins-init-script)