From 9abaf883d459aeb6345eddb49777e7bdfc475f2e Mon Sep 17 00:00:00 2001 From: Gordon Chung Date: Tue, 14 Jan 2014 11:05:31 -0500 Subject: [PATCH] command not found errors on unstack - add lib/ceilometer and lib/heat to source list for when stop_heat and stop_ceilometer functions are called. - add lib/tls source to lib/keystone for when is_ssl_enabled_service function called. Change-Id: Ief05766e9cfda71fb6392c8a757d04751283414e Closes-Bug: #1269047 (cherry picked from commit 5eec5b6b80401842ad1f7275d9c7a6949cc6f848) --- lib/keystone | 1 + unstack.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lib/keystone b/lib/keystone index b6b2d05e27..3489bd8394 100755 --- a/lib/keystone +++ b/lib/keystone @@ -26,6 +26,7 @@ XTRACE=$(set +o | grep xtrace) set +o xtrace +source $TOP_DIR/lib/tls # Defaults # -------- diff --git a/unstack.sh b/unstack.sh index 77dbe074d2..4445f1fb31 100755 --- a/unstack.sh +++ b/unstack.sh @@ -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