0

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?

Syed Md. Kamruzzaman
  • 979
  • 1
  • 12
  • 33

3 Answers3

8

I found this:

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

Community
  • 1
  • 1
Syed Md. Kamruzzaman
  • 979
  • 1
  • 12
  • 33
1

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

Sahana Patel
  • 21
  • 1
  • 2
0

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.

Everett Toews
  • 10,337
  • 10
  • 44
  • 45
  • with icehouse it works with juno it fails, seems to be images are not yet published for this. – holms Feb 04 '15 at 22:08