Re: Issues with Updating Runlist for a Node

2013-05-21 Thread Zack Shoylev
I suggest consistency (in this case immutability). Note however new users will not generally expect it. Maybe ensure all @returns mention immutable collections. Original message From: Ignasi ignasi.barr...@gmail.com Date: 05/21/2013 2:24 PM (GMT-07:00) To:

RE: NovaComputeService

2013-07-31 Thread Zack Shoylev
I am looking at the examples I use ( https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/CreateServer.java#L83 ) Seems your code is about the same, any issues with it? From: Bk Lau [mailto:bklau2...@gmail.com] Sent:

RE: Need help running scripts on EC2

2013-09-13 Thread Zack Shoylev
I have seen some images that do not support bash-shopt which is what jclouds uses to wrap scripts (in the header). What image is being used? From: Ignasi [ignasi.barr...@gmail.com] Sent: Friday, September 13, 2013 2:19 PM To: user@jclouds.incubator.apache.org

RE: How to bind and work with OpenStack extensions

2013-09-30 Thread Zack Shoylev
Do you mean already implemented extensions, such as the security group extension? I have an example for it here: https://gist.github.com/zack-shoylev/6517903 Or do you need to implement your own extension? It seems to me you might be using getExtensionApiForZone to get a list of the extensions

RE: How to bind and work with OpenStack extensions

2013-09-30 Thread Zack Shoylev
On Mon, Sep 30, 2013 at 4:50 PM, Zack Shoylev zack.shoy...@rackspace.commailto:zack.shoy...@rackspace.com wrote: Do you mean already implemented extensions, such as the security group extension? I have an example for it here: https://gist.github.com/zack-shoylev/6517903 Or do you need