Devstack stop zun-wsproxy process when service enabled
Change-Id: I0a934f45e7a7fabac31825e33cc84a8e2ef2ddc4
This commit is contained in:
parent
c188baf3bd
commit
98654e6111
@ -429,6 +429,9 @@ function stop_zun {
|
|||||||
stop_process zun-api
|
stop_process zun-api
|
||||||
fi
|
fi
|
||||||
stop_process zun-compute
|
stop_process zun-compute
|
||||||
|
if is_service_enabled zun-wsproxy; then
|
||||||
|
stop_process zun-wsproxy
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Restore xtrace
|
# Restore xtrace
|
||||||
|
Loading…
Reference in New Issue
Block a user