Merge "Neutron: Trigger service check only when service is restarted"

This commit is contained in:
Zuul 2022-01-27 02:22:17 +00:00 committed by Gerrit Code Review
commit a5226bc7d5
1 changed files with 2 additions and 1 deletions

View File

@ -210,8 +210,9 @@ class openstack_integration::neutron (
timeout => 60,
tries => 10,
try_sleep => 2,
refreshonly => true,
}
Anchor['neutron::service::end'] -> Exec['check-neutron-server'] -> Neutron_network<||>
Anchor['neutron::service::end'] ~> Exec['check-neutron-server'] -> Neutron_network<||>
}
class { 'neutron::db':