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

Xiangfei Zhu xiangfeiz at vmware.com
Thu Jul 9 12:48:08 UTC 2015


Hi,

I just tried with devstack stable/kilo on Ubuntu 14.04 but did not see the issue you saw. Do you have anything special in your localrc file?

You could run "pip show paste" to see if the expected package is properly installed on your devstack. And you could manually install paste if it's not installed to see if that can solve your issue.

Cheers,
Xiangfei

From: Jordan Pittier <jordan.pittier at scality.com<mailto:jordan.pittier at scality.com>>
Reply-To: "OpenStack Development Mailing List (not for usage questions)" <openstack-dev at lists.openstack.org<mailto:openstack-dev at lists.openstack.org>>
Date: Tuesday, July 7, 2015 12:33 AM
To: "OpenStack Development Mailing List (not for usage questions)" <openstack-dev at lists.openstack.org<mailto:openstack-dev at lists.openstack.org>>
Subject: Re: [openstack-dev] [devstack] openstack install error with stable/kilo

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) <dannchoi at cisco.com<mailto:dannchoi at cisco.com>> 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: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe<http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150709/c2078767/attachment.html>


More information about the OpenStack-dev mailing list