Files
master
Dmitriy Rabotyagov
4316674349
Do not remove policy.yaml file
oslo.policy can not handle policy file removal. As a result, if policy overrides were defined at some point, but then removed, causes service outage. While we could add a handler trigger to restart the service on policy removal, it's better to simplify the logic and always place an empty policy.yaml even if no overrides are defined. Change-Id: I3e96cbc9150e5051db19b3a93d68baf243beb17c Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>