Merge "NovaEvacuate: Fix typo when fetching all evacuate attributes"

This commit is contained in:
Jenkins 2016-02-11 10:16:39 +00:00 committed by Gerrit Code Review
commit be881571a4
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ evacuate_monitor() {
fi fi
handle_evacuations $( handle_evacuations $(
attrd_updater -n evacute -A | attrd_updater -n evacuate -A |
sed 's/ value=""/ value="no"/' | sed 's/ value=""/ value="no"/' |
tr '="' ' ' | tr '="' ' ' |
awk '{print $4" "$6}' awk '{print $4" "$6}'