Merge "Add EXTRA_BAREMETAL_OPTS to stack.sh"
This commit is contained in:
commit
c8491f60ca
6
stack.sh
6
stack.sh
@ -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
|
||||
# -------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user