| commit | 68ed19b696c347d7e9d48b92b643419549bbd249 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Fri Mar 13 02:00:22 2015 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Fri Mar 13 02:00:22 2015 +0000 |
| tree | ed38dad5770fd0b13f05445bb248d039f6bd7f3a | |
| parent | 69b1551452e190191fb9be1661c2ce414951ff7b [diff] | |
| parent | 3011ec75493c456589947567d972c3a3c1f602bb [diff] |
Merge "install missing elasticsearch client"
diff --git a/lib/ironic b/lib/ironic index 0d7c127..35b5411 100644 --- a/lib/ironic +++ b/lib/ironic
@@ -482,9 +482,8 @@ # stop_ironic() - Stop running processes function stop_ironic { - # Kill the Ironic screen windows - screen -S $SCREEN_NAME -p ir-api -X kill - screen -S $SCREEN_NAME -p ir-cond -X kill + stop_process ir-api + stop_process ir-cond # Cleanup the WSGI files if [[ "$IRONIC_IPXE_ENABLED" == "True" ]] ; then