Fix function declaration reported by bashate 94/4194/2
authorTodd Malsbary <todd.malsbary@intel.com>
Mon, 29 Mar 2021 17:57:54 +0000 (10:57 -0700)
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Fri, 9 Apr 2021 20:18:18 +0000 (20:18 +0000)
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I622a7a6a93b75f0ab7a1f556c7f15d0d4999d3f0

deploy/metal3-vm/03_launch_mgmt_cluster.sh

index b349856..62ab294 100755 (executable)
@@ -60,7 +60,7 @@ function launch_baremetal_operator {
     kubectl apply -f $BMODIR/operator/no_ironic/operator.yaml -n metal3
 }
 
-function cloud_init_scripts() {
+function cloud_init_scripts {
     cat << 'EOF'
 write_files:
 - path: /var/lib/cloud/scripts/per-boot/run_dhclient.sh