Remove or fix outdated/incorrect ironic hieradata definitions

- ironic::drivers::inspector::enabled parameter was removed in
  Train release cycle. Changes:
  If14d1212f7eda0cc44b7802e0788b65de63d7666
  I43941b598c05c3f6529ede274d526e3a6c8910d5

Partial-Bug: #1916386
Change-Id: Idf37ab04626acbf188eb0e54e508313e9f344c23
This commit is contained in:
Alexey Stupnikov 2021-03-21 16:05:10 +01:00
parent 1f128e903d
commit 111130d4f6
1 changed files with 0 additions and 1 deletions

View File

@ -464,7 +464,6 @@ outputs:
ironic::swift::region_name: {get_param: KeystoneRegion}
# ironic-inspector support is not implemented, but let's configure
# the credentials for consistency.
ironic::drivers::inspector::enabled: false
ironic::drivers::inspector::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
ironic::drivers::inspector::username: 'ironic'
ironic::drivers::inspector::password: {get_param: IronicPassword}