[jira] [Resolved] (LIBCLOUD-991) Can not retrieve more than 500VM on Google cloud

2018-04-16 Thread charles walker (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] charles walker resolved LIBCLOUD-991. - Resolution: Invalid Issue was due to direct call to driver.list_nodes without wrapping

[jira] [Closed] (LIBCLOUD-991) Can not retrieve more than 500VM on Google cloud

2018-04-16 Thread charles walker (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] charles walker closed LIBCLOUD-991. --- > Can not retrieve more than 500VM on Google cloud >

[jira] [Commented] (LIBCLOUD-991) Can not retrieve more than 500VM on Google cloud

2018-04-16 Thread charles walker (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16439876#comment-16439876 ] charles walker commented on LIBCLOUD-991: - I manage to fix my issue with

[GitHub] libcloud pull request #1201: Update docstring for storage provider class

2018-04-16 Thread c-w
GitHub user c-w opened a pull request: https://github.com/apache/libcloud/pull/1201 Update docstring for storage provider class ## Update docstring for storage provider class ### Description The docstring listing all the class variables in the storage provider

[GitHub] libcloud pull request #1202: Fix hash value in azure blob store

2018-04-16 Thread daviskirk
GitHub user daviskirk opened a pull request: https://github.com/apache/libcloud/pull/1202 Fix hash value in azure blob store ## Upgrade azure blob storage api ### Description * Upgrade to minimum api version allowed by azure (see ) * Return actual

[jira] [Commented] (LIBCLOUD-851) Azure blob storage - Unable to list blobs of a container

2018-04-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16440126#comment-16440126 ] ASF GitHub Bot commented on LIBCLOUD-851: - GitHub user daviskirk opened a pull request:

[GitHub] libcloud pull request #1042: [compute] [azure_arm] New fixtures, and minor c...

2018-04-16 Thread SamuelMarks
Github user SamuelMarks closed the pull request at: https://github.com/apache/libcloud/pull/1042 ---

[GitHub] libcloud pull request #1200: [compute] [azure_arm] `app create`; `sp create`...

2018-04-16 Thread SamuelMarks
GitHub user SamuelMarks opened a pull request: https://github.com/apache/libcloud/pull/1200 [compute] [azure_arm] `app create`; `sp create`; `role assignment create` ## [compute] [azure_arm] `app create`; `sp create`; `role assignment create` ### Description The

[GitHub] libcloud pull request #1042: [compute] [azure_arm] New fixtures, and minor c...

2018-04-16 Thread SamuelMarks
GitHub user SamuelMarks reopened a pull request: https://github.com/apache/libcloud/pull/1042 [compute] [azure_arm] New fixtures, and minor changes to work with new API ## Updated fixtures; `"`⇒`'`; minor fixes to reflect newly cased JSON keys; and using datetime library.