Fixed the ironic automated clean flag replacement
The variable was changed and replacement rule needs to be updated. Change-Id: I269df1ea5c671dc1ca9ecf0bc0be20bbd2efd219
This commit is contained in:
parent
eb9ac97ce2
commit
c6e8caadf8
@ -48,7 +48,7 @@ replacements:
|
||||
objref:
|
||||
kind: ConfigMap
|
||||
name: ironic-vars
|
||||
fieldrefs: ["data.IRONIC_AUTOMATED_CLEAN"]
|
||||
fieldrefs: ["data.AUTOMATED_CLEAN"]
|
||||
- source:
|
||||
objref:
|
||||
kind: NetworkCatalogue
|
||||
|
@ -17,3 +17,4 @@ spec:
|
||||
ironic:
|
||||
provisioningIp: "10.23.24.101"
|
||||
dhcpRange: "10.23.24.200,10.23.24.250"
|
||||
ironicAutomatedClean: true
|
||||
|
@ -16,3 +16,4 @@ spec:
|
||||
ironic:
|
||||
provisioningIp: "10.23.24.102"
|
||||
dhcpRange: "10.23.24.200,10.23.24.250"
|
||||
ironicAutomatedClean: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user