thanks for the reply,

I am trying to manage a multi tenant node and holding context for each
tenant seems like a lot of memory for one node, on the other hand i would
like to reauthenticate on every API call from a different tenant.
that leads me to the next two questions:

is there a way to create an openstack jclouds context using the token
instead of the username and password?
and is there a way to get the token back from jclouds context?

regards inbar


On Sun, Aug 24, 2014 at 3:52 PM, Andrew Phillips <andr...@apache.org> wrote:

> also is there a way to clone a context so that I may use a single context
>> in my code to manage all the Tenants in a multithreaded environment?
>>
>
> Not that I am aware of, I'm afraid. Is there some specific reason you
> cannot invoke the ContextBuilder with the same properties again to create a
> new context?
>
> ap
>

Reply via email to