Re: [jclouds-labs-openstack] Glance v2 implementation (#77)

2014-11-19 Thread Ignacio Mulas
Hi @inbarsto and @Everett ! I could not finish this as some other things came up by then and it has been hanging for a while now. I would actually like to finish it and push it into the repository. I can work on it during the next week so

Re: [jclouds] Update glance's endpoint for unit tests (#258)

2014-05-28 Thread Ignacio Mulas
This fix is makes sense for the pull request jclouds/jclouds-labs-openstack#77 which combines v1 and v2. I'll dedicate time to finish it and finally merge it. Once that is in good shape, this will be needed. :) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jc

Re: [jclouds-labs-openstack] Glance v2 implementation (#77)

2014-05-28 Thread Ignacio Mulas
Hi @jdaggett, did you do anything regarding this pull request eventually? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/77#issuecomment-44462733

Re: [jclouds-labs-openstack] Glance v2 implementation (#77)

2014-04-18 Thread Ignacio Mulas
Hi Jeremy! I will work on it when you are done with your minor refactoring so we can fix everything and merge it. I could not dedicate much time to it and it has been hanging there for long time. Thanks for pushing it! :) 2014-04-17 2:11 GMT+02:00 Jeremy Daggett : > Hi @sallum

Re: [jclouds-labs-openstack] Glance v2 implementation (#77)

2014-03-01 Thread Ignacio Mulas
> + public void testUpdateWhenReponseIs404IsNull() throws Exception { > + HttpRequest patch = HttpRequest.builder().method("PATCH") > + > .endpoint("https://glance.jclouds.org:9292/v2/images/da3b75d9-3f4a-40e7-8a2c-bfab23927dea";) > + > .payload(payloadFromStringWithC

Re: [jclouds-labs-openstack] Glance v2 implementation (#77)

2014-03-01 Thread Ignacio Mulas
> +import com.google.common.collect.ImmutableList; > +import com.google.common.collect.ImmutableMap; > + > +/** > + * An image the Glance server knows about > + * > + * @author Ignacio Mulas > + * > + * @see http://glance.openstack.org/glanceapi.html"; /

Re: [jclouds] Update glance's endpoint for unit tests (#258)

2014-03-01 Thread Ignacio Mulas
> @@ -71,7 +71,7 @@ > "endpoints": [ > { > "tenantName": "40806637803162", > -"publicURL": "https://glance.jclouds.org:9292/v1.0";, > +"publicURL": "https://glance.jclouds.org:9292";, Thi

[jira] [Commented] (JCLOUDS-379) Implement OpenStack Glance v2

2014-01-22 Thread Ignacio Mulas (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13878898#comment-13878898 ] Ignacio Mulas commented on JCLOUDS-379: --- Initial implementation of Glanc

[jira] [Created] (JCLOUDS-379) Implement OpenStack Glance v2

2013-11-13 Thread Ignacio Mulas (JIRA)
Ignacio Mulas created JCLOUDS-379: - Summary: Implement OpenStack Glance v2 Key: JCLOUDS-379 URL: https://issues.apache.org/jira/browse/JCLOUDS-379 Project: jclouds Issue Type: Bug

[jira] [Commented] (JCLOUDS-376) PATCH HTTP request implementation

2013-11-12 Thread Ignacio Mulas (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13820152#comment-13820152 ] Ignacio Mulas commented on JCLOUDS-376: --- Ready for review : https://github

[jira] [Created] (JCLOUDS-376) PATCH HTTP request implementation

2013-11-12 Thread Ignacio Mulas (JIRA)
Ignacio Mulas created JCLOUDS-376: - Summary: PATCH HTTP request implementation Key: JCLOUDS-376 URL: https://issues.apache.org/jira/browse/JCLOUDS-376 Project: jclouds Issue Type: New