Merge "linuxbridge check.sh not right"

This commit is contained in:
Jenkins 2015-05-07 16:46:56 +00:00 committed by Gerrit Code Review
commit 08f9553339
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
RES=0
check=$(/usr/bin/neutron agent-list | awk '/ Linux / {print $9}')
check=$(/usr/bin/neutron agent-list | awk '/ Linux / {print $10}')
error="ERROR: Neutron Linux Bridge agent is not alive."
if [[ $check != ":-)" ]]; then