bilelmsekni / OpenStack-Grizzly-Install-Guide

A full install guide for OpenStack Grizzly
352 stars 218 forks source link

Internal router interface is always DOWN #63

Closed nkmittal closed 11 years ago

nkmittal commented 11 years ago

I followed this guide to install single-node Grizzly on Ubuntu 13.04. Everything went fine until the networking issue. The VMs all come fine and i can ping between VMs (using console form Dashboard). i can't ssh into VM from the host node yet as i have not setup the external gateway for the router. The internal interface of the router is connected to the subnet to which my other VMs are attached. The status of internal interface shows always DOWN and I believe that is the reason that I am not able to ping the router interface from any of the VMs. All three agents show alive (dhcp, l3 and OpenVSwitch). I can see that router is correctly shown in the tenant and network topology shows my VM and the router on the subnet 20.20.1.1/24. Any suggestions? thanks, nkmittal

Below is the output of command "port-show":

root@osk-team:~# quantum port-show 8e18e352-2fa9-450e-8112-dd31c7e494a8 +----------------------+----------------------------------------------------------------------------------+ | Field | Value | +----------------------+----------------------------------------------------------------------------------+ | admin_state_up | True | | binding:capabilities | {"port_filter": false} | | binding:vif_type | ovs | | device_id | 2e977c4d-f65e-4f4c-93b2-1abb50309960 | | device_owner | network:router_interface | | fixed_ips | {"subnet_id": "714e085c-dbcb-460a-88ed-a5c6c43712af", "ip_address": "20.20.1.1"} | | id | 8e18e352-2fa9-450e-8112-dd31c7e494a8 | | mac_address | fa:16:3e:a0:a4:78 | | name | | | network_id | 7fae3018-f2b2-4e78-bd0a-ed3763cd626c | | status | DOWN | | tenant_id | f4d4c792225345a4baa6224465706377 |

+----------------------+----------------------------------------------------------------------------------+

jamski commented 11 years ago

Was there a solution to this?

nkmittal commented 11 years ago

Nope, none replied. I finally re-installed the system.

On Thu, Jun 20, 2013 at 9:04 PM, jamski notifications@github.com wrote:

Was there a solution to this?

— Reply to this email directly or view it on GitHubhttps://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/issues/63#issuecomment-19761298 .