Merge "Add EXTRA_BAREMETAL_OPTS to stack.sh"

This commit is contained in:
Jenkins
2013-01-10 23:06:04 +00:00
committed by Gerrit Code Review

View File

@@ -1130,6 +1130,12 @@ if is_service_enabled nova; then
iniset $NOVA_CONF baremetal power_manager $BM_POWER_MANAGER
iniset $NOVA_CONF baremetal tftp_root /tftpboot
# 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//=/ }
done
# Default
# -------