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

Gordon Chung authored on 2014/01/15 01:05:31
Showing 2 changed files
... ...
@@ -28,6 +28,7 @@
28 28
 XTRACE=$(set +o | grep xtrace)
29 29
 set +o xtrace
30 30
 
31
+source $TOP_DIR/lib/tls
31 32
 
32 33
 # Defaults
33 34
 # --------
... ...
@@ -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