-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Compute
-
Labels:None
In the Azure compute driver, the wait_until_running method inherited from the base compute module is broken. The method calls self.list_nodes() with no options, but the Azure driver's list_nodes method requires ex_cloud_service parameter, so an exception is thrown.