<div dir="ltr">I need your help with installation of placement service on Ubuntu 20.04. I have followed the steps in:<br><a href="https://docs.openstack.org/placement/wallaby/install/install-ubuntu.html">https://docs.openstack.org/placement/wallaby/install/install-ubuntu.html</a><br><br>I am facing the following issue when I try to verify the installation:<br>$ placement-status upgrade check<br>Error:<br>Traceback (most recent call last):<br>  File "/usr/lib/python3/dist-packages/oslo_upgradecheck/upgradecheck.py", line 196, in run<br>    return conf.command.action_fn()<br>  File "/usr/lib/python3/dist-packages/oslo_upgradecheck/upgradecheck.py", line 104, in check<br>    result = func_name(self, **kwargs)<br>  File "/usr/lib/python3/dist-packages/oslo_upgradecheck/common_checks.py", line 41, in check_policy_json<br>    policy_path = conf.find_file(conf.oslo_policy.policy_file)<br>  File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2543, in find_file<br>    raise NotInitializedError()<br>oslo_config.cfg.NotInitializedError: call expression on parser has not been invoked<br><br>I did a bit of debugging and found that the policy file is: policy.json. I could not find any policy.json on my machine. I created an empty policy.json at: /etc/placement/policy.json (user and group = placement). That too did not work.<br><br>I have followed the steps in the install guide twice, deleting the placement database and other resources and recreating them. I continue to see the same issue.<br><br>Thank you for your time.<br></div>