| commit | 075535d31130db08f823687fb38fe00bec0e5e66 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Nov 12 22:02:58 2015 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Nov 12 22:02:58 2015 +0000 |
| tree | 0ac9e13404f001ff95446ead8f3419e5e0ae2cf3 | |
| parent | ebbd6f70fd2471052c1176fb62e03696a3b4947c [diff] | |
| parent | adcf40d5f8ec0509fe9230e04bf0bd3f269a3f53 [diff] |
Merge "Ensure python is installed"
diff --git a/stack.sh b/stack.sh index 825ed96..afb6958 100755 --- a/stack.sh +++ b/stack.sh
@@ -335,6 +335,10 @@ sudo sed -i "s/\(^127.0.0.1.*\)/\1 $LOCAL_HOSTNAME/" /etc/hosts fi +# Ensure python is installed +# -------------------------- +is_package_installed python || install_package python + # Configure Logging # -----------------