Created
March 29, 2016 18:46
-
-
Save tonytan4ever/c8002fdaa84de63d15601e6a43f147be to your computer and use it in GitHub Desktop.
DevStack error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+++lib/tempest:configure_tempest:109 openstack image list --property status=active | |
Unable to establish connection to http://172.18.0.2:9292/v2/images | |
++lib/tempest:configure_tempest:154 case "${#images[*]}" in | |
++lib/tempest:configure_tempest:156 echo 'Found no valid images to use!' | |
Found no valid images to use! | |
++lib/tempest:configure_tempest:157 exit 1 | |
+lib/tempest:configure_tempest:1 exit_trap | |
+./stack.sh:exit_trap:474 local r=1 | |
++./stack.sh:exit_trap:475 jobs -p | |
+./stack.sh:exit_trap:475 jobs= | |
+./stack.sh:exit_trap:478 [[ -n '' ]] | |
+./stack.sh:exit_trap:484 kill_spinner | |
+./stack.sh:kill_spinner:370 '[' '!' -z '' ']' | |
+./stack.sh:exit_trap:486 [[ 1 -ne 0 ]] | |
+./stack.sh:exit_trap:487 echo 'Error on exit' | |
Error on exit | |
+./stack.sh:exit_trap:488 generate-subunit 1459275516 1499 fail | |
+./stack.sh:exit_trap:489 [[ -z /opt/stack/logs ]] | |
+./stack.sh:exit_trap:492 /github/devstack/tools/worlddump.py -d /opt/stack/logs | |
World dumping... see /opt/stack/logs/worlddump-2016-03-29-184335.txt for details | |
ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (Connection refused) | |
ovs-ofctl: br-int is not a bridge or a socket | |
ovs-ofctl: br-tun is not a bridge or a socket | |
ovs-ofctl: br-ex is not a bridge or a socket | |
ovs-ofctl: br-int is not a bridge or a socket | |
ovs-ofctl: br-tun is not a bridge or a socket | |
ovs-ofctl: br-ex is not a bridge or a socket | |
modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/4.1.17-boot2docker/modules.dep.bin' | |
The kernel doesn't support the ebtables 'filter' table. | |
modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/4.1.17-boot2docker/modules.dep.bin' | |
The kernel doesn't support the ebtables 'nat' table. | |
modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/4.1.17-boot2docker/modules.dep.bin' | |
The kernel doesn't support the ebtables 'broute' table. | |
+./stack.sh:exit_trap:498 exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got this error myself, did you ever figure this out?