zuul-jobs/roles/install-devstack
Ian Wienand 6228b71b07 install-devstack: switch to Python 3
Nova has switched to Python 3 only but devstack has not caught up (see
[1]).  Switch on Python 3 here; it will soon be the default and we can
shake out any errors before that.

[1] https://review.opendev.org/694891

Change-Id: Idf26a7af08219421c1a6cc381317e59fb6950b86
2019-11-19 15:20:39 +11:00
..
tasks Add install-devstack role 2019-06-24 11:12:17 -07:00
templates install-devstack: switch to Python 3 2019-11-19 15:20:39 +11:00
README.rst Add install-devstack role 2019-06-24 11:12:17 -07:00

Install OpenStack using devstack.

There are currently no configuration options available. This role uses the devstack default settings, except that it does not install horizon, tempest, cinder, or swift, and it supplies a restricted network configuration designed to work in the maximum number of environments.

Warning

Do not use this role for testing changes to OpenStack or OpenStack related projects. Use the devstack job defined in the https://opendev.org/openstack/devstack project instead.