[GitHub] libcloud pull request #867: StorageVolumeSnapshot now has a .name

2016-09-23 Thread allardhoeve
GitHub user allardhoeve opened a pull request: https://github.com/apache/libcloud/pull/867 StorageVolumeSnapshot now has a .name ## StorageVolumeSnapshot now has an attribute .name ### Description StorageVolumeSnapshot is the last object that normally has a name,

[jira] [Updated] (LIBCLOUD-853) Openstack: allow a user to list availability zones

2016-09-23 Thread Michel Samia (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michel Samia updated LIBCLOUD-853: -- Priority: Minor (was: Major) > Openstack: allow a user to list availability zones >

[jira] [Created] (LIBCLOUD-853) Openstack: allow a user to list availability zones

2016-09-23 Thread Michel Samia (JIRA)
Michel Samia created LIBCLOUD-853: - Summary: Openstack: allow a user to list availability zones Key: LIBCLOUD-853 URL: https://issues.apache.org/jira/browse/LIBCLOUD-853 Project: Libcloud

[GitHub] libcloud pull request #866: OS create_snapshot posts optional keywords only ...

2016-09-23 Thread allardhoeve
GitHub user allardhoeve opened a pull request: https://github.com/apache/libcloud/pull/866 OS create_snapshot posts optional keywords only when needed ## OS create_snapshot_volume does not post optional keywords if they are None ### Description On never

[GitHub] libcloud pull request #865: Add ex_stop_node to OS driver

2016-09-23 Thread allardhoeve
GitHub user allardhoeve opened a pull request: https://github.com/apache/libcloud/pull/865 Add ex_stop_node to OS driver ## Add ex_stop_node to OS driver ### Description Current OpenStack driver can suspend, but not stop a node. This PR adds that. ###