setup_horizon: train updates

See openstack/horizon repo:

77c6b1919e0823e1a55dea28dbdb731a0c03a054
  "[trivial] use systemctl for service management in Ubuntu"

b028b5a0aa6d266e2be8f74f5d50925b8d3e6fee
  "Change Cinder API version in the documentation"

Change-Id: Id40716fc2608b8e8f231bd5ef2d32a5745c21e16
This commit is contained in:
Roger Luethi 2019-12-07 13:39:29 +01:00
parent ea5799141d
commit e1f924c6d2
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ cat << API | sudo tee -a $conf
OPENSTACK_API_VERSIONS = {
"identity": 3,
"image": 2,
"volume": 2,
"volume": 3,
}
API
@ -123,4 +123,4 @@ sudo sed -i --follow-symlinks '/WSGIDaemonProcess/ s/threads=[0-9]*/threads=2/'
echo "Reloading the web server configuration."
# Restarting instead of reloading for reasons explained in comment above.
sudo service apache2 restart
sudo systemctl restart apache2.service