Re: [openstack-dev] [TaskFlow]Create Tables for SQLAlchemy backend issue

2015-05-07 Thread jeffty
to the mailing list archive page to find my post and reply. Thanks again for your kindly help. [openstack-dev] [TaskFlow]Create Tables for SQLAlchemy backend issue*Joshua Harlow* harlowja at outlook.com openstack-dev%40lists.openstack.org?Subject=Re%3A%20%5Bopenstack-dev%5D%20%5BTaskFlow%5DCreate%20Tables

Re: [openstack-dev] [TaskFlow]Create Tables for SQLAlchemy backend issue

2015-05-07 Thread Joshua Harlow
page to find my post and reply. Thanks again for your kindly help. [openstack-dev] [TaskFlow]Create Tables for SQLAlchemy backend issue *Joshua Harlow*harlowja at outlook.com mailto:openstack-dev%40lists.openstack.org?Subject=Re%3A%20%5Bopenstack-dev%5D%20%5BTaskFlow%5DCreate%20Tables%20for

[openstack-dev] [TaskFlow]Create Tables for SQLAlchemy backend issue

2015-05-05 Thread jeffty
Hi there, I'm trying to use mysql to store lobbooks and atom etc. Here is the code: backend = backends.fetch({ 'connection': 'mysql://test:test@192.168.1.10/test', 'user': test, 'password': test, }) book, flow_detail = pu.temporary_flow_detail(backend=backend)

Re: [openstack-dev] [TaskFlow]Create Tables for SQLAlchemy backend issue

2015-05-05 Thread Joshua Harlow
Good question! U have to call into the following: http://docs.openstack.org/developer/taskflow/persistence.html#taskflow.persistence.base.Connection.upgrade This is getting renamed (hopefully to a more obvious name) in the following review: https://review.openstack.org/#/c/180351/ (others got