[Openstack] HP Cloud Service Performance Test

2012-08-11 Thread Qingye Jiang
Hi all, Recently I did some performance testings on HP Cloud Service. I would like to share the test results with the OpenStack community. The test report includes a lot of figures and it is not good to spam your mailbox. If you are interested you can access the report from my blog at the

Re: [Openstack] instance evacuation from a failed node (rebuild for HA)

2012-08-11 Thread Alex Glikson
From: Ryan Lane rl...@wikimedia.org We have submitted a patch https://review.openstack.org/#/c/11086/ to address https://blueprints.launchpad.net/nova/+spec/rebuild-for-ha that simplifies recovery from a node failure by introducing an API that recreates an instance on *another* host

[Openstack] [Nova] How common is user_data for instances?

2012-08-11 Thread Michael Still
Greetings. I'm seeking information about how common user_data is for instances in nova. Specifically for large deployments (rackspace and HP, here's looking at you). What sort of costs would be associated with changing the data type of the user_data column in the nova database? Bug 1035055 [1]

[Openstack] Swift + keystone integration

2012-08-11 Thread Miguel Alejandro González
Hello I have 3 nodes with ubuntu 12.04 server and installed openstack with packages from the ubuntu repos - controller (where keystone is installed) - compute - swift I'm trying to configure Swift with Keystone but I'm having some problems, here's my proxy-server.conf [DEFAULT]

Re: [Openstack] Swift + keystone integration

2012-08-11 Thread John Dickinson
Make sure that the endpoint stored in keystone is returning the right hostname/domain name and port (8080 based on your config). --John On Aug 11, 2012, at 12:58 PM, Miguel Alejandro González maggo...@gmail.com wrote: Hello I have 3 nodes with ubuntu 12.04 server and installed openstack

Re: [Openstack] Swift + keystone integration

2012-08-11 Thread Kuo Hugo
I used to debug via curl for separating the AUTH section(Keystone) and Data Section(Swift-proxy) . #curl -v -d {%json%} http://keystone_ip:port/v2.0 #curl -H X-AUTH-TOKEN: %TOKEN% http://swift_ip:port/v1/AUTH_%account% And monitor the log on both keystone and swift. Several Steps you can

Re: [Openstack] Nova ignores nova.conf

2012-08-11 Thread Lorin Hochstein
On Aug 10, 2012, at 6:07 AM, Mark McLoughlin mar...@redhat.com wrote: On Fri, 2012-08-10 at 00:23 -0900, Simon Walter wrote: Nova does not respect the options set in the /etc/nova/nova.conf file. I've seen some examples with -- prefixing the flags, as if they are command line arguments.