Skip to content

Commit 4da0fa8

Browse files
committed
Always install apache and proxy-uwsgi
We're going to want to start using it by default so just start with always installing it. This should not negatively impact anything else. Also had to fix the test using cowsay, now that cowsay depends on cowsay-off. Part of uwsgi in devstack. Change-Id: I8306a992d9d006bc0130a255145a6880065aa0df
1 parent 94047f4 commit 4da0fa8

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

files/debs/general

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
apache2
2+
apache2-dev
13
bc
24
bridge-utils
35
bsdmainutils
@@ -9,6 +11,7 @@ gettext # used for compiling message catalogs
911
git
1012
graphviz # needed for docs
1113
iputils-ping
14+
libapache2-mod-proxy-uwsgi
1215
libffi-dev # for pyOpenSSL
1316
libjpeg-dev # Pillow 3.0.0
1417
libmysqlclient-dev # MySQL-python

files/rpms/general

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ gcc-c++
77
gettext # used for compiling message catalogs
88
git-core
99
graphviz # needed only for docs
10+
httpd
11+
httpd-devel
1012
iptables-services # NOPRIME f23,f24,f25
1113
java-1.7.0-openjdk-headless # NOPRIME rhel7
1214
java-1.8.0-openjdk-headless # NOPRIME f23,f24,f25

tests/test_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ fi
224224

225225
# test against removed package...was a bug on Ubuntu
226226
if is_ubuntu; then
227-
PKG=cowsay
227+
PKG=cowsay-off
228228
if ! (dpkg -s $PKG >/dev/null 2>&1); then
229229
# it was never installed...set up the condition
230230
sudo apt-get install -y cowsay >/dev/null 2>&1

0 commit comments

Comments
 (0)