Loading ccserver/ccserver.py +1 −1 Original line number Diff line number Diff line Loading @@ -200,7 +200,7 @@ class CCServer(object): logging.debug('Responses received from hypervisors.') for resp in responses: if resp['error'] is None: if resp['error'] is None and resp['return']: hy = async_calls[resp['id']] for vm_tags in resp['return']: vm_tags['role'] = 'vm' Loading Loading
ccserver/ccserver.py +1 −1 Original line number Diff line number Diff line Loading @@ -200,7 +200,7 @@ class CCServer(object): logging.debug('Responses received from hypervisors.') for resp in responses: if resp['error'] is None: if resp['error'] is None and resp['return']: hy = async_calls[resp['id']] for vm_tags in resp['return']: vm_tags['role'] = 'vm' Loading