Merge "Remove ineffective assignment in subcommand"

This commit is contained in:
Jenkins 2015-11-05 08:55:04 +00:00 committed by Gerrit Code Review
commit 4f9a469d9c

View File

@ -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"