Re: [openstack-dev] can't install devstack - nova-api did not start

2013-08-13 Thread Roman Gorodeckij
Updating devstack to latest revision solves my problem. Sent from my iPhone On 2013 Rugp. 13, at 05:00, XINYU ZHAO xyzje...@gmail.com wrote: Hi Sean I uninstalled the oslo.config 1.1.1 version and run devstack, but this time it stopped at 2013-08-09 18:55:16 +

Re: [openstack-dev] can't install devstack - nova-api did not start

2013-08-12 Thread XINYU ZHAO
Hi Sean I uninstalled the oslo.config 1.1.1 version and run devstack, but this time it stopped at 2013-08-09 18:55:16 + /opt/stack/new/keystone/bin/keystone-manage db_sync 2013-08-09 18:55:16 Traceback (most recent call last): 2013-08-09 18:55:16 File

Re: [openstack-dev] can't install devstack - nova-api did not start

2013-08-12 Thread Noorul Islam K M
XINYU ZHAO xyzje...@gmail.com writes: Hi Sean I uninstalled the oslo.config 1.1.1 version and run devstack, but this time it stopped at 2013-08-09 18:55:16 + /opt/stack/new/keystone/bin/keystone-manage db_sync 2013-08-09 18:55:16 Traceback (most recent call last): 2013-08-09 18:55:16

Re: [openstack-dev] can't install devstack - nova-api did not start

2013-08-12 Thread XINYU ZHAO
Name: oslo.config Version: 1.2.0.a192.gc65d70c Location: /opt/stack/new/oslo.config Requires: six On Mon, Aug 12, 2013 at 7:59 PM, Noorul Islam K M noo...@noorul.com wrote: XINYU ZHAO xyzje...@gmail.com writes: Hi Sean I uninstalled the oslo.config 1.1.1 version and run devstack, but this

Re: [openstack-dev] can't install devstack - nova-api did not start

2013-08-10 Thread Sean Dague
Silly pip, trix are for kids. Ok, well: sudo pip install -I oslo.config==1.1.1 then pip uninstall oslo.config On 08/09/2013 06:58 PM, Roman Gorodeckij wrote: stack@hp:~/devstack$ sudo pip install oslo.config Requirement already satisfied (use --upgrade to upgrade): oslo.config in

Re: [openstack-dev] can't install devstack - nova-api did not start

2013-08-10 Thread Roman Gorodeckij
ok.. nothing changes.. stack@hp:~/devstack$ sudo pip install -I oslo.config==1.1.1 Downloading/unpacking oslo.config==1.1.1 Downloading oslo.config-1.1.1.tar.gz (75kB): 75kB downloaded Running setup.py egg_info for package oslo.config warning: no previously-included files found matching

Re: [openstack-dev] can't install devstack - nova-api did not start

2013-08-10 Thread Michael Basnight
Maybe sudo the 2nd cmd? Sent from my digital shackles On Aug 10, 2013, at 10:57 AM, Roman Gorodeckij ho...@holms.lt wrote: ok.. nothing changes.. stack@hp:~/devstack$ sudo pip install -I oslo.config==1.1.1 Downloading/unpacking oslo.config==1.1.1 Downloading oslo.config-1.1.1.tar.gz

Re: [openstack-dev] can't install devstack - nova-api did not start

2013-08-09 Thread Dan Genin
Thank you, that solved it. Dan On 08/09/2013 11:11 AM, Sean Dague wrote: This should be addressed by the latest devstack, however because we moved to oslo.config out of git, some install environments might still have oslo.config 1.1.0 somewhere, that pip no longer sees (so can't uninstall)

Re: [openstack-dev] can't install devstack - nova-api did not start

2013-08-09 Thread Roman Gorodeckij
stack@hp:~/devstack$ sudo pip install oslo.config Requirement already satisfied (use --upgrade to upgrade): oslo.config in /opt/stack/oslo.config Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from oslo.config) Cleaning up...