Attempting to install DevStack on CentOS 7. I updated everything on CentOS prior to installing DevStack. I'm getting this error but all indications is that I have the Python components installed.
if six.PY2: AttributeError: 'module' object has no attribute 'PY2'
This is the error line before the stack.sh errors out.
Any ideas?