StarlingX OpenStack Armada App
Go to file
Ricardo Sarto 640921bda0 Horizon: Fix to show the buttons to Create / Delete / Edit a Role
Openstack is not showing the buttons to Create / Delete / Edit a
Role when using the admin user with admin project, as a result
the admin user can only work with the default Roles created by
Openstack.

Horizon has some features that were rewritten with Angular, the
Role view is one that was rewritten with angular. According to
Horizon documentation, there are necessary configurations that
need to be supplied in Horizon configuration to allow the features
in Angular to work properly.

We found out that the Horizon
REST_API_REQUIRED_SETTINGS  configuration key from
local_settings file is overriden in openstack-armada-app, but it
doesn't have the value OPENSTACK_KEYSTONE_BACKEND
that is necessary to the Role view to work properly.

This is fix has the goal to add the
OPENSTACK_KEYSTONE_BACKEND value in the
REST_API_REQUIRED_SETTINGS configuration key.

Closes-Bug: #1946384
Change-Id: I83563595ee30963ed506685cec24729d9a456268
Signed-off-by: Ricardo Sarto <Ricardo.SoaresSarto@windriver.com>
2021-10-07 14:55:46 -03:00
enhanced-policies Remove env variable from RBAC tests 2021-10-04 17:43:27 +00:00
openstack-helm Add support for trust public ingress 2021-08-05 11:21:09 -03:00
openstack-helm-infra Merge "Enabling liveness probe for MariaDB" 2021-08-13 16:50:28 +00:00
python-k8sapp-openstack Merge "Fix unit tests" 2021-09-29 20:54:35 +00:00
stx-openstack-helm Horizon: Fix to show the buttons to Create / Delete / Edit a Role 2021-10-07 14:55:46 -03:00
.gitignore Attempting to add zuul jobs to new repo 2019-09-09 12:25:17 -05:00
.gitreview Add a .gitreview file to the new repo 2019-09-09 08:42:46 -05:00
.zuul.yaml Add pylint py3 portability checks for the openstack-armada-app repo 2021-09-13 15:22:34 -03:00
bindep.txt Add python3.9 support 2021-09-09 11:27:54 -04:00
centos_build_layer.cfg Build layering, add layer build config file and tarball lst 2019-10-15 15:12:28 +08:00
centos_pkg_dirs Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
centos_pkg_dirs_containers Config file changes to add 'stx-openstack-helm helm-charts/garbd helm-charts/nginx-ports-control ' after relocation from 'stx-config' 2019-09-04 10:55:02 -04:00
centos_tarball-dl.lst Update download list for openstack-helm upgrade 2020-06-17 22:18:46 +08:00
requirements.txt Attempting to add zuul jobs to new repo 2019-09-09 12:25:17 -05:00
test-requirements.txt Attempting to add zuul jobs to new repo 2019-09-09 12:25:17 -05:00
tox.ini Re-enable important py3k checks for openstack-armada-app 2021-09-28 19:57:01 +00:00