LoginSignup
1
0

More than 5 years have passed since last update.

CentOS7.4にてOpenStack Newton ダッシュボード(Horizon)表示エラー対応

Posted at

背景

OpenStack NewtonをCentOS7.4にてアップグレードした際に、ダッシュボードが正常に表示されません。
日本語情報が少ないので参考情報として投稿してます。

修正方法

ApacheのHorizon設定ファイルに1行追加します。

$ sudo vi /etc/httpd/conf.d/15-horizon_vhost.conf
 WSGIApplicationGroup %{GLOBAL}

ダッシュボード関係サービス再起動

$ sudo systemctl restart httpd.service memcached.service

参考情報

Bug 1481265 - Horizon Dashboard gives Error 500 after initial install on 7.4
https://bugzilla.redhat.com/show_bug.cgi?id=1481265

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0