Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit b2d8f59

Browse files
author
OpenShift Bot
committed
Merge pull request #5588 from bparees/fix_haproxy_msg
Merged by openshift-bot
2 parents 07a8498 + 9e48cb9 commit b2d8f59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cartridges/openshift-origin-cartridge-haproxy/bin/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function _start_haproxy_service() {
9999
echo "Action hook haproxy_ctld.rb removed"
100100
_stop_haproxy_ctld || :
101101
_start_haproxy_ctld
102-
echo "Action hook haproxy_ctld.rb restarted"
102+
echo "Cartridge haproxy_ctld.rb started"
103103
fi
104104
fi
105105
}

cartridges/openshift-origin-cartridge-haproxy/metadata/manifest.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Version: '1.4'
1010
License: GPLv2+
1111
License-Url: http://www.gnu.org/licenses/gpl-2.0.html
1212
Vendor: http://haproxy.1wt.eu/
13-
Cartridge-Version: 0.0.18
13+
Cartridge-Version: 0.0.19
1414
Compatible-Versions:
15+
- 0.0.18
1516
- 0.0.17
1617
- 0.0.16
1718
Cartridge-Vendor: redhat

0 commit comments

Comments
 (0)