diff --git a/puppet/role.role.j2.yaml b/puppet/role.role.j2.yaml index 76f74f2435..6c0ce94f49 100644 --- a/puppet/role.role.j2.yaml +++ b/puppet/role.role.j2.yaml @@ -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: |