Re: [openstack-dev] [TaskFlow] TaskFlow persistence

2016-02-11 Thread pn kk
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

Re: [openstack-dev] [heat][nova][neutron] Using specific endpoints

2016-02-06 Thread pn kk
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

[openstack-dev] [heat][nova][neutron] Using specific endpoints

2016-02-06 Thread pn kk
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

Re: [openstack-dev] [TaskFlow] TaskFlow persistence

2016-01-27 Thread pn kk
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

[openstack-dev] [TaskFlow] TaskFlow persistence

2016-01-26 Thread pn kk
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