Re: novaApi.getKeyPairApi() for Openstack Liberty

2016-04-26 Thread Kai Liu
; You can follow the email thread for more information. It also mentions >>>> what could have possibly fixed it in 2.0.0-SNAPSHOT. >>>> >>>> http://www.mail-archive.com/dev@jclouds.apache.org/msg06427.html >>>> >>>> From: Kai Liu <kli

Re: novaApi.getKeyPairApi() for Openstack Liberty

2016-04-26 Thread Kai Liu
: Kai Liu <kliu@gmail.com> >>> Reply-To: "user@jclouds.apache.org" <user@jclouds.apache.org> >>> Date: Tuesday, April 26, 2016 at 10:11 AM >>> To: "user@jclouds.apache.org" <user@jclouds.apache.org> >>> Subject: novaApi.ge

Re: novaApi.getKeyPairApi() for Openstack Liberty

2016-04-26 Thread Ignasi Barrera
HOT. >> >> http://www.mail-archive.com/dev@jclouds.apache.org/msg06427.html >> >> From: Kai Liu <kliu@gmail.com> >> Reply-To: "user@jclouds.apache.org" <user@jclouds.apache.org> >> Date: Tuesday, April 26, 2016 at 10:11 AM >&g

Re: novaApi.getKeyPairApi() for Openstack Liberty

2016-04-26 Thread Kai Liu
www.mail-archive.com/dev@jclouds.apache.org/msg06427.html > > From: Kai Liu <kliu@gmail.com> > Reply-To: "user@jclouds.apache.org" <user@jclouds.apache.org> > Date: Tuesday, April 26, 2016 at 10:11 AM > To: "user@jclouds.apache.org" <user@jclouds.a

Re: novaApi.getKeyPairApi() for Openstack Liberty

2016-04-26 Thread Apoorva Deshpande
r@jclouds.apache.org>" <user@jclouds.apache.org<mailto:user@jclouds.apache.org>> Subject: novaApi.getKeyPairApi() for Openstack Liberty Hi, I was wondering if anyone is using Openstack Liberty. I am using jclouds (2.0.0-snapshot) and tried to get KeyPairApi using the following

novaApi.getKeyPairApi() for Openstack Liberty

2016-04-26 Thread Kai Liu
Hi, I was wondering if anyone is using Openstack Liberty. I am using jclouds (2.0.0-snapshot) and tried to get KeyPairApi using the following code: try { Optional keyapi = api.getKeyPairApi(region); KeyPairApi keyPairApi = keyapi.get(); } catch (Exception e) { LOGGER.error(e); } The