Fix "create role" button in identity/roles

Since the identity/roles view now uses angular, the
'OPENSTACK_KEYSTONE_BACKEND' value needs to be added to the
REST_API_REQUIRED_SETTINGS setting for it to work properly,
as per https://review.openstack.org/#/c/579085/

Change-Id: Ib632dca7f438b39e10903ff75ec2d8f9115cc520
This commit is contained in:
Radomir Dopieralski 2018-09-21 12:52:56 +02:00
parent 148f02e7e0
commit 1e8909e4c5
1 changed files with 2 additions and 1 deletions

View File

@ -1028,7 +1028,8 @@ OVERVIEW_DAYS_RANGE = <%= @overview_days_range %>
REST_API_REQUIRED_SETTINGS = ['OPENSTACK_HYPERVISOR_FEATURES',
'LAUNCH_INSTANCE_DEFAULTS',
'OPENSTACK_IMAGE_FORMATS',
'CREATE_IMAGE_DEFAULTS']
'CREATE_IMAGE_DEFAULTS',
'OPENSTACK_KEYSTONE_BACKEND',]
# Additional settings can be made available to the client side for
# extensibility by specifying them in REST_API_ADDITIONAL_SETTINGS