not able to run a scenario because of latest deployment schema changes

Asked by amir gohar

Steps to reproduce:

1- create deployment
2- run a scenario

Running rally task rally task start e49f00ec-9213-46cc-b28a-b19a4f3fc886.json --deployment=45b49861-e09b-4bd9-9418-93732b42c5f1 --tag=e49f00ec-9213-46cc-b28a-b19a4f3fc886
workerv2_1 | [2016-04-09 13:22:54,674: INFO/Worker-3] Running rally task rally task start e49f00ec-9213-46cc-b28a-b19a4f3fc886.json --deployment=45b49861-e09b-4bd9-9418-93732b42c5f1 --tag=e49f00ec-9213-46cc-b28a-b19a4f3fc886
workerv2_1 | /usr/local/lib/python2.7/site-packages/rally/plugins/openstack/context/cleanup/manager.py:23: UserWarning: Module rally.plugins.openstack.context.cleanup.manager has been moved to rally.plugins.openstack.cleanup.manager, and will be removed at some point in the future.
workerv2_1 | warnings.warn("Module rally.plugins.openstack.context.cleanup.manager has "
workerv2_1 | /usr/local/lib/python2.7/site-packages/rally/plugins/openstack/context/cleanup/resources.py:23: UserWarning: Module rally.plugins.openstack.context.cleanup.resources has been moved to rally.plugins.openstack.cleanup.resources, and will be removed at some point in the future.
workerv2_1 | warnings.warn("Module rally.plugins.openstack.context.cleanup.resources has "
workerv2_1 | /usr/local/lib/python2.7/site-packages/rally/plugins/openstack/context/cleanup/base.py:23: UserWarning: Module rally.plugins.openstack.context.cleanup.base has been moved to rally.plugins.openstack.cleanup.base, and will be removed at some point in the future.
workerv2_1 | warnings.warn("Module rally.plugins.openstack.context.cleanup.base has been "
workerv2_1 | (_mysql_exceptions.OperationalError) (1054, "Unknown column 'deployments.admin' in 'field list'") [SQL: u'SELECT deployments.enum_deployments_status AS deployments_enum_deployments_status, deployments.created_at AS deployments_created_at, deployments.updated_at AS deployments_updated_at, deployments.id AS deployments_id, deployments.uuid AS deployments_uuid, deployments.parent_uuid AS deployments_parent_uuid, deployments.name AS deployments_name, deployments.started_at AS deployments_started_at, deployments.completed_at AS deployments_completed_at, deployments.config AS deployments_config, deployments.admin AS deployments_admin, deployments.users AS deployments_users \nFROM deployments \nWHERE deployments.name = %s \n LIMIT %s'] [parameters: ('45b49861-e09b-4bd9-9418-93732b42c5f1', 1)]

Question information

Language:
English Edit question
Status:
Solved
For:
Rally Edit question
Assignee:
No assignee Edit question
Solved by:
amir gohar
Solved:
Last query:
Last reply:
Revision history for this message
Boris Pavlovic (boris-42) said :
#1

Did you run "rally-manage db upgrade"?

Revision history for this message
amir gohar (c-amir) said :
#2

my bad didn't upgraded the database
Thank Boris