fix extra flags handling
Change-Id: Ifecf908b1949e2afc8874f2fcccd741e34c50b8d
This commit is contained in:
parent
d7326d2ea9
commit
b39ed2f496
1 changed files with 7 additions and 7 deletions
2
stack.sh
2
stack.sh
|
@ -961,7 +961,7 @@ fi
|
||||||
# You can define extra nova conf flags by defining the array EXTRA_FLAGS,
|
# You can define extra nova conf flags by defining the array EXTRA_FLAGS,
|
||||||
# For Example: EXTRA_FLAGS=(--foo --bar=2)
|
# For Example: EXTRA_FLAGS=(--foo --bar=2)
|
||||||
for I in "${EXTRA_FLAGS[@]}"; do
|
for I in "${EXTRA_FLAGS[@]}"; do
|
||||||
add_nova_flag $i
|
add_nova_flag $I
|
||||||
done
|
done
|
||||||
|
|
||||||
# XenServer
|
# XenServer
|
||||||
|
|
Loading…
Reference in a new issue