diff options
-rwxr-xr-x | ci/check_os.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/check_os.sh b/ci/check_os.sh index bb1335306..c9e0b5136 100755 --- a/ci/check_os.sh +++ b/ci/check_os.sh @@ -72,7 +72,7 @@ done echo "OpenStack services are OK." echo "Checking External network..." -networks=($(neutron net-list | tail -n +4 | head -n -1 | awk '{print $2}')) +networks=($(neutron net-list -F id | tail -n +4 | head -n -1 | awk '{print $2}')) is_external=False for net in "${networks[@]}" do |