The QuotaCommand shows a wrong value (%) for the field 'share'

Change-Id: Iaf256d35d17b96184bcbcb937aad1958d8ec8800
Sem-Ver: bugfix
This commit is contained in:
Lisa Zangrando 2016-11-04 10:46:05 +01:00
parent 10601679f4
commit e9ac2777e4

View File

@ -125,7 +125,7 @@ class QuotaCommand(ExecuteCommand):
vcpus_size,
memory_usage,
memory_size,
norm_share,
norm_share * 100,
project.getTTL())
row.append(private)