Custom Search

Thursday, April 23, 2015

DevStack How to Install stable OpenStack Kilo in Ubuntu

1)
Clone DevStack
#git clone https://github.com/openstack-dev/devstack.git -b stable/kilo



2)
Install OpenStack

#cd devsack
#./stack.sh



6 comments:

  1. hello, i'm installing openstack kilo using devstack as per the instruction shown here
    #git clone https://github.com/openstack-dev/devstack.git -b stable/kilo
    #cd devstack
    #./stack.sh

    but this error:

    rror on exit
    ./stack.sh: line 463: generate-subunit: command not found

    system version
    Distributor ID: Ubuntu
    Description: Ubuntu 14.04.3 LTS
    Release: 14.04
    Codename: trusty

    and i don't have good knowledge on scripting
    may someone help me to fix it please?

    ReplyDelete
    Replies
    1. Hi Marcel,
      In GitHub check in Master section, change to Stable/kilo .
      And then copy link and paste #git clone https://github.com/openstack-dev/devstack.git
      It looks same but try in this way

      Delete
  2. I have installed successfully but to restart services I have started rejoin-stack.sh
    It taking lot of time and not working.

    OS :ubuntu 14.04 lts desktop
    and followed this video

    ReplyDelete
  3. Replies
    1. This comment has been removed by the author.

      Delete
  4. Thanks for sharing very useful video about installation of OpenStack kilo. I found this video very helpful.

    ReplyDelete