You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Nick Allen (JIRA)" <ji...@apache.org> on 2018/02/05 03:34:00 UTC

[jira] [Created] (LIBCLOUD-981) Azure: Compute list nodes without cloud service parameter

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)