Browse code

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)

Gordon Chung authored on 2014/01/15 01:05:31
Showing 2 changed files
... ...
@@ -26,6 +26,7 @@
26 26
 XTRACE=$(set +o | grep xtrace)
27 27
 set +o xtrace
28 28
 
29
+source $TOP_DIR/lib/tls
29 30
 
30 31
 # Defaults
31 32
 # --------
... ...
@@ -35,10 +35,12 @@ source $TOP_DIR/lib/apache
35 35
 
36 36
 # Get project function libraries
37 37
 source $TOP_DIR/lib/baremetal
38
+source $TOP_DIR/lib/ceilometer
38 39
 source $TOP_DIR/lib/cinder
39 40
 source $TOP_DIR/lib/keystone
40 41
 source $TOP_DIR/lib/glance
41 42
 source $TOP_DIR/lib/nova
43
+source $TOP_DIR/lib/heat
42 44
 source $TOP_DIR/lib/horizon
43 45
 source $TOP_DIR/lib/swift
44 46
 source $TOP_DIR/lib/neutron