Nick Allen created LIBCLOUD-981:
-----------------------------------
Summary: Azure: Compute list nodes without cloud service parameter
Key: LIBCLOUD-981
URL: https://issues.apache.org/jira/browse/LIBCLOUD-981
Project: Libcloud
Issue Type: Bug
Components: Compute
Reporter: Nick Allen
It looks like Azure Virtual Machines supports creating nodes without an
underlying Cloud Service, assuming this was an old limitation.
I have created virtual machines on Azure, but have never created a Cloud
Service. Can't figure out from documentation how to list these nodes, since the
list_nodes() method requires a Cloud Service name.
{code:java}
>>> driver.ex_list_cloud_services()
<HostedServices items=[]>
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)