rror: Flow factory > is not reimportable by name
__builtin__.instance.flow_factory
Thanks again
-Kanthi
On Thu, Jan 28, 2016 at 12:29 AM, Joshua Harlow
wrote:
> pn kk wrote:
>
>> Hi,
>>
>> Thanks for the responses. Putting it in a small example
>>
>> def
Can bypass_url in nova to mention specific endpoint?
On Sat, Feb 6, 2016 at 4:49 PM, pn kk wrote:
> Hi,
>
> We want to have a deployment in which we use a single keystone instance,
> but multiple controllers having other openstack
> services(glance/nova/neutron...) running
Hi,
We want to have a deployment in which we use a single keystone instance,
but multiple controllers having other openstack
services(glance/nova/neutron...) running on each of the controllers.
All these services would register their endpoints with single keystone.
Please suggest a way in which
be fine to (more
> data/info for me to reason about what should be stored in your case).
>
> Thanks,
>
> Josh
>
>
> MichaĆ Dulko wrote:
>
>> On 01/26/2016 10:23 AM, pn kk wrote:
>>
>>> Hi,
>>>
>>> I use taskflow for job management a
Hi,
I use taskflow for job management and now trying to persist the state of
flows/tasks in mysql to recover incase of process crashes.
I could see the state and the task results stored in the database.
Now I am looking for some way to store the input parameters of the tasks.
Please share your