Fixed pathing issue w/ horizon dashboard.

This commit is contained in:
Pete Vander Giessen 2018-11-07 22:58:37 +00:00
parent c686b13d8f
commit 8c1d0d3f78
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ SECRET_KEY = "overridethis!"
# Django wants to write out compressed files even when we turn
# compression off (either a bug or something that I'm not
# understanding). Tell it to write them some place writeable.
STATIC_ROOT = '/var/snap/horizon/common/var/horizon/static'
STATIC_ROOT = '/var/snap/microstack/common/var/horizon/static'

View File

@ -137,7 +137,7 @@ WEBROOT = '/'
#HORIZON_CONFIG["disable_password_reveal"] = False
#LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
LOCAL_PATH = '/var/snap/horizon/common/etc/horizon/'
LOCAL_PATH = '/var/snap/microstack/common/etc/horizon/'
# Set custom secret key:
# You can either set it to a specific value or you can let horizon generate a