Thanks for the info :)
On 4/11/16, 3:55 PM, "Ignasi Barrera" <n...@apache.org> wrote: >There are no current plans to cut a new 1.8/1.9 release, and the focus >is on getting the remaining providers (Docker, Azure) ready to release >jclouds 2.0.0, which I'd pretty much like to happen sooner than later. > >This said, I think we could backport it to 1.9 and release 1.9.3 if we >find 2.0 is getting too much delayed. > >On 8 April 2016 at 00:47, Apoorva Deshpande <apoor...@tintri.com> wrote: >> Thanks! The 2.0.0-SNAPSHOT jars resolved the issue :) >> >> As per [1], there is no release date for 2.0.0, has anything changed since? >> Also would it be possible to get [2] in 1.8 patch release ( since it fixes >> 1.8 problems )? >> >> Thanks, >> Apoorva >> >> [1] http://www.mail-archive.com/dev@jclouds.apache.org/msg06397.html >> >> >> >> [2] https://github.com/jclouds/jclouds/pull/926 >> >> On 4/7/16, 12:22 PM, "Ignasi Barrera" <n...@apache.org> wrote: >> >>>You'll find the repo here, in the dailybuilds section: >>>http://jclouds.apache.org/start/install/ >>> >>>I'm not that familiar with OpenStack. Perhaps someone else can give an >>>answer to the Keystone config question. >>> >>>I. >>>El 7/4/2016 8:15 p. m., "Apoorva Deshpande" <apoor...@tintri.com> escribió: >>> >>>> Hi Ignasi, >>>> >>>> Thanks for your response. Could you please provide me a repo location for >>>> 2.0.0-SNAPSHOT jars? >>>> I would like to download the jar and test it. >>>> >>>> Also are you aware of any alternative way of configuring OpenStack >>>> Keystone so that current code works ( without having to upgrade jclouds >>>> from 1.8 )? >>>> >>>> Thanks, >>>> Apoorva >>>> >>>> IRC: apoorvad >>>> >>>> >>>> >>>> >>>> >>>> On 4/7/16, 12:20 AM, "Ignasi Barrera" <n...@apache.org> wrote: >>>> >>>> >Hi Apoorva, >>>> > >>>> >That means the extension is not present in the service catalog returned by >>>> >Keystone, or at least it is not returned in the way jclouds expects it. >>>> > >>>> >There have been recent changes to improve this. Could you try the latest >>>> >2.0.0-SNAPSHOT? This commit [1] might be relevant and possibly fix your >>>> >isssue. >>>> > >>>> >I. >>>> > >>>> >[1] https://github.com/jclouds/jclouds/pull/926 >>>> >El 7/4/2016 2:20 a. m., "Apoorva Deshpande" <apoor...@tintri.com> >>>> escribió: >>>> > >>>> >> Hello, >>>> >> >>>> >> I am trying following which is resulting in error, in case of Liberty >>>> >> release. >>>> >> >>>> >> Code: >>>> >> novaVolAttachApi = (VolumeAttachmentApi) >>>> >> novaApi.getVolumeAttachmentExtensionForZone( region ).get(); >>>> >> >>>> >> Exception: >>>> >> java.lang.IllegalStateException: Optional.get() cannot be called on an >>>> >> absent value >>>> >> >>>> >> >>>> >> I am using jclouds 1.8 release jars and did not see this issue with >>>> Juno, >>>> >> Kilo. >>>> >> Above exception is seen against Liberty, Mitaka OpenStack clouds. >>>> >> >>>> >> Please let me know if you have encountered this issue. >>>> >> >>>> >> Thanks, >>>> >> Apoorva >>>> >> >>>>