[jira] [Updated] (LIBCLOUD-890) Openstack: list_nodes: allow filtering by tags

2017-01-23 Thread Michel Samia (JIRA)

 [ 
https://issues.apache.org/jira/browse/LIBCLOUD-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michel Samia updated LIBCLOUD-890:
--
Summary: Openstack: list_nodes: allow filtering by tags  (was: Openstack: 
compute: list_nodes: allow filtering by tags)

> Openstack: list_nodes: allow filtering by tags
> --
>
> Key: LIBCLOUD-890
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-890
> Project: Libcloud
>  Issue Type: New Feature
>  Components: Compute
>Reporter: Michel Samia
>Priority: Minor
>
> New openstack versions (from 2016.2 Newton) allow filtering by instance tags. 
> This is a big performance boost when querying lot of entries.
> Docs: 
> http://developer.openstack.org/api-ref/compute/?expanded=list-servers-detail



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (LIBCLOUD-890) Openstack: list_nodes: allow filtering by tags

2017-01-23 Thread Michel Samia (JIRA)
Michel Samia created LIBCLOUD-890:
-

 Summary: Openstack: list_nodes: allow filtering by tags
 Key: LIBCLOUD-890
 URL: https://issues.apache.org/jira/browse/LIBCLOUD-890
 Project: Libcloud
  Issue Type: New Feature
Reporter: Michel Samia
Priority: Minor


New openstack versions (from 2016.2 Newton) allow filtering by instance tags. 
This is a big performance boost when querying lot of entries.

Docs: 
http://developer.openstack.org/api-ref/compute/?expanded=list-servers-detail



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (LIBCLOUD-890) Openstack: compute: list_nodes: allow filtering by tags

2017-01-23 Thread Michel Samia (JIRA)

 [ 
https://issues.apache.org/jira/browse/LIBCLOUD-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michel Samia updated LIBCLOUD-890:
--
Component/s: Compute

> Openstack: compute: list_nodes: allow filtering by tags
> ---
>
> Key: LIBCLOUD-890
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-890
> Project: Libcloud
>  Issue Type: New Feature
>  Components: Compute
>Reporter: Michel Samia
>Priority: Minor
>
> New openstack versions (from 2016.2 Newton) allow filtering by instance tags. 
> This is a big performance boost when querying lot of entries.
> Docs: 
> http://developer.openstack.org/api-ref/compute/?expanded=list-servers-detail



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (LIBCLOUD-890) Openstack: compute: list_nodes: allow filtering by tags

2017-01-23 Thread Michel Samia (JIRA)

 [ 
https://issues.apache.org/jira/browse/LIBCLOUD-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michel Samia updated LIBCLOUD-890:
--
Summary: Openstack: compute: list_nodes: allow filtering by tags  (was: 
Openstack: list_nodes: allow filtering by tags)

> Openstack: compute: list_nodes: allow filtering by tags
> ---
>
> Key: LIBCLOUD-890
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-890
> Project: Libcloud
>  Issue Type: New Feature
>  Components: Compute
>Reporter: Michel Samia
>Priority: Minor
>
> New openstack versions (from 2016.2 Newton) allow filtering by instance tags. 
> This is a big performance boost when querying lot of entries.
> Docs: 
> http://developer.openstack.org/api-ref/compute/?expanded=list-servers-detail



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (LIBCLOUD-899) vcloud: when an error happens it should raise an ancestor of LibcloudError, not XML node

2017-02-23 Thread Michel Samia (JIRA)
Michel Samia created LIBCLOUD-899:
-

 Summary: vcloud: when an error happens it should raise an ancestor 
of LibcloudError, not XML node
 Key: LIBCLOUD-899
 URL: https://issues.apache.org/jira/browse/LIBCLOUD-899
 Project: Libcloud
  Issue Type: Bug
  Components: Compute
Affects Versions: 0.15.1
Reporter: Michel Samia


probably parse_error of VcloudResponse needs to be (re)defined



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (LIBCLOUD-899) vcloud: when an error happens it should raise instance of class inherited fromLibcloudError, not XML node

2017-02-23 Thread Michel Samia (JIRA)

 [ 
https://issues.apache.org/jira/browse/LIBCLOUD-899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michel Samia updated LIBCLOUD-899:
--
Summary: vcloud: when an error happens it should raise instance of class 
inherited fromLibcloudError, not XML node  (was: vcloud: when an error happens 
it should raise an ancestor of LibcloudError, not XML node)

> vcloud: when an error happens it should raise instance of class inherited 
> fromLibcloudError, not XML node
> -
>
> Key: LIBCLOUD-899
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-899
> Project: Libcloud
>  Issue Type: Bug
>  Components: Compute
>Affects Versions: 0.15.1
>Reporter: Michel Samia
>  Labels: vcloud
>
> probably parse_error of VcloudResponse needs to be (re)defined



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (LIBCLOUD-899) vcloud: when an error happens it should raise instance of class inherited fromLibcloudError, not XML node

2017-02-23 Thread Michel Samia (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15880564#comment-15880564
 ] 

Michel Samia commented on LIBCLOUD-899:
---

I have it fixed locally and covered by a test, but the fix is againts 0.17, so 
I need to rebase it to head.

> vcloud: when an error happens it should raise instance of class inherited 
> fromLibcloudError, not XML node
> -
>
> Key: LIBCLOUD-899
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-899
> Project: Libcloud
>  Issue Type: Bug
>  Components: Compute
>Affects Versions: 0.15.1
>Reporter: Michel Samia
>  Labels: vcloud
>
> probably parse_error of VcloudResponse needs to be (re)defined



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (LIBCLOUD-899) vcloud: when an error happens it should raise an ancestor of LibcloudError, not XML node

2017-02-23 Thread Michel Samia (JIRA)

 [ 
https://issues.apache.org/jira/browse/LIBCLOUD-899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michel Samia updated LIBCLOUD-899:
--
Labels: vcloud  (was: )

> vcloud: when an error happens it should raise an ancestor of LibcloudError, 
> not XML node
> 
>
> Key: LIBCLOUD-899
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-899
> Project: Libcloud
>  Issue Type: Bug
>  Components: Compute
>Affects Versions: 0.15.1
>Reporter: Michel Samia
>  Labels: vcloud
>
> probably parse_error of VcloudResponse needs to be (re)defined



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[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
> --
>
> Key: LIBCLOUD-853
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-853
> Project: Libcloud
>  Issue Type: Improvement
>  Components: Compute
>Reporter: Michel Samia
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[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
  Issue Type: Improvement
  Components: Compute
Reporter: Michel Samia






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)