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)]