Fix EXTRA_BAREMETAL_OPTS

Replace only the first '=' in each item in
EXTRA_BAREMETAL_OPTS to handle multiple '='.

Change-Id: I2d4c1b664425bf35bcdbf0bda53cfda4c66b1c6d
This commit is contained in:
Arata Notsu 2013-02-19 12:42:26 +09:00
parent 25ebbcd1a7
commit 38ac402023

@ -1082,7 +1082,7 @@ if is_service_enabled nova; then
# Define extra baremetal nova conf flags by defining the array ``EXTRA_BAREMETAL_OPTS``.
for I in "${EXTRA_BAREMETAL_OPTS[@]}"; do
# Attempt to convert flags to options
iniset $NOVA_CONF baremetal ${I//=/ }
iniset $NOVA_CONF baremetal ${I/=/ }
done
# Default