From: Alex Ermolov Date: Thu, 4 Aug 2016 15:04:12 +0000 (+0300) Subject: Fixed firewalld-related code in test script X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fopenstack-ci%2Ffuel-8.0%2Fliberty;p=openstack-build%2Fceilometer-build.git Fixed firewalld-related code in test script also bump version Closes-Bug: #1609844 Change-Id: I9a4a9464622bb22109cf3652a01c056af284d114 --- diff --git a/centos7/rpm/SPECS/openstack-ceilometer.spec b/centos7/rpm/SPECS/openstack-ceilometer.spec index 5a9dcbf..5a71ad8 100644 --- a/centos7/rpm/SPECS/openstack-ceilometer.spec +++ b/centos7/rpm/SPECS/openstack-ceilometer.spec @@ -7,7 +7,7 @@ Name: openstack-ceilometer # https://review.openstack.org/#/q/I6a35fa0dda798fad93b804d00a46af80f08d475c,n,z Epoch: 1 Version: 5.0.0.0rc1 -Release: 1%{?dist}~mos8.0.1 +Release: 2%{?dist}~mos8.0.1 Summary: OpenStack measurement collection service Group: Applications/System diff --git a/tests/runtests.sh b/tests/runtests.sh index 6c3cb7b..163281e 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -58,7 +58,8 @@ if [[ `cat /etc/*-release | head -n 1 | awk '{print $1}'` =~ Ubuntu ]]; then policy.json ) else - setenforce 0 && service firewalld stop + setenforce 0 || : + service firewalld stop || : os="centos" packages_list="python-pip curl" command_to_install="yum install -y" diff --git a/trusty/debian/changelog b/trusty/debian/changelog index fdae762..5563782 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,9 @@ +ceilometer (1:5.0.0-6~u14.04+mos1) mos8.0; urgency=medium + + * Bump version + + -- Denis Puchkin Fri, 12 Aug 2016 15:42:18 +0300 + ceilometer (1:5.0.0-5~u14.04+mos1) mos8.0; urgency=medium * d/ceilometer-agent-*.init.in: Fix DAEMON_ARGS for