* Hi everyone, I've been trying to run ironic on devstack and finally facing following errors (I've tried running ./clean.sh and again re running ./stack.sh ) 1. On running ./stack.sh I face _**error on exit**_ ```Attempting Found existing installation: simplejson 3.13.2 ERROR: Cannot uninstall 'simplejson'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. +inc/python:pip_install:1 exit_trap +./stack.sh:exit_trap:533 local r=1 ++./stack.sh:exit_trap:534 jobs -p +./stack.sh:exit_trap:534 jobs= +./stack.sh:exit_trap:537 [[ -n '' ]] +./stack.sh:exit_trap:543 '[' -f '' ']' +./stack.sh:exit_trap:548 kill_spinner +./stack.sh:kill_spinner:443 '[' '!' -z '' ']' +./stack.sh:exit_trap:550 [[ 1 -ne 0 ]] +./stack.sh:exit_trap:551 echo 'Error on exit' Error on exit +./stack.sh:exit_trap:553 type -p generate-subunit +./stack.sh:exit_trap:554 generate-subunit 1585858133 249 fail +./stack.sh:exit_trap:556 [[ -z /opt/stack/logs ]] +./stack.sh:exit_trap:559 /usr/local/bin/python3.7 /opt/stack/devstack/tools/worlddump.py -d /opt/stack/logs +./stack.sh:exit_trap:568 exit 1 ``` 2. I still tried and ran further instructions given here https://docs.openstack.org/ironic/stein/contributor/dev-quickstart.html#deploying-ironic-with-devstack and have faced following error ``` Failed to discover available identity versions when contacting http://192.168.1.108/identity. Attempting to parse version from URL. Could not determine a suitable URL for the plugin ``` Is anyone familiar with the problem, I feel a bit clueless here.