summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Riteau <pierre@stackhpc.com>2020-09-09 11:27:52 +0200
committerPierre Riteau <pierre@stackhpc.com>2020-09-09 11:27:52 +0200
commit805a098bb54dc93eb4cee79d77580450585b5872 (patch)
tree89a88dcd9eb74334a8a016d158cc6974557ae1f3
parent8e8d54775c3ce756864def57ef719de61df35855 (diff)
downloadhorizon-805a098bb54dc93eb4cee79d77580450585b5872.tar.gz
doc: Update default value of REST_API_REQUIRED_SETTINGS
Change-Id: I9b4367c54f070711344c24339bf769b5e4f034e5
-rw-r--r--doc/source/configuration/settings.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/configuration/settings.rst b/doc/source/configuration/settings.rst
index 658b05d8d..15b77be61 100644
--- a/doc/source/configuration/settings.rst
+++ b/doc/source/configuration/settings.rst
@@ -828,13 +828,14 @@ Default:
.. code-block:: python
[
- 'OPENSTACK_HYPERVISOR_FEATURES',
+ 'CREATE_IMAGE_DEFAULTS',
+ 'DEFAULT_BOOT_SOURCE',
+ 'ENFORCE_PASSWORD_CHECK',
'LAUNCH_INSTANCE_DEFAULTS',
+ 'OPENSTACK_HYPERVISOR_FEATURES',
'OPENSTACK_IMAGE_FORMATS',
'OPENSTACK_KEYSTONE_BACKEND',
'OPENSTACK_KEYSTONE_DEFAULT_DOMAIN',
- 'CREATE_IMAGE_DEFAULTS',
- 'ENFORCE_PASSWORD_CHECK'
]
This setting allows you to expose configuration values over Horizons internal