Hi, FYI I got the same error since Wednesday or Thursday last week. With devstack master. I haven't had the chance to spend some time on it yet.
Jordan On Mon, Jul 6, 2015 at 4:32 PM, Danny Choi (dannchoi) <[email protected]> wrote: > Hi, > > I’m trying to run devstack install of stable/kilo on Ubuntu 14.04 and > getting the following error. > > Any suggestion on how to resolve it? > > 2015-07-06 13:25:08.670 | + recreate_database glance > > 2015-07-06 13:25:08.670 | + local db=glance > > 2015-07-06 13:25:08.670 | + recreate_database_mysql glance > > 2015-07-06 13:25:08.670 | + local db=glance > > 2015-07-06 13:25:08.670 | + mysql -uroot -pmysql -h127.0.0.1 -e 'DROP > DATABASE IF EXISTS glance;' > > 2015-07-06 13:25:08.678 | + mysql -uroot -pmysql -h127.0.0.1 -e 'CREATE > DATABASE glance CHARACTER SET utf8;' > > 2015-07-06 13:25:08.684 | + /usr/local/bin/glance-manage db_sync > > 2015-07-06 13:25:09.067 | Traceback (most recent call last): > > 2015-07-06 13:25:09.067 | File "/usr/local/bin/glance-manage", line 6, > in <module> > > 2015-07-06 13:25:09.067 | from glance.cmd.manage import main > > 2015-07-06 13:25:09.067 | File "/opt/stack/glance/glance/cmd/manage.py", > line 47, in <module> > > 2015-07-06 13:25:09.067 | from glance.common import config > > 2015-07-06 13:25:09.067 | File > "/opt/stack/glance/glance/common/config.py", line 31, in <module> > > 2015-07-06 13:25:09.067 | from paste import deploy > > 2015-07-06 13:25:09.067 | ImportError: cannot import name deploy > > Thanks, > Danny > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
