Merge "make the kolla-ansible python3 compatible"

This commit is contained in:
Jenkins 2016-01-06 14:43:18 +00:00 committed by Gerrit Code Review
commit ff8ff410ca

View File

@ -3,7 +3,7 @@
# This script can be used to interact with kolla via ansible.
function find_base_dir {
local real_path=$(python -c "import os,sys;print os.path.realpath('$0')")
local real_path=$(python -c "import os;print(os.path.realpath('$0'))")
local dir_name="$(dirname "$real_path")"
if [[ ${dir_name} == "/usr/bin" ]]; then
BASEDIR=/usr/share/kolla