[Devstack]change sysinv service type to 'platform'

fix below issue:
cgcs_client(system) reports error "public endpoint for platform
service in RegionOne region not found"

Story: 2004370
Task: 28000

Change-Id: I7378db1d7bc06bb6ef9b8a495858f45b4d414733
Signed-off-by: Sun Austin <austin.sun@intel.com>
This commit is contained in:
Sun Austin 2018-11-20 11:45:45 +08:00
parent 54fdc72026
commit 26985daf24
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function configure_sysinv {
}
function create_sysinv_accounts {
get_or_create_service "sysinv" "sysinv" "SysInv services"
get_or_create_service "sysinv" "platform" "SysInv services"
create_service_user "sysinv" "admin"
sysinv_api_url="$SYSINV_SERVICE_PROTOCOL://$SYSINV_SERVICE_HOST:$SYSINV_SERVICE_PORT"
get_or_create_endpoint \