Skip to content
Snippets Groups Projects
Commit 08f95533 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "linuxbridge check.sh not right"

parents 8b6d7b44 f374a02a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment