Merge "Update USER_MENU_LINKS"

This commit is contained in:
Zuul 2024-07-08 19:49:00 +00:00 committed by Gerrit Code Review
commit a90d0560d4

View File

@ -1023,7 +1023,7 @@ USER_MENU_LINKS
.. versionadded:: 13.0.0(Queens)
Default:
Default up to Caracal (2024.1):
.. code-block:: python
@ -1035,6 +1035,23 @@ Default:
}
]
Default:
.. code-block:: python
[
{'name': _('OpenStack RC File'),
'icon_classes': ['fa-download', ],
'url': 'horizon:project:api_access:openrc',
'external': False,
},
{'name': _('OpenStack clouds.yaml File'),
'icon_classes': ['fa-download', ],
'url': 'horizon:project:api_access:clouds.yaml',
'external': False,
}
]
This setting controls the additional links on the user drop down menu.
A list of dictionaries defining all of the links should be provided. This
defaults to the standard OpenStack RC files.