tripleo-heat-templates/extraconfig/tasks
Michele Baldessari aab90490b7 Fix IHA with the new region_name key
ia change f2e72352b1 we did the following
in nova-base.yaml:
- nova::placement::os_region_name: {get_param: KeystoneRegion}
+ nova::placement::region_name: {get_param: KeystoneRegion}

But in the IHA script we looked for the os_region_name config key in the
placemenet ini section of nova.conf, which is now missing.
We need to adapt that script as well. Without this fix we'll error
out like this:
Oct 16 09:08:12 overcloud-novacomputeiha-0 dockerd-current[14673]:   File "/var/lib/nova/instanceha/check-run-nova-compute", line 147, in create_nova_connection
Oct 16 09:08:12 overcloud-novacomputeiha-0 dockerd-current[14673]:     region_name=options["os_region_name"][0],
Oct 16 09:08:12 overcloud-novacomputeiha-0 dockerd-current[14673]: KeyError: 'os_region_name'

Closes-Bug: #1798560

Change-Id: I8906145955ab6c444efdfa73beca073a62c26e26
(cherry picked from commit 9235e30c08)
2018-10-25 12:11:36 +02:00
..
instanceha Fix IHA with the new region_name key 2018-10-25 12:11:36 +02:00
ssh Deprecate templates replaced with config-download 2018-06-04 15:04:34 -04:00
pacemaker_common_functions.sh Maintain ceph-osd package only on nodes hosting CephOSD service 2017-09-05 22:55:29 +00:00
pacemaker_maintenance_mode.sh Restart haproxy after configuring SSL certs 2016-04-01 12:42:02 -04:00
pacemaker_resource_restart.sh Fix external Load Balancer deployment 2016-11-15 11:25:38 +01:00
post_puppet_pacemaker.j2.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
post_puppet_pacemaker_restart.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
pre_puppet_pacemaker.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
run_puppet.sh puppet apply: add --summarize 2018-01-04 09:37:46 -08:00