Merge "fix extra flags handling"

This commit is contained in:
Jenkins 2011-11-23 16:31:53 +00:00 committed by Gerrit Code Review
commit 83a59d26a7

View file

@ -961,7 +961,7 @@ fi
# You can define extra nova conf flags by defining the array EXTRA_FLAGS,
# For Example: EXTRA_FLAGS=(--foo --bar=2)
for I in "${EXTRA_FLAGS[@]}"; do
add_nova_flag $i
add_nova_flag $I
done
# XenServer