Merge "[3/7] Switch libapache2-mod-wsgi to python3"

This commit is contained in:
Zuul 2019-06-21 02:55:07 +00:00 committed by Gerrit Code Review
commit d442ad0c99
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ apt_download python-argparse python-dev python-pip
# Keystone
apt_download keystone python3-openstackclient apache2 \
libapache2-mod-wsgi memcached python-memcache
memcached python-memcache
# Glance
apt_download glance python3-glanceclient

View File

@ -38,7 +38,7 @@ mysql -u keystone -p"$KEYSTONE_DBPASS" keystone -h controller -e quit
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
echo "Installing keystone."
sudo apt install -y keystone apache2 libapache2-mod-wsgi
sudo apt install -y keystone apache2
conf=/etc/keystone/keystone.conf
echo "Editing $conf."