Merge "Added tag for just policy override reconfiguration"
This commit is contained in:
commit
57cb97b5d8
@ -87,6 +87,13 @@
|
|||||||
dest: "/etc/nova/policy.json"
|
dest: "/etc/nova/policy.json"
|
||||||
when:
|
when:
|
||||||
- nova_policy_overrides != {}
|
- nova_policy_overrides != {}
|
||||||
|
notify:
|
||||||
|
- Manage LB
|
||||||
|
- Restart nova services
|
||||||
|
- Restart uwsgi services
|
||||||
|
tags:
|
||||||
|
- nova-config
|
||||||
|
- nova-policy-override
|
||||||
|
|
||||||
# NOTE(cloudnull): This is using "cp" instead of copy with a remote_source
|
# NOTE(cloudnull): This is using "cp" instead of copy with a remote_source
|
||||||
# because we only want to copy the original files once. and we
|
# because we only want to copy the original files once. and we
|
||||||
|
Loading…
Reference in New Issue
Block a user