mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-03 13:47:01 +03:00
Added missing comma.
git-svn-id: http://svn.opennebula.org/one/trunk@477 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
196e781693
commit
19e9bcad88
@ -59,7 +59,7 @@ class EC2InformationManagerDriver < OpenNebulaDriver
|
||||
totalmemory = smem + lmem + xlmem
|
||||
totalcpu = scpu + lcpu + xlcpu
|
||||
|
||||
@info = "TOTALMEMORY=#{totalmemory},TOTALCPU=#{totalcpu}" \
|
||||
@info = "TOTALMEMORY=#{totalmemory},TOTALCPU=#{totalcpu}," \
|
||||
"CPUSPEED=1000,FREEMEMORY=#{totalmemory},FREECPU=#{totalcpu}"
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user