If you make the two line changes on the funtions-common in devstack show below.
--- a/functions-common
+++ b/functions-common
@@ -364,8 +364,6 @@ function GetOSVersion {
fi
elif [[ $os_VENDOR == "openSUSE project" ]]; then
os_VENDOR="openSUSE"
- elif [[ $os_VENDOR == "OracleServer" ]]; then
- os_VENDOR="Red Hat"
elif [[ $os_VENDOR =~ Red.*Hat ]]; then
os_VENDOR="Red Hat"
fi
Run stack.sh again, you can deploy it without any issue.
In next article, I will talk about using vagrant, pycharm and virtual box to set up your development environment.
No comments:
Post a Comment