Rename <Interface>.logging.yaml to <Interface>.metadata.yaml
This change is just for brevity.
Change-Id: Ie2360b19179837a1dc3675e96a4adcc2114f2bc6
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
diff --git a/tools/elog-gen.py b/tools/elog-gen.py
index 430f991..57d5050 100755
--- a/tools/elog-gen.py
+++ b/tools/elog-gen.py
@@ -119,8 +119,8 @@
exit(1)
# the meta data will be defined in a similar file name where we replace
- # <Interface>.errors.yaml with <Interface>.logging.yaml
- meta_file = options.elog_yaml.replace("errors", "logging")
+ # <Interface>.errors.yaml with <Interface>.metadata.yaml
+ meta_file = options.elog_yaml.replace("errors", "metadata")
meta_file = "/".join((options.rootdir, meta_file))
if (not (os.path.isfile(meta_file))):
print "Can not find meta yaml file " + meta_file
diff --git a/tools/example/xyz/openbmc_project/Example/Elog.logging.yaml b/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml
similarity index 100%
rename from tools/example/xyz/openbmc_project/Example/Elog.logging.yaml
rename to tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml