mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Fix configure::waitForDevice when a device is missing.
Was using non-existing 'ip' variable.
This commit is contained in:
parent
cf4cdde291
commit
295e2caff0
@ -340,7 +340,7 @@ class CsDevice:
|
||||
time.sleep(1)
|
||||
count += 1
|
||||
self.buildlist();
|
||||
logging.error("Address %s on device %s cannot be configured - device was not found", ip.ip(), self.dev)
|
||||
logging.error("Device %s cannot be configured - device was not found", self.dev)
|
||||
return False
|
||||
|
||||
def list(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user