Remove port check from alarm-evaluator

This change removes the port check from the ocf script for
ceilometer-alarm-evaulator. This port check for amqp was improperly
added as part of Ic4bcecdbc05f6306be63dea211df96a104cb2d36.

Change-Id: I9999401787f31ce6cd9f30021011fd198f1f24ad
Closes-Bug: #1549062
This commit is contained in:
Alex Schultz 2016-02-24 16:46:57 -07:00
parent b154724abf
commit 0a4d7e6fe7
1 changed files with 0 additions and 4 deletions

View File

@ -142,10 +142,6 @@ ceilometer_alarm_evaluator_validate() {
check_binary $OCF_RESKEY_binary
check_binary netstat
if ! validate_port $OCF_RESKEY_amqp_server_port; then
return ${OCF_ERR_CONFIGURED}
fi
# A config file on shared storage that is not available
# during probes is OK.
if [ ! -f $OCF_RESKEY_config ]; then