From a9743b3e05c61a0b738af4770eeff5727bc51622 Mon Sep 17 00:00:00 2001 From: Andre Fernando Zanella Kantek Date: Tue, 27 Apr 2021 07:47:21 -0400 Subject: [PATCH] Change in oam ip fails to update the system endpoints, in AIO-SX With story 2008531 the OAM-IP update is not changing the IP addresses for the openstack endpoints, although the REST APIs are already responding with the new IP The correction adds the keystone's endpoints class to the puppet manifest class list in order to correct the situation Tested in AIO-SX setup, as described on the launchpad Closes-Bug: 1926288 Signed-off-by: Andre Fernando Zanella Kantek Change-Id: I57c4a3392879be3c94de89ee67af3c5a50095b54 --- sysinv/sysinv/sysinv/sysinv/conductor/manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sysinv/sysinv/sysinv/sysinv/conductor/manager.py b/sysinv/sysinv/sysinv/sysinv/conductor/manager.py index 84297cdeb0..9792cfbae7 100644 --- a/sysinv/sysinv/sysinv/sysinv/conductor/manager.py +++ b/sysinv/sysinv/sysinv/sysinv/conductor/manager.py @@ -6685,6 +6685,7 @@ class ConductorManager(service.PeriodicService): 'platform::sm::update_oam_config::runtime', 'platform::nfv::webserver::runtime', 'platform::haproxy::runtime', + 'openstack::keystone::endpoint::runtime', 'platform::dockerdistribution::config', 'platform::dockerdistribution::runtime'] }