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 <[email protected]<mailto:[email protected]>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" <[email protected]<mailto:[email protected]>> Date: Tuesday, July 7, 2015 12:33 AM To: "OpenStack Development Mailing List (not for usage questions)" <[email protected]<mailto:[email protected]>> 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) <[email protected]<mailto:[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://[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
