openstack-armada-app/stx-openstack-helm/stx-openstack-helm
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
..
files Introduce metadata for app behavior control 2021-02-25 10:34:57 +02:00
helm-charts Add support for trust public ingress 2021-08-05 11:21:09 -03:00
manifests Horizon: Fix to show the buttons to Create / Delete / Edit a Role 2021-10-07 14:55:46 -03:00
README Enable StarlingX helm charts for stx-openstack app 2018-11-07 16:14:42 -05:00

README

This directory contains all StarlingX charts that need to be built for this
application. Some charts are common across applications. These common charts
reside in the stx-config/kubernetes/helm-charts directory. To include these in
this application update the build_srpm.data file and use the COPY_LIST_TO_TAR
mechanism to populate these commom charts.