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:
parent
3e7d7f3a11
commit
5b02184211
@ -67,8 +67,12 @@
|
|||||||
copy:
|
copy:
|
||||||
content: "{{ neutron_policy_overrides | to_nice_json }}"
|
content: "{{ neutron_policy_overrides | to_nice_json }}"
|
||||||
dest: "{{ neutron_conf_dir }}/policy.json"
|
dest: "{{ neutron_conf_dir }}/policy.json"
|
||||||
|
notify:
|
||||||
|
- Restart neutron services
|
||||||
when:
|
when:
|
||||||
- neutron_policy_overrides != {}
|
- neutron_policy_overrides != {}
|
||||||
|
tags:
|
||||||
|
- neutron-policy-overrides
|
||||||
|
|
||||||
- name: Place api-paste.ini to the correct path in RedHat
|
- name: Place api-paste.ini to the correct path in RedHat
|
||||||
file:
|
file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user