From 9ef3e8448580e9d166e1a4669a036da0205243b5 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 3 Dec 2017 10:11:12 -0600 Subject: [PATCH] Add python-openstacksdk to python3 enabled list It's perfectly with with python3, add it to the list. Change-Id: Ieb9f563a2f95e78a994cef388e56a6d5a84c8935 --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index ffe405012d..286a04d3fe 100644 --- a/stackrc +++ b/stackrc @@ -121,7 +121,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,python-openstackclient" +export ENABLED_PYTHON3_PACKAGES="nova,glance,cinder,uwsgi,python-openstackclient,python-openstacksdk" # Explicitly list services not to run under Python 3. See # disable_python3_package to edit this variable.