How to get Devstack Juno

5.8k views Asked by At

I setup Devstack using this link: http://docs.openstack.org/developer/d... . but I got openstack old version. I want Openstack Juno version in devstack. what to do?

3

There are 3 answers

0
Syed Md. Kamruzzaman On BEST ANSWER

I found this:

git clone https://github.com/openstack-dev/devstack.git -b stable/juno

1
Everett Toews On

Try this blog post

http://blog.phymata.com/2014/04/18/devstack-icehouse-on-the-rackspace-cloud/

But replace the word icehouse with juno everywhere.

0
Sahana Patel On

While using Devstack, when you clone the repo from Git it will pull the latest version of Openstack only, that is the beauty of Devstack.

git clone https://github.com/openstack-dev/devstack.git

We can either specify the version when cloning the repo

git clone https://github.com/openstack-dev/devstack.git -b stable/juno