Devstack installation failing at "python update.py /opt/stack/keystone" no such file or directory
Previously the install was failing at the git clone of keystone but that was resolved by manually running: git clone https://github.com/openstack/keystone... /opt/stack/keystone This created the git clone and moved on with the stack.sh installation.
I am now experiencing a file not found: + python update.py /opt/stack/keystone python: can't open file 'update.py': [Errno 2] No such file or directory + exit_trap
I am unable to find any reference to this file in the git repo so I am wondering if the stack.sh is needing to be updated to not look for it or something of that nature. TIA
EDIT: this command is being run from /opt/stack/requirements, this directory is empty. + cd /opt/stack/requirements + python update.py /opt/stack/keystone python: can't open file 'update.py': [Errno 2] No such file or directory
I ran "clean.sh" and then "stack.sh" to make sure but still receiving the error. Thoughts on /opt/stack/requirements being empty?