Re: [Openstack] Initial quantum network state broken

2013-02-17 Thread Greg Chavez
I'm replying to my own message because I'm desperate. My network situation is a mess. I need to add this as well: my bridge interfaces are all down. On my compute node: root@kvm-cs-sn-10i:/var/lib/nova/instances/instance-0005# ip addr show | grep ^[0-9] 1: lo: mtu 16436 qdisc noqueue state

Re: [Openstack] Cant ping private or floating IP

2013-02-17 Thread Jean-Baptiste RANSY
ping Are you on IRC ? JB On 02/17/2013 04:07 AM, Jean-Baptiste RANSY wrote: > Add Cirros Image to Glance :) > > Username: cirros > Password: cubswin:) > > http://docs.openstack.org/trunk/openstack-compute/install/apt/content/uploading-to-glance.html > > to join your VM, it's a bit dirty but you

[Openstack] Is there a command to list all instances by all tenants in nova Essex installation?

2013-02-17 Thread Prakashan Korambath
Hi, Is there a ccommand to list all instances running on a Essex nova installation by system admins from the control node? Equivalent of nova list, without giving any os_username and os_password. Thanks. Prakashan ___ Mailing list: https://launch

Re: [Openstack] Is there a command to list all instances by all tenants in nova Essex installation?

2013-02-17 Thread Scott Devoid
Hi Prakashan, If you are on a machine running the nova-api, "nova-manage vm list" will show you all of the instances (and what nova-compute host they are placed on). >From outside you can use "nova list --all_tenants" or "nova list --all-tenants" depending on what exact python-novaclient version

Re: [Openstack] Horizon & Keystone & Nova miscommunication

2013-02-17 Thread Gabriel Hurley
That particular "endpoint not found" log message is a red herring. It's been removed in keystoneclient trunk because it was logging an *expected* error. There isn't supposed to be a service catalog available at the point at which it logged that message, and it lead to confusion just like this.

Re: [Openstack] Is there a command to list all instances by all tenants in nova Essex installation?

2013-02-17 Thread Prakashan Korambath
Hi Scott, Thank you very much. Yes, that was the command I was looking for. It works! Prakashan On 02/17/2013 04:05 PM, Scott Devoid wrote: Hi Prakashan, If you are on a machine running the nova-api, "nova-manage vm list" will show you all of the instances (and what nova-compute host the

Re: [Openstack] cannot restart the instance

2013-02-17 Thread gtt116
Hi, 小盆儿 which version of openstack you used? I think you need this patch (https://review.openstack.org/#/c/14496/) to get the real exception. 于 2012年12月31日 16:39, 小盆儿 写道: > hey guys~ > > I just shutoff one of my instance . > but when I try to start it ,I got the errors like below: > > 2012-12-31

[Openstack] How to ping/ssh instance outside openstack server?

2013-02-17 Thread jeffty
Hello, I installed openstack in my PC. The IP of my router is 192.168.1.1 and the PC's nic IP is static - 192.168.1.2. Then I created images and instances, assigned private IP as manual states in website. e.g. 192.168.4.40. I can ping/ssh instance in PC 192.168.1.10. But fail to do that in my la

Re: [Openstack] How to ping/ssh instance outside openstack server?

2013-02-17 Thread Aaron Rosen
The issue is your laptop doesn't have a route to that network. Try running this on your laptop to see if this makes it work: sudo ip route add 192.168.4.0/24 dev wlan0 # replace wlan0 with the correct interface If that doesn't work perhaps give this one a shot: route add -net 192.168.4.0 netma

[Openstack] question regarding nova-compute

2013-02-17 Thread Aru s
Hi Tam, I am new to openstack. i have setup a two node openstack setup in my lab. I have some questions on the networking part which mentioned below. Please help. I am using ubuntu server 12.10. I am using the "flatmanager" option, as both of my nodes have only single nic. first node is running a

Re: [Openstack] HA Openstack with Pacemaker

2013-02-17 Thread Sebastien HAN
Hi, Good to hear that you finally managed to get it working. Usually the postrouting rule is more for clients that needs to be routed. Cheers! On 16 févr. 2013, at 03:06, Samuel Winchenbach wrote: > Well I got it to work. I was being stupid, and forgot to change over the > endpoints in ke