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

Change-Id: I3a52cd24351d46646a95c770d7a7a27bafe35860
This commit is contained in:
Roger Luethi 2019-05-06 09:11:57 +02:00
parent 909c6da950
commit 7a7e29be97
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."