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)

 

And I got below errors:

 

taskflow.exceptions.StorageFailure: Failed saving logbook
'e34f21c0-72cf-48be-ad96-766befa55ab3'

  ProgrammingError: (ProgrammingError) (1146, "Table 'flow.logbooks' doesn't
exist") 'SELECT logbooks.created_at, logbooks.updated_at, logbooks.meta,
logbooks.name, logbooks.uuid \nFROM logbooks \nWHERE logbooks.uuid = %s'
('e34f21c0-72cf-48be-ad96-766befa55ab3',)

 

After checked http://docs.openstack.org/developer/taskflow/persistence.html
, there are 3 tables to be created.

 

So we need to create these tables manually right? Or is there any API for
the tables initiation?

 

Thanks.

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to