Merge "Remove unused Config* parameters"

This commit is contained in:
Zuul 2022-08-04 06:15:56 +00:00 committed by Gerrit Code Review
commit 0041650149
1 changed files with 0 additions and 13 deletions

View File

@ -86,19 +86,6 @@ parameters:
OVNBridgeMappings:
type: comma_delimited_list
default: []
ConfigCommand:
type: string
description: Command which will be run whenever configuration data changes
default: os-refresh-config --timeout 14400
ConfigCollectSplay:
type: number
default: 30
description: |
Maximum amount of time to possibly to delay configuration collection
polling. Defaults to 30 seconds. Set to 0 to disable it which will cause
the configuration collection to occur as soon as the collection process
starts. This setting is used to prevent the configuration collection
processes from polling all at the exact same time.
UpgradeInitCommand:
type: string
description: |