[Openstack] Unsubscribe

2012-06-24 Thread आदित्य लघाटे
-- Ships are safe in the harbour But that is not what ships are built for ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help :

[Openstack] Noob question about api client access

2012-06-24 Thread Jonathan Proulx
Hi All, I have a shiny new install of openstack and from the controller node (the one with keystone, glance, horizon and all the nova pieces) I can run everything as I expect using the nova cli tools upload images boot instances manage the network, etc. I can also use the Horizon wed interface

Re: [Openstack] Noob question about api client access

2012-06-24 Thread Razique Mahroua
Hi jon, can we see your .bashrc, or the sourceable file you put your credentials into ?razique Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 24 juin 2012 à 17:09, Jonathan Proulx a écrit :Hi All,I have a shiny new install of openstack and from the controller node(the one with keystone,

Re: [Openstack] Problems accessing metadata service due to nova-network generated iptables rules

2012-06-24 Thread Lorin Hochstein
On Jun 20, 2012, at 5:44 PM, Lars Kellogg-Stedman wrote: Is the DNAT rule expected to work? Does linux_net.py need a special case for when the metadata address is on the local host? I have confirmed that the DNAT rule works *unless* metadata_host is 127.0.0.1, in which case you need a

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-24 Thread Vishvananda Ishaya
force_dhcp_release=true should cause the ip to be released immediately, assuming the relevant optional binary from dnsmasq is installed (it is in the package dnsmasq-utils in ubuntu). If it is set to false then the ips should be reclaimed after a set timeout period (ten minutes by default) via a

[Openstack] [Swift] Lost of an object data file is not detected

2012-06-24 Thread 山縣陽
Hi, I am testing about fault tolerance on Swift and have a question. If I modified an object data file on purpose, object-auditor detected it and moved it to the quarantined directory and then recovered by replication. But if I removed the data file, no process detected it and the data files

Re: [Openstack] [Swift] Lost of an object data file is not detected

2012-06-24 Thread Michael Barton
On Sun, Jun 24, 2012 at 9:05 PM, 山縣陽 bi.yamag...@gmail.com wrote: But if I removed the data file, no process detected it  and the data files was not recovered. Is this a bug?  or is there any way to detect a data file lost case? Nope, there's nothing that'll detect missing data files once the

Re: [Openstack] Noob question about api client access

2012-06-24 Thread Vaze, Mandar
Based on the error, I think the machine where you are running nova client is unable to connect to nova-api server. You can try nova --debug list, This might give you some clue/help troubleshoot further. -Mandar -Original Message- From:

[Openstack] Openstack Dashboard Error

2012-06-24 Thread Trinath Somanchi
Hi- I'm seeing this error when I access the Openstack Dashboard through my browser. [error] No handlers could be found for logger openstack_dashboard. Please help me resolve this issue. -- Regards, -- Trinath Somanchi, +91 9866 235 130

Re: [Openstack] Openstack Dashboard Error

2012-06-24 Thread Gabriel Hurley
It sounds like your local_settings.py file is missing any logging configuration. The default config from the local_settings.py.example file is a good place to start. If that’s not the case, then it would be helpful to know how you installed OpenStack/Horizon, what you’ve done to configure it,