Re: [Openstack] Ceilometer network and disk Mb/s measurements

2013-11-28 Thread Julien Danjou
On Wed, Nov 27 2013, Nick Maslov wrote: Hi Nick, > I can see that meters for network/disk in Ceilometer are cumulative, and I > cannot get data about usage of either network nor disk in  Mb/s format. > > Can this be done OOTB - or it will require additional coding? Unfortunately, the Ceilometer

Re: [Openstack] [Swift] Container DB update after object PUT

2013-11-28 Thread Kuo Hugo
Proxy will interrupt the PUT request to the only good device. Object server returned error to Proxy https://github.com/openstack/swift/blob/master/swift/obj/server.py#L387 account-server 192.168.56.10 - - "HEAD /d5/390/AUTH_ss" 204 - "txdc2f2cc49b7b447e91f93-0052970cca" "HEAD http://192.168.56.1

Re: [Openstack] What's the difference between 'host' and 'node'?

2013-11-28 Thread wu jiang
Hi Razique, First, thx for your reply. Following to Michael's suggestion, I got some materials about it. Let's see one BP about BareMetal here: https://blueprints.launchpad.net/nova/+spec/baremetal-force-node "With the baremetal driver, force_hosts is not sufficient since the compute hos

Re: [Openstack] Cannot start neutron-server

2013-11-28 Thread Kevin Breit
That was indeed the fix. I needed to install python-keystoneclient and it worked immediately. Thank you. On 28 Nov 2013, at 1:36, dheeru wrote: Looks like you missed installing the keystoneclient/middleware Can you check you have keystoneclient/middleware/authtoken* ? You server is failing w

Re: [Openstack] Cannot start neutron-server

2013-11-28 Thread dheeru
Thats cool kevin. Your poblem is resolved. -Dheeru @Community Service On Thu, Nov 28, 2013 at 8:38 PM, Kevin Breit wrote: > That was indeed the fix. I needed to install python-keystoneclient and it > worked immediately. Thank you. > > > On 28 Nov 2013, at 1:36, dheeru wrote: > > Looks like you

[Openstack] [Neutron] Instances Internet Access Trouble

2013-11-28 Thread Francisco Lugo
Hi everyone. My openstack deployment has an issue with the internet access of the virtual machines. I have access to the instances from the physical network using floating ips and ssh, everything works fine, but the instances can't get internet access. I noticed that the network node can't connect

Re: [Openstack] Error launching instances

2013-11-28 Thread John Smith
Hi, Ive been trying to troubleshoot my devstack image launch failure some more, and the command that fails seems to be 'dnsmasq' command. The full command that gets executed is in the logs: sudo nova-rootwrap /etc/nova/rootwrap.conf env CONFIG_FILE=["/etc/nova/nova.conf"] NETWORK_ID=1 dnsmasq --

Re: [Openstack] Error launching instances

2013-11-28 Thread Razique Mahroua
Couldn't be that: ` --conf-file=` Razique On 28 Nov 2013, at 13:52, John Smith wrote: Hi, Ive been trying to troubleshoot my devstack image launch failure some more, and the command that fails seems to be 'dnsmasq' command. The full command that gets executed is in the logs: sudo nova-rootw

Re: [Openstack] vm instance creation failed - How to troubleshoot ?

2013-11-28 Thread Jay Lau
Hi dheeru, We can also use "nova show" to get the VM fault if the VM was in error state. But if the VM creation failed with retry filter, then we may lost the fault reason, please refer to https://bugs.launchpad.net/nova/+bug/1161661 Thanks, Jay 2013/11/27 dheeru > Hi Stackers > > "VM Insta

Re: [Openstack] vm instance creation failed - How to troubleshoot ?

2013-11-28 Thread dheeru
Thanks jay for your inputs. I will include this as well - Dheerendra On Fri, Nov 29, 2013 at 6:29 AM, Jay Lau wrote: > Hi dheeru, > > We can also use "nova show" to get the VM fault if the VM was in error > state. But if the VM creation failed with retry filter, then we may lost > the fault rea

Re: [Openstack] [Swift] Container DB update after object PUT

2013-11-28 Thread Shao, Minglong
Thanks Hugo for your reply! It’s still very puzzling. Each object server handles the request independently. How can the proxy interrupt the PUT request to the good device? The line of code you referred to does checking before the object server actually writes anything. The exception is raised onl