Merge "Restart vim on admin endpoint re-config"

This commit is contained in:
Zuul 2023-06-15 16:47:36 +00:00 committed by Gerrit Code Review
commit d2039c40c0
1 changed files with 2 additions and 1 deletions

View File

@ -5975,7 +5975,8 @@ class ConductorManager(service.PeriodicService):
"personalities": personalities,
"host_uuids": [active_host.uuid],
"classes": ['openstack::keystone::endpoint::runtime',
'platform::firewall::runtime']
'platform::firewall::runtime',
'platform::nfv::runtime']
}
self._config_apply_runtime_manifest(
context, config_uuid, config_dict)