Skip to content

Issues KeyStone did not start

life1347 edited this page Oct 31, 2013 · 4 revisions

Issue

When trying to install DevStack on new VM with Ubuntu 13.10, installation stuck at an error "keystone did not start", the following is the solution.

Solution

  • Keystone did not start

keystone-did-not-start-1.png

  • attatch devstack screen to see what happened during the installation
$ screen -x stack

keystone-did-not-start-2.png

  • install module pbr
$ sudo apt-get -y install python-pip
$ sudo pip install pbr
  • ERROR when install pbr

keystone-did-not-start-3.png

  • add following lines to root .bashrc
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
  • SUCCESS

keystone-did-not-start-4.png