Require IMAGE_NAME and HARDWARE_ID 26/12326/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 20 Aug 2018 15:18:41 +0000 (11:18 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 20 Aug 2018 15:19:22 +0000 (11:19 -0400)
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 <thanh.ha@linuxfoundation.org>
docs/jjb/lf-ci-jobs.rst

index 849c415..88a69ad 100644 (file)
@@ -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)