Adapt to the heartbeat_key parameter migration

The heartbeat_key parameter of the octavia::health_manager class has
been migrated to the octavia::controller class, because it is used by
multiple services, and the old parameter has been removed by [1].

This updates the test hieradata to make sure the new parameter is set.

[1] https://review.opendev.org/c/openstack/puppet-octavia/+/864833

Change-Id: Id1a109e50a11c5dce6c6f9e310f27d3668d011a3
This commit is contained in:
Takashi Kajinami 2022-12-06 16:39:56 +09:00
parent 1e80192b76
commit 8bb19dab9c
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ memcached::max_memory: 4096
# octavia related items
octavia_api_short_bootstrap_node_name: node
octavia::keystone::authtoken::password: 'password'
octavia::health_manager::heartbeat_key: 'key'
octavia::controller::heartbeat_key: 'key'
octavia::service_auth::password: 'password'
# horizon related
horizon_short_bootstrap_node_name: node