Make DROPDOWN_MAX_ITEMS configurable
This change implements a new option dropdown-max-items, that sets the DROPDOWN_MAX_ITEMS of horizon. Change-Id: I2ac03b406cc8b787424747c0bfeeedffd7712c9f
This commit is contained in:
@@ -165,6 +165,12 @@ options:
|
||||
description: |
|
||||
Secret for Horizon to use when securing internal data; set this when
|
||||
using multiple dashboard units.
|
||||
dropdown-max-items:
|
||||
type: int
|
||||
default: 30
|
||||
description: |
|
||||
Max dropdown items to show in dropdown controls.
|
||||
NOTE: This setting is supported >= OpenStack Liberty.
|
||||
profile:
|
||||
type: string
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user