Devstack stop zun-wsproxy process when service enabled

Change-Id: I0a934f45e7a7fabac31825e33cc84a8e2ef2ddc4
This commit is contained in:
zhurong 2017-07-10 17:25:43 +08:00
parent c188baf3bd
commit 98654e6111
1 changed files with 3 additions and 0 deletions

View File

@ -429,6 +429,9 @@ function stop_zun {
stop_process zun-api
fi
stop_process zun-compute
if is_service_enabled zun-wsproxy; then
stop_process zun-wsproxy
fi
}
# Restore xtrace