elijah-openstack icon indicating copy to clipboard operation
elijah-openstack copied to clipboard

devstack kilo version deprecated

Open jiangyurong609 opened this issue 8 years ago • 1 comments

currently installing devstack kilo version always failed due to many discontinuity issues. Do you have a version of devstack kilo version (with glance, nova, cinder, etc) package available?

jiangyurong609 avatar Sep 09 '16 21:09 jiangyurong609

@jiangyurong609

You are correct. Because the stable/kilo branch of OpenStack has been marked for end of life, the stackrc file in the DevStack repo points to non-existent branches for all of the OpenStack components. To remedy this, you can edit stackrc prior to running ./stack.sh in the following way:

For each of the _BRANCH variables listed in the OpenStack Server Components section, change -stable/kilo to -tags/kilo-eol

Alternatively you can start with the sample stackrc file which I placed in the samples directory of this repository ( https://github.com/cmusatyalab/elijah-openstack/blob/master/samples/stackrc).

Ideally the stackrc in the DevStack repo (https://github.com/openstack-dev/devstack/blob/stable/kilo/stackrc) should be updated to reflect this change.

teiszler avatar Oct 21 '16 14:10 teiszler