diff options
author | 2018-10-29 16:10:48 +0100 | |
---|---|---|
committer | 2018-10-29 16:10:48 +0100 | |
commit | 7cb423c18098ec6d4685759059ff6cf7c12c7ad0 (patch) | |
tree | b215e04575720945378e0940b7380919f10ede51 | |
parent | 9c0e6d81d2302cbbfa5860a846211ee5807a6d98 (diff) |
[fuel] IA: Rename power_password to power_pass
Align with MaaS expected variable naming after upstream change [1].
[1] https://github.com/salt-formulas/salt-formula-maas/commit/6096333
Change-Id: I0d4af1af1c54b40bf9a84ccf5f16847b9d39d456
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r-- | config/installers/fuel/pod_config.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/installers/fuel/pod_config.yml.j2 b/config/installers/fuel/pod_config.yml.j2 index ad406891..edb63eec 100644 --- a/config/installers/fuel/pod_config.yml.j2 +++ b/config/installers/fuel/pod_config.yml.j2 @@ -27,7 +27,7 @@ parameters: mac: {{ node.interfaces[nm.idx_admin].mac_address }} power_parameters: power_address: {{ node.remote_management.address.rsplit('/')[0] }} - power_password: {{ node.remote_management.pass }} + power_pass: {{ node.remote_management.pass }} power_type: {{ node.remote_management.type }} power_user: {{ node.remote_management.user }} architecture: {{ node.node.arch | dpkg_arch }}/generic |