Fixing typo in _compute.tpl
Change-Id: Ica5f3194c5ff080b88270eb81e596506558067b9
This commit is contained in:
parent
d5246223ea
commit
eca0b44d61
@ -39,7 +39,7 @@ COMP1=${COMPONENT#"$prefix"}
|
|||||||
COMP=${COMP1%"$suffix"}
|
COMP=${COMP1%"$suffix"}
|
||||||
# ovs needs to be narrowed down a bit
|
# ovs needs to be narrowed down a bit
|
||||||
if [ "$COMP" == "ovs" ]; then
|
if [ "$COMP" == "ovs" ]; then
|
||||||
COMP = "neutron-ovs-agent"
|
COMP="neutron-ovs-agent"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# find the pod for the component and hostname
|
# find the pod for the component and hostname
|
||||||
|
Loading…
x
Reference in New Issue
Block a user