[openstack-dev] [devstack] openstack install error with stable/kilo

Danny Choi (dannchoi) dannchoi at cisco.com
Mon Jul 6 14:32:03 UTC 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150706/ec4fce03/attachment.html>


More information about the OpenStack-dev mailing list