diff --git a/labs/scripts/test/launch_instance.sh b/labs/scripts/test/launch_instance.sh index b19f9190..7855c7c4 100755 --- a/labs/scripts/test/launch_instance.sh +++ b/labs/scripts/test/launch_instance.sh @@ -200,7 +200,7 @@ function wait_for_neutron_agents { ( source "$CONFIG_DIR/admin-openstackrc.sh" neutron agent-list | sort > "$agent_list" - local out=$(grep " :-) " "$agent_list" || rc=$?) + local out=$(grep " :-) " "$agent_list") if [ -n "$out" ]; then echo echo "$out"