Use multiline string for long descriptions 49/89749/1
authorThanh Ha <zxiiro@gmail.com>
Thu, 14 May 2020 13:18:45 +0000 (09:18 -0400)
committerThanh Ha <zxiiro@gmail.com>
Thu, 14 May 2020 13:22:12 +0000 (09:22 -0400)
Make extra long description lines shorter by making use of YAML
multi-line string formatting. The '>' formats new rows as a space
when it produces the final output.

Change-Id: Ibbe3b6f5752e069a724b1717c584a29f08384e26
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
jjb/integration/integration-templates.yaml

index e077c34aecd47d8b07865a08b4b4b5af2345a970..f09f4e38e82b9e5594f282fe07724bfb602b0540 100644 (file)
       - string:
           name: ODL_ML2_PORT_BINDING
           default: '{odl-ml2-port-binding}'
-          description: 'Method of networking-odl port-binding (pseudo-agentdb-binding or legacy-port-binding or
-          network-topology)'
+          description: >
+            Method of networking-odl port-binding (pseudo-agentdb-binding or
+            legacy-port-binding or network-topology)
       - string:
           name: DEVSTACK_KUBERNETES_PLUGIN_REPO
           default: '{devstack-kubernetes-plugin-repo}'
       - string:
           name: LBAAS_SERVICE_PROVIDER
           default: '{lbaas-service-provider}'
-          description: 'The NEUTRON_LBAAS_SERVICE_PROVIDERV2 value to be used in local.conf - only relevant when using
-          neutron-lbaas'
+          description: >
+            The NEUTRON_LBAAS_SERVICE_PROVIDERV2 value to be used in
+            local.conf - only relevant when using neutron-lbaas
       - string:
           name: ODL_SFC_DRIVER
           default: '{odl-sfc-driver}'
       - string:
           name: OVS_INSTALL
           default: '{ovs-install}'
-          description: 'Install a custom OVS. It can be an OVS version to build (like v2.9.2 or v2.6.1-nsh) or a yum
-          repo url to pull from.'
+          description: >
+            Install a custom OVS. It can be an OVS version to build
+            (like v2.9.2 or v2.6.1-nsh) or a yum repo url to pull from.
 
     scm:
       - integration-gerrit-scm: