Merge "Add the sbins to PATH"

This commit is contained in:
Jenkins
2014-05-09 00:02:00 +00:00
committed by Gerrit Code Review

View File

@@ -88,6 +88,9 @@ export BASE=/opt/stack
# The URL from which to fetch ZUUL references
export ZUUL_URL=${ZUUL_URL:-http://zuul.openstack.org/p}
# sshd may have been compiled with a default path excluding */sbin
export PATH=$PATH:/usr/local/sbin:/usr/sbin
# Set this variable to skip updating the devstack-gate project itself.
# Useful in development so you can edit scripts in place and run them
# directly. Do not set in production.