Added tag neutron-policy-overrides to just update neutron policy

To speedup changes for the neutron policy.json file a new tag was
added. nova-config tag does include this step, but it do a lot of
other tasks which aren't required to just change of the policy.

Change-Id: I60b3d0593d5a8f9d636fddb27135392f49a6e071
This commit is contained in:
Dennis M 2021-01-12 10:41:31 +02:00
parent 3e7d7f3a11
commit 5b02184211

View File

@ -67,8 +67,12 @@
copy:
content: "{{ neutron_policy_overrides | to_nice_json }}"
dest: "{{ neutron_conf_dir }}/policy.json"
notify:
- Restart neutron services
when:
- neutron_policy_overrides != {}
tags:
- neutron-policy-overrides
- name: Place api-paste.ini to the correct path in RedHat
file: