Check the version of ara instead of ara-server for the info endpoint
ara-server no longer exists and has been merged back into ara. Change-Id: Idf67f81049ce5671588d5be606efc93534447d6f
This commit is contained in:
parent
b89ce1af99
commit
3f495d6990
@ -28,7 +28,7 @@ class InfoView(viewsets.ViewSet):
|
||||
return Response(
|
||||
{
|
||||
"python_version": ".".join(map(str, sys.version_info[:3])),
|
||||
"ara_version": pbr.version.VersionInfo("ara-server").release_string(),
|
||||
"ara_version": pbr.version.VersionInfo("ara").release_string(),
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user