Search code examples
cloudopenstackdevstack

Download specific openstack milestone


I'm trying to download a specific openstack milestone (Kilo version) via Devstack. I created a local.conf file in devstack folder and added this lines as suggested by the official Devstack site:

[[local|localrc]]
GLANCE_BRANCH=stable/kilo
HORIZON_BRANCH=stable/kilo
KEYSTONE_BRANCH=stable/kilo
NOVA_BRANCH=stable/kilo
GLANCE_BRANCH=stable/kilo
NEUTRON_BRANCH=stable/kilo
SWIFT_BRANCH=2.3.0

But when I check for the installed version of nova I got "12.0.0." - which represent the unstable version Liberty. What i'm missing?


Solution

  • I think I found an easier way: I just use

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

    and now I got a "2015.1.2" version which it refers to Kilo