[Openstack] No Connectivity between VMs on different compute nodes

2014-05-21 Thread Moiz Arif
allow all VLAN traffic on all interfaces Compute Bridging info:--> br-int = vm taps + int-br-compute--> br-compute = eth2 + phy-br-compute If anyone can help me out with this then that would be great. Thanks. Moiz Arif __

Re: [Openstack] [devstack]How to restart all services without unstack ?

2014-06-10 Thread Moiz Arif
Hello, You can manually restart any service you like in devstack by following the below procedure: 1. In terminal type "screen -x stack" . Here stack is the screen name.you will be logged into the screens for all devstack services2. Browse to your selected service by pressing Ctrl+a and then n (

Re: [Openstack] Unabel to delete demo-net, ext-net

2014-09-08 Thread Moiz Arif
Hi, You must delete the respective network port from the corresponding Router or any running Instance (Floating IP or normal IP e.t.c.) in order to delete the network. If there are active ports on the network then neutron doesn't allow Network Deletion. Hope it Helps. Date: Mon, 8 Sep 2014 17

Re: [Openstack] virtual machine not able to get ip address

2014-09-08 Thread Moiz Arif
Hi, This happened to me once. Firstly, check neutron logs for any errors in /var/log/neutron/. If you see errors post them here. Secondly, Verify that neutron dhcp is running. Verify that you have configured OpenStack Data Network correctly, verify VLAN/GRE (whichever applicable) configurations

Re: [Openstack] Help regarding communication error while accessing images from openstack dashboard

2014-09-10 Thread Moiz Arif
Hi, After rebooting your machine, did you run ./stack.sh again? From: 11msccssbas...@seecs.edu.pk Date: Wed, 10 Sep 2014 12:22:41 +0500 To: openstack@lists.openstack.org Subject: [Openstack] Help regarding communication error while accessing images from openstack dashboard Hi everyone, After co