From 0b1ea080a256b02610f1c9a840a3c2a3f4ea0e68 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 28 Feb 2017 14:04:59 -0500 Subject: [PATCH] install OSC with py3 by default Add python-openstackclient to the list of packages installed under Python 3 by default, so that jobs running with Python 3 exercise the client that way. Change-Id: I9778a6810bb3e4850132cfc19e583d50fed23ef5 Signed-off-by: Doug Hellmann --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 95f017b9b1..9673074a5e 100644 --- a/stackrc +++ b/stackrc @@ -109,7 +109,7 @@ export USE_PYTHON3=$(trueorfalse False USE_PYTHON3) # base name of the directory from which they are installed. See # enable_python3_package to edit this variable and use_python3_for to # test membership. -export ENABLED_PYTHON3_PACKAGES="nova,glance,cinder,uwsgi" +export ENABLED_PYTHON3_PACKAGES="nova,glance,cinder,uwsgi,python-openstackclient" # Explicitly list services not to run under Python 3. See # disable_python3_package to edit this variable.