Set the ApiAccess horizon page as the default on login.

The previous default was a nova overview page, which caused
horizon to fail with too many redirects if the nova endpoints
are not setup.

This change allows the nova endpoints and puppet manifests
to be skipped when setting up the controller.

This change also sets the revision to be based on git commits.

Story: 2004764
Task: 29839
Change-Id: Ice10fe6da6b34f1d9206f26e112eb555e2088932
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
Al Bailey 2019-03-06 12:06:13 -06:00
parent e38fa0bd74
commit a02dfe050c
2 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,3 @@
SRC_DIR="starlingx-dashboard"
TIS_PATCH_VER=29
TIS_BASE_SRCREV=8b0101c5ed2a5dc5f58d99f1dcde15c50bf2c199
TIS_PATCH_VER=GITREVCOUNT

View File

@ -0,0 +1,4 @@
PANEL_DASHBOARD = 'project'
PANEL_GROUP = 'default'
PANEL = 'api_access'
DEFAULT_PANEL = 'api_access'