commit | d644e23c9596ab128d6360798df863cf5f9cbf23 | [log] [tgz] |
---|---|---|
author | Sean Dague <sdague@linux.vnet.ibm.com> | Thu Jul 25 15:34:48 2013 -0400 |
committer | Sean Dague <sdague@linux.vnet.ibm.com> | Thu Jul 25 15:43:15 2013 -0400 |
tree | 802f977d2e771127d2a090f8e7e27a8e309cad8e | |
parent | 5011c03d0351e2a8c201861143bbba5d5b3f05a4 [diff] [blame] |
make install_heatclient like other client installs all the other install_*client functions do the setup develop inline. Do the same thing for heat. Change-Id: Ib2043580af6b7f14f24f7304e5f47f4523517d06
diff --git a/stack.sh b/stack.sh index 3fa025f..cdc45fd 100755 --- a/stack.sh +++ b/stack.sh
@@ -739,11 +739,10 @@ fi if is_service_enabled heat; then - install_heat install_heatclient + install_heat cleanup_heat configure_heat - configure_heatclient fi if is_service_enabled tls-proxy; then