Skip to content

Commit 075535d

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "Ensure python is installed"
2 parents ebbd6f7 + adcf40d commit 075535d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stack.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@ if [ -z "`grep ^127.0.0.1 /etc/hosts | grep $LOCAL_HOSTNAME`" ]; then
335335
sudo sed -i "s/\(^127.0.0.1.*\)/\1 $LOCAL_HOSTNAME/" /etc/hosts
336336
fi
337337

338+
# Ensure python is installed
339+
# --------------------------
340+
is_package_installed python || install_package python
341+
338342

339343
# Configure Logging
340344
# -----------------

0 commit comments

Comments
 (0)