From 6228b71b071c037f486f4e60b0e064625537d173 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 19 Nov 2019 15:20:39 +1100 Subject: [PATCH] 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 --- roles/install-devstack/templates/local.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/install-devstack/templates/local.conf.j2 b/roles/install-devstack/templates/local.conf.j2 index c2ac2c3b3..d880223a4 100644 --- a/roles/install-devstack/templates/local.conf.j2 +++ b/roles/install-devstack/templates/local.conf.j2 @@ -13,3 +13,4 @@ IPV4_ADDRS_SAFE_TO_USE=10.1.0.0/20 FLOATING_RANGE=172.24.5.0/24 PUBLIC_NETWORK_GATEWAY=172.24.5.1 LIBVIRT_TYPE=qemu +USE_PYTHON3=True \ No newline at end of file