Fixes some typos in stack.sh
Change-Id: Ia627d1793c6db76590844d51854dce35a87206b7 Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
parent
b13ebee873
commit
d3121f649d
4
stack.sh
4
stack.sh
@ -152,7 +152,7 @@ fi
|
|||||||
# Look for obsolete stuff
|
# Look for obsolete stuff
|
||||||
if [[ ,${ENABLED_SERVICES}, =~ ,"swift", ]]; then
|
if [[ ,${ENABLED_SERVICES}, =~ ,"swift", ]]; then
|
||||||
echo "FATAL: 'swift' is not supported as a service name"
|
echo "FATAL: 'swift' is not supported as a service name"
|
||||||
echo "FATAL: Use the actual swift service names to enable tham as required:"
|
echo "FATAL: Use the actual swift service names to enable them as required:"
|
||||||
echo "FATAL: s-proxy s-object s-container s-account"
|
echo "FATAL: s-proxy s-object s-container s-account"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@ -671,7 +671,7 @@ if [[ "$OFFLINE" != "True" ]]; then
|
|||||||
$TOP_DIR/tools/install_pip.sh
|
$TOP_DIR/tools/install_pip.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Do the ugly hacks for borken packages and distros
|
# Do the ugly hacks for broken packages and distros
|
||||||
$TOP_DIR/tools/fixup_stuff.sh
|
$TOP_DIR/tools/fixup_stuff.sh
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user