From a3e1b1699bd9b3a5fd6ff20632d6533068fe9927 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 12 Aug 2025 19:41:30 +0900 Subject: [PATCH] Rename README file according to actual file name Now we use yaml format instead of json format. Change-Id: I625d6394daa59f41bbd5fd877e2f5b9b979eefa9 Signed-off-by: Takashi Kajinami --- etc/{README-policy.json.sample => README-policy.yaml.sample} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename etc/{README-policy.json.sample => README-policy.yaml.sample} (97%) diff --git a/etc/README-policy.json.sample b/etc/README-policy.yaml.sample similarity index 97% rename from etc/README-policy.json.sample rename to etc/README-policy.yaml.sample index a8e0788ab..8268d087e 100644 --- a/etc/README-policy.json.sample +++ b/etc/README-policy.yaml.sample @@ -5,4 +5,4 @@ level of the zaqar directory: Or run the command directly: oslopolicy-sample-generator --config-file etc/zaqar-policy-generator.conf The output file will be in etc folder, named "zaqar.policy.yaml.sample" by -default. \ No newline at end of file +default.