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
This commit is contained in:
Ian Wienand 2019-11-19 15:20:39 +11:00
parent e26a4d6163
commit 6228b71b07
1 changed files with 1 additions and 0 deletions

View File

@ -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