Re: SLF4JLoggingModule() -not found

2013-07-30 Thread Bk Lau
That does the trick. Thank you. On Tue, Jul 30, 2013 at 12:48 PM, Andrew Gaul g...@apache.org wrote: On Tue, Jul 30, 2013 at 12:43:21PM -0400, Bk Lau wrote: I can't import SLF4JLoggingModule in my Eclipse IDE: IterableModule modules = ImmutableSet.Module of(new SLF4JLoggingModule

Re: NovaComputeService

2013-07-31 Thread Bk Lau
/rackspace/cloudservers/CreateServer.java#L83) Seems your code is about the same, any issues with it? From: Bk Lau [mailto:bklau2...@gmail.com] Sent: Wednesday, July 31, 2013 10:11 AM To: user@jclouds.incubator.apache.org Subject: NovaComputeService Hi: Is NovaComputeService currently intended

[no subject]

2013-07-31 Thread Bk Lau
I'm confused as to the differences between the 2 ways to create a security rule below: Seems that both methods below has the same signatures: /** * Create a Security Group Rule. * * @return a new Security Group Rule */ SecurityGroupRule createRuleAllowingCidrBlock(String

Creating server instance using Block Device Mapping from a snapshot

2013-08-13 Thread Bk Lau
Hi : Is there any sample code on how to create a compute instance with block device mapping, say using a snapshot like so: http://docs.openstack.org/user-guide/content/boot_from_volume.html Thanks, BK

HPCloud Block storage support

2013-08-16 Thread Bk Lau
Hi : I see that providers for HPCloud compute and Blobstore is supported but Block Storage is missing. Any plan to support Block Storage for HPClouds? Thanks, BK

How to create Bootable Volume with OpenStack

2013-08-20 Thread Bk Lau
Q: Does current Jclouds for openstack nova or cinder API allows one to create a bootable volume?. Example code on how to do this?. Thanks, BK

CreateVolumeOptions : Is volumeType a Name or ID

2013-09-05 Thread Bk Lau
Hi: Q: when creating a volume specifying the CreateVolumeOptions: public CreateVolumeOptions volumeType(String volumeType) Is the parameter volumeType referring to the VolumeType name or its ID?? I couldn't get definative answer from openstack doc. Thanks, BK

How to specify SSL key for HTTPs access

2013-09-13 Thread Bk Lau
Hi : How do I specify specific SSL key for, say, a keyStone authentication. Some properties overrides exists to do this? This has been asked before [1] sometime ago. So what's the current status on this?. Currently all the JClouds examples uses HTTP only. That means plain username/password(even

How to bind and work with OpenStack extensions

2013-09-26 Thread Bk Lau
Hi: Assuming that I have an OpenStack extension, for say, ServerAPI, my question is do JCloud have some standard classes/utilities way to allow me to bind to it and start using it or do I have to write my own JSON calls??. Sample code would be nice :) Thanks, BK

Re: How to bind and work with OpenStack extensions

2013-09-30 Thread Bk Lau
getExtensionApiForZone to get a list of the extensions and then use one of these extensions? Is it possible to follow the example above to get the specific extension you want? -- *From:* Bk Lau [bklau2...@gmail.com] *Sent:* Monday, September 30, 2013 3:27 PM *To:* user

Re: jclouds at the Hong Kong JUG on Nov. 4

2013-10-16 Thread Bk Lau
Everett: Do you have a handy list of which companies have one or more of their developers represented on the JCloud as contributors? This questions have popped up recently in one of my recent engagement with a partner. That is to say, support from prominent Cloud providers would help propelled

Re: jclouds at the Hong Kong JUG on Nov. 4

2013-10-16 Thread Bk Lau
Matt: Thanks. On Wed, Oct 16, 2013 at 4:41 PM, Matt Stephenson matts...@apache.orgwrote: Bk, http://wiki.apache.org/incubator/jcloudsProposal is still somewhat accurate. On Wed, Oct 16, 2013 at 1:31 PM, Bk Lau bklau2...@gmail.com wrote: Everett: Do you have a handy list of which

Re: what should user@jclouds.incubator.apache.org return

2013-10-16 Thread Bk Lau
I installed and use the devStack recently. zones = nova.getApi().getConfiguredZones() == will return a set of regions, not availability zones!!! Example : RegionA, not nova. If you look at the nova extensions, there is a availability-zone extensions. I don't think this is what is involved

vCloud version supported by jCloud

2013-10-25 Thread Bk Lau
Hi : Does anyone know what version(s) of vCloud is currently working with JCloud 1.6.3? Thanks, /BK

Re: vCloud version supported by jCloud

2013-10-25 Thread Bk Lau
vCloud 5.1, 5.5 On Fri, Oct 25, 2013 at 4:51 PM, Andrew Phillips andr...@apache.org wrote: Does anyone know what version(s) of vCloud is currently working with JCloud 1.6.3? Which version(s) do you need to support? ap