setup_keystone: train changes

See openstack/keystone repo:

0f2b36b2ad50694efa92a39649b778546cca3b31
  "[docs] remove deprecated ubuntu package from installation"

Change-Id: Ie9ab4f4d0abaffa9e973b0ae93cfb27d795abc59
This commit is contained in:
Roger Luethi 2019-12-07 13:43:52 +01:00
parent e1f924c6d2
commit 4b6e8268b2
1 changed files with 1 additions and 1 deletions

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
sudo apt install -y keystone
conf=/etc/keystone/keystone.conf
echo "Editing $conf."