Re: [openstack-dev] devstack installation problem

2015-07-12 Thread Skyler Berg
I just ran into this issue because I was installing a package that was bringing in keystonemiddleware 1.5.x which was downgrading pbr to 1.0. I fixed this problem by upgrading keystonemiddleware to 2.x.x with: pip install -U keystonemiddleware After that, devstack worked fine again. This break

Re: [openstack-dev] devstack installation problem

2015-07-11 Thread Jeremy Stanley
On 2015-07-11 18:09:26 + (+), Jeremy Stanley wrote: On 2015-07-11 22:49:27 +0530 (+0530), Venkateswarlu P wrote: After running ./stack.sh I am getting the following error. 015-07-11 17:01:02.188 | error in setup command: 'tests_require' must be a string or list of strings

[openstack-dev] devstack installation problem

2015-07-11 Thread Venkateswarlu P
Hi all, After running ./stack.sh I am getting the following error. 015-07-11 17:01:02.188 | error in setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Expected ',' or end-of-list in

Re: [openstack-dev] devstack installation problem

2015-07-11 Thread Jeremy Stanley
On 2015-07-11 22:49:27 +0530 (+0530), Venkateswarlu P wrote: After running ./stack.sh I am getting the following error. 015-07-11 17:01:02.188 | error in setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Expected

Re: [openstack-dev] [devstack] Installation problem

2015-01-27 Thread Abhishek Shrivastava
Hi Rajdeep, This may be because of some configuration mismatch. I had same ImportError while uploading my Cinder Driver during devstack installation, so to deal with that I have rechecked my logs again and found that the mistake was in my cinder.conf file, so I think that might be the same case

Re: [openstack-dev] [devstack] Installation problem

2015-01-26 Thread Abhishek Shrivastava
Hi Rajdeep, Can you please send the details of how are you trying to install the latest devstack and complete log so that it will be easy to now where are you failing. On Mon, Jan 26, 2015 at 4:56 PM, Rajdeep Dua rajdeep@gmail.com wrote: Getting following exception on latest devstack

Re: [openstack-dev] [devstack] Installation problem

2015-01-26 Thread Rajdeep Dua
Tried updating an existing installation.. Did a clean.sh and tried again with stack.sh Now getting the following error.. ImportError: Could not import settings 'openstack_dashboard.settings' (Is it on sys.path? Is there an import error in the settings file?): cannot import name types On Mon,

[openstack-dev] [devstack] Installation problem

2015-01-26 Thread Rajdeep Dua
Getting following exception on latest devstack installation. Please let me know how to resolve this. Thanks Rajdeep + /usr/local/bin/glance-manage db_sync Traceback (most recent call last): File /usr/local/bin/glance-manage, line 9, in module load_entry_point('glance==2015.1.dev24',