5 Commits

Author SHA1 Message Date
Sun Austin
bafe59d6c5 Python 3 compatibility: replace execfile to exec(open(f).read(),filepath,'exec')
Story: 2003428
Task: 24616

Change-Id: I884d05da184316d8ef2f4f984efac197295513b0
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-08-26 00:11:53 +00:00
Sun Austin
0de76ec71d flake8 codestyle fixes and tox flake8 setting enable
Fix major below issues:
E741 ambiguous variable name 'l'
./openstack/python-horizon/centos/files/guni_config.py
E402 module level import not at top of file
./openstack/python-horizon/centos/files/local_settings.py
E265 block comment should start with '# '
./openstack/python-horizon/centos/files/local_settings.py

Story: 2003428
Task: 24617

Change-Id: I9d4d6c33ce032849f09e2ec232c83909fc6690a3
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-08-24 23:19:50 +08:00
Eddie Ramirez
a79d3de4b2 Fixes to local_settings.py (Horizon)
* Replaces the setting SITE_BRANDING with the name of the project.
* Removed HELP_URL, it was pointing to WRS website

Change-Id: I3fac377dd16c09d7606490beb45aceddb32473c1
Story: 2003397
2018-08-16 13:40:43 -07:00
Jack Ding
7a8612dab8 Cleanup internal references
Story: 2002971
Task: 22979

Change-Id: I2e182478e993df8a2120f0181d8142839d6e7c1a
Signed-off-by: Jack Ding <jack.ding@windriver.com>
2018-07-23 12:34:01 -04:00
Dean Troyer
9d3ca49387 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:37:19 -07:00