From 9adfc4430919b0d7ad7a8a27175bc3357b881d4e Mon Sep 17 00:00:00 2001 From: Diogo Guerra Date: Mon, 9 Nov 2020 10:45:26 +0100 Subject: [PATCH] Fix misquoted comment Seen while validating release, in the heat container agent journal: ``` /var/lib/heat-config/heat-config-script/0c399610-30a6-4728-80f2-702b0630400f: line 776: --cluster-cidr: command not found error: expected 'logs [-f] [-p] (POD | TYPE/NAME) [-c CONTAINER]'. ``` Task: 41231 Story: 2008330 Change-Id: I3fdd186b73950b4b3e5790752eaafc47ff7da8f3 --- .../common/templates/kubernetes/fragments/calico-service.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magnum/drivers/common/templates/kubernetes/fragments/calico-service.sh b/magnum/drivers/common/templates/kubernetes/fragments/calico-service.sh index 0a84bfad2f..ed916b5596 100644 --- a/magnum/drivers/common/templates/kubernetes/fragments/calico-service.sh +++ b/magnum/drivers/common/templates/kubernetes/fragments/calico-service.sh @@ -459,10 +459,10 @@ spec: key: veth_mtu # The default IPv4 pool to create on startup if none exists. Pod IPs will be # chosen from this range. Changing this value after installation will have - # no effect. This should fall within `--cluster-cidr`. + # no effect. This should fall within '--cluster-cidr'. - name: CALICO_IPV4POOL_CIDR value: ${CALICO_IPV4POOL} - # Disable file logging so `kubectl logs` works. + # Disable file logging so 'kubectl logs' works. - name: CALICO_DISABLE_FILE_LOGGING value: "true" # Set Felix endpoint to host default action to ACCEPT.