Do not restart services after policy file changes

The oslo.policy library has implementations to detect change in policy
rules and reload the new rules without service restart.

Change-Id: I63b97817e164cf745a7fec0b4ba77583ee4274ab
This commit is contained in:
Takashi Kajinami 2023-09-11 12:34:29 +09:00
parent 9974cdd4a2
commit fde0f910f6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class trove::deps {
# puppet-trove supports it. Leave commented out for now.
Anchor['trove::config::begin']
-> Openstacklib::Policy<| tag == 'trove' |>
~> Anchor['trove::config::end']
-> Anchor['trove::config::end']
# all db settings should be applied and all packages should be installed
# before dbsync starts