aboutsummaryrefslogtreecommitdiffstats
path: root/ci/yardstick-verify
diff options
context:
space:
mode:
Diffstat (limited to 'ci/yardstick-verify')
-rwxr-xr-xci/yardstick-verify2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/yardstick-verify b/ci/yardstick-verify
index 875b01ff2..c7b1cefec 100755
--- a/ci/yardstick-verify
+++ b/ci/yardstick-verify
@@ -341,7 +341,7 @@ main()
echo
echo "Checking for External network:"
- for net in $(neutron net-list --router:external -c name -f value); do
+ for net in $(neutron net-list --router:external True -c name -f value); do
echo " external network: $net"
done