phase5
This commit is contained in:
parent
40dc709d68
commit
1c648824f2
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ def vmrrd(cubeid):
|
|||
""" retrieve rrd graphs (PNG) """
|
||||
slave_name, vm_type, vm_id = grid.query_vm(cubeid)
|
||||
proxobject = auth(slave_name)
|
||||
object.cluster.status.get()[0]['name']
|
||||
proxobject.cluster.status.get()[0]['name']
|
||||
ioconfig.logger.info('slave[%s]> query rrd of %s %s' % (slave_name, vm_type, vm_id))
|
||||
|
||||
result = {}
|
||||
|
|
Loading…
Reference in a new issue