devstack: fix rest-api typo

This fixes the cleanup for the rest-api since it was missing either '-'
or the '_'.

Change-Id: Id461458c6ba0045f28e9d26de11c318c5c4c51a4
Signed-off-by: Saul Wold <sgw@linux.intel.com>
changes/26/617326/1
Saul Wold 4 years ago
parent fc6187d4fa
commit dc4ea82f07

@ -58,8 +58,8 @@ function cleanup_fault {
if is_service_enabled fm-common; then
cleanup_fm_common
fi
if is_service_enabled fm-restapi; then
cleanup_fm_restapi
if is_service_enabled fm-rest_api; then
cleanup_fm_rest_api
fi
}

Loading…
Cancel
Save