Merge "install OSC with py3 by default"

This commit is contained in:
Jenkins 2017-03-02 05:39:08 +00:00 committed by Gerrit Code Review
commit 23d03b697f

View File

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