Merge "command not found errors on unstack" into stable/havana

This commit is contained in:
Jenkins 2014-08-26 00:00:00 +00:00 committed by Gerrit Code Review
commit d91dd6f400
2 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
XTRACE=$(set +o | grep xtrace)
set +o xtrace
source $TOP_DIR/lib/tls
# Defaults
# --------

View File

@ -35,10 +35,12 @@ source $TOP_DIR/lib/apache
# Get project function libraries
source $TOP_DIR/lib/baremetal
source $TOP_DIR/lib/ceilometer
source $TOP_DIR/lib/cinder
source $TOP_DIR/lib/keystone
source $TOP_DIR/lib/glance
source $TOP_DIR/lib/nova
source $TOP_DIR/lib/heat
source $TOP_DIR/lib/horizon
source $TOP_DIR/lib/swift
source $TOP_DIR/lib/neutron