From f550a375c091a27aeb80d64140c943beba788127 Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Thu, 10 Jul 2014 10:23:50 -0400 Subject: rally: sqlalchemy-db missing name for ENUM Command "rally-manage db recreate" gives the following error: TRACE rally File "/usr/lib64/python2.7/site-packages/sqlalchemy/dialects/postgresql/base.py", line 898, in format_type TRACE rally raise exc.CompileError("Postgresql ENUM type requires a name.") TRACE rally CompileError: Postgresql ENUM type requires a name. Signed-off-by: Vu Tran --- meta-openstack/recipes-devtools/python/python-rally_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-rally_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-rally_git.bb b/meta-openstack/recipes-devtools/python/python-rally_git.bb index 2a83457..360e89f 100644 --- a/meta-openstack/recipes-devtools/python/python-rally_git.bb +++ b/meta-openstack/recipes-devtools/python/python-rally_git.bb @@ -16,6 +16,7 @@ SRC_URI = "git://github.com/stackforge/${SRCNAME}.git;branch=master \ file://deployment-existing.json \ file://remove-ironic-support.patch \ file://verification-to-use-existing-tempest.patch \ + file://sqlalchemy-db-missing-name-for-ENUM.patch \ " SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a" -- cgit v1.2.3-54-g00ecf