Remove unused Config* parameters

These parameters were used to control behavior of os-collect-config,
which was already removed when we completely replaced it by config-
download mechanism.

Change-Id: Id106cde205ce52a1299dc8f18ae8d59201b7499f
This commit is contained in:
Takashi Kajinami 2022-07-27 13:32:14 +09:00
parent 7c577a88f5
commit 1a7998bfc7
1 changed files with 0 additions and 13 deletions

View File

@ -120,19 +120,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: |