Fixing typo in _compute.tpl

Change-Id: Ica5f3194c5ff080b88270eb81e596506558067b9
This commit is contained in:
Marjorie Middleton 2020-05-01 13:21:15 -06:00
parent d5246223ea
commit eca0b44d61

View File

@ -39,7 +39,7 @@ COMP1=${COMPONENT#"$prefix"}
COMP=${COMP1%"$suffix"}
# ovs needs to be narrowed down a bit
if [ "$COMP" == "ovs" ]; then
COMP = "neutron-ovs-agent"
COMP="neutron-ovs-agent"
fi
# find the pod for the component and hostname