summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rally_git.bb
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-07-10 10:23:50 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-17 00:12:13 -0400
commitf550a375c091a27aeb80d64140c943beba788127 (patch)
tree9cc2f4676469d6444ec5be1012d9b641985bb86e /meta-openstack/recipes-devtools/python/python-rally_git.bb
parente2683e0335c6166dd8fc34d1c3656738a9e8518e (diff)
downloadmeta-cloud-services-f550a375c091a27aeb80d64140c943beba788127.tar.gz
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 <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rally_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rally_git.bb1
1 files changed, 1 insertions, 0 deletions
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 \
16 file://deployment-existing.json \ 16 file://deployment-existing.json \
17 file://remove-ironic-support.patch \ 17 file://remove-ironic-support.patch \
18 file://verification-to-use-existing-tempest.patch \ 18 file://verification-to-use-existing-tempest.patch \
19 file://sqlalchemy-db-missing-name-for-ENUM.patch \
19" 20"
20 21
21SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a" 22SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a"