Browse code

Merge "command not found errors on unstack"

Jenkins authored on 2014/01/18 00:35:43
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