You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unhandled exception is thrown while trying to run teuthology-openstack first time or teardown. Log example:
2017-10-24 21:54:36,121.121 DEBUG:teuthology.misc::sh: openstack --quiet ip floating list -f json
2017-10-24 21:54:36,838.838 DEBUG:teuthology.misc:NotFoundException: Not Found
...
Command 'openstack --quiet ip floating list -f json' returned non-zero exit status 1
The issue is reproduced on OVH regions like WAW1 and DE1, where floating ip list command fails:
$ openstack --quiet ip floating list -f json || echo $?
NotFoundException: Not Found
1
The text was updated successfully, but these errors were encountered:
Unhandled exception is thrown while trying to run teuthology-openstack first time or teardown. Log example:
The issue is reproduced on OVH regions like WAW1 and DE1, where floating ip list command fails:
The text was updated successfully, but these errors were encountered: