问题:[ERROR] /opt/stack/devstack/functions-common:422 Unable to determine DISTRO, can not continue.
解决办法:找到对应代码,根据自己系统版本,注释 die 行,添加代码上面对应版本的 DISTRO= 行
vim /opt/stack/devstack/functions-common +422
# die $LINENO "Unable to determine DISTRO, can not continue." DISTRO="rhel${os_RELEASE::1}"