[db] openstack_citest user haven't enought privileges

Bug #1324506 reported by Andriy Kurilin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
oslo-incubator
Triaged
Low
Unassigned

Bug Description

Several database tests in oslo.db and oslo-incubator are failed by reason of privilege deficit. User `openstack_citest` cannot create any table in `openstack_citest` database.

$ mysql -u openstack_citest -D openstack_citest -p
mysql> create database some_table;
ERROR 1044 (42000): Access denied for user 'openstack_citest'@'localhost' to database 'some_table'

Backend: mysql Ver 14.14 Distrib 5.5.37, for debian-linux-gnu (x86_64) using readline 6.2

Tracebacks of failed tests in oslo.db: http://paste.openstack.org/show/81993/

Tags: db mysql tests
tags: added: db mysql tests
Changed in oslo:
importance: Undecided → Low
Changed in oslo:
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.