Fix missing dependency about policy config

Change-Id: I7256aac4952426302831c879cab2cd353d70357f
This commit is contained in:
Takashi Kajinami 2021-11-29 09:53:54 +09:00
parent 47ee099587
commit 8095dc04a6
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ class neutron::deps {
Anchor['neutron::config::begin'] -> Ironic_neutron_agent_config<||> ~> Anchor['neutron::config::end']
Anchor['neutron::config::begin'] -> Neutron_api_uwsgi_config<||> ~> Anchor['neutron::config::end']
# policy config should occur in the config block also.
Anchor['neutron::config::begin']
-> Openstacklib::Policy<||>
~> Anchor['neutron::config::end']
# Support packages need to be installed in the install phase, but we don't
# put them in the chain above because we don't want any false dependencies