Browse code

Merge "install OSC with py3 by default"

Jenkins authored on 2017/03/02 14:39:08
Showing 1 changed files
... ...
@@ -109,7 +109,7 @@ export USE_PYTHON3=$(trueorfalse False USE_PYTHON3)
109 109
 # base name of the directory from which they are installed. See
110 110
 # enable_python3_package to edit this variable and use_python3_for to
111 111
 # test membership.
112
-export ENABLED_PYTHON3_PACKAGES="nova,glance,cinder,uwsgi"
112
+export ENABLED_PYTHON3_PACKAGES="nova,glance,cinder,uwsgi,python-openstackclient"
113 113
 
114 114
 # Explicitly list services not to run under Python 3. See
115 115
 # disable_python3_package to edit this variable.