int32bit / mistral-actions

A simple tool to discover and manage custom actions for OpenStack Mistral
https://github.com/int32bit/mistral-actions
MIT License
15 stars 2 forks source link

Fail to register actions #5

Open vaibhavpatil123 opened 5 years ago

vaibhavpatil123 commented 5 years ago

root@2327c3e683a7:/opt/stack/mistral/mistral/actions/mistral-actions/mistral_actions# mistral-actions register Fail to register actions: (sqlite3.OperationalError) no such table: action_definitions_v2 [SQL: u'INSERT INTO action_definitions_v2 (created_at, updated_at, scope, project_id, id, name, definition, spec, tags, is_system, description, input, action_class, attributes) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)'] [parameters: ('2018-12-29 03:27:18.000000', None, 'public', '', 'a910cab5-cda3-4767-928e-1a1b92a3ee71', 'int32bit.system.exec', None, None, None, 1, "Run command with arguments and return its output as a byte string.\n\n:param cmd: the command to run, note you can use at most one pipe,\n like 'ls -l | wc -l'.", 'cmd', 'mistral_actions.system.Exec', '{}')] (Background on this error at: http://sqlalche.me/e/e3q8)