console is currently unavailable. Please try again later.
Hi, I successfully integrated opendaylight with openstack and successfully stacked both openstack control and compute node with openflow 1.3. I launched two instances, one on compute-node-1 which is running on openstack controller and other on separate compute node VM. When i go for console for instance which is launched on separate compute node VM is says "console is currently unavailable. Please try again later" but console opens successfully for the instances which is launched on compute-node on controller VM. Bridge is created on both nodes. The following comes when i enter "sudo ovs-vsctls show" in both compute-node-1 which is running on controller and other separate compute node-2
[odl@fedora-odl-1 devstack]$ sudo ovs-vsctl show
17074e89-2ac5-4bba-997a-1a5a3527cf56
Manager "tcp:192.168.56.102:6640"
is_connected: true
Bridge br-ex
Controller "tcp:192.168.56.102:6633"
is_connected: true
Port br-ex
Interface br-ex
type: internal
Port "tapbcc352df-a1"
Interface "tapbcc352df-a1"
Bridge br-tun
Controller "tcp:192.168.56.102:6633"
is_connected: true
fail_mode: secure
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port br-tun
Interface br-tun
Bridge br-int
Controller "tcp:192.168.56.102:6633"
is_connected: true
fail_mode: secure
Port "gre-192.168.56.101"
Interface "gre-192.168.56.101"
type: gre
options: {key=flow, local_ip="192.168.56.102", remote_ip="192.168.56.101"}
Port "tap871fa3eb-96"
Interface "tap871fa3eb-96"
Port br-int
Interface br-int
type: internal
Port "tapd316a493-1b"
Interface "tapd316a493-1b"
ovs_version: "2.3.0-git39ebb203"
[odl@fedora-odl-2 devstack]$ sudo ovs-vsctl show
17074e89-2ac5-4bba-997a-1a5a3527cf56
Manager "tcp:192.168.56.102:6640"
is_connected: true
Bridge br-int
Controller "tcp:192.168.56.102:6633"
is_connected: true
fail_mode: secure
Port br-int
Interface br-int
Port "tap353f5505-5a"
Interface "tap353f5505-5a"
Port "gre-192.168.56.102"
Interface "gre-192.168.56.102"
type: gre
options: {key=flow, local_ip="192.168.56.101", remote_ip="192.168.56.102"}
Bridge br-tun
Controller "tcp:192.168.56.102:6633"
is_connected: true
fail_mode: secure
Port br-tun
Interface br-tun
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
ovs_version: "2.0.0"
I don't know where are the problems exactly;Please help me. Thank you
looks like a duplicate of https://ask.openstack.org/en/question...