Re: [Openstack] Create new Public User

2012-09-11 Thread Matt Joyce
horizon dashboard extensions are probably the way to go. http://docs.openstack.org/developer/horizon/topics/tutorial.html check that out for starters. -Matt On Mon, Sep 10, 2012 at 9:30 PM, Jegadeesh s.jegade...@gmail.com wrote: Hi Guys, I am new for OpenStack. For some testing, i have

[Openstack] “Unrecognized Content-Type provided in request”Nova

2012-09-11 Thread Tomokazu Hirai
Hi, I installed essex on sepalated nodes and used Ubuntu Server 12.04 LTS. I used this installation manual. http://docs.openstack.org/essex/openstack-compute/starter/os-compute-starterguide-trunk.pdf I could install all in one node. but when I installed on sepalated nodes, nova output these

Re: [Openstack] “Unrecognized Content-Type provided in request”Nova

2012-09-11 Thread Mark McLoughlin
On Tue, 2012-09-11 at 16:36 +0900, Tomokazu Hirai wrote: Hi, I installed essex on sepalated nodes and used Ubuntu Server 12.04 LTS. I used this installation manual. http://docs.openstack.org/essex/openstack-compute/starter/os-compute-starterguide-trunk.pdf I could install all in one

[Openstack] 回复: Can openstack guarantee each VM network bandwidth

2012-09-11 Thread 延生 付
This one seems to be a monitor component(correct me if wrong). My point is controller, which can guarantee resources, and make each vm issolation and fairness to use low level resources.   Regards, willfu 发件人: Ray Sun qsun01...@cienet.com.cn 收件人: 延生 付

[Openstack] Keystone rate-limiting with turnstile

2012-09-11 Thread Ionuț Arțăriși
Hi! I've been working on a solution for rate-limiting requests to keystone. I based this on the existing turnstile [0] and nova_limits [1] projects by Kevin L. Mitchell. The project is basically a refactoring of nova_limits to work with keystone so I've named it keystone_limits:

Re: [Openstack] Which volume API in Nova ?

2012-09-11 Thread Day, Phil
Thanks Vish, So are both maintained at present - for example if there was a bug fix to volume creation would it be applied to the VolumeController in both places ? I'm just trying to work out how best to provide compatibility as we roll forwards - seems like for some period we may need to have

Re: [Openstack] Which volume API in Nova ?

2012-09-11 Thread John Griffith
On Tue, Sep 11, 2012 at 10:07 AM, Day, Phil philip@hp.com wrote: Thanks Vish, ** ** So are both maintained at present – for example if there was a bug fix to volume creation would it be applied to the VolumeController in both places ? ** ** I’m just trying to work out how

Re: [Openstack] 回复: Can openstack guarantee each VM network bandwidth

2012-09-11 Thread Vinay Bannai
Hello Willfu, We are working on a feature to add to flavor types that allows the administrator to specify the disk i/o operations. You get to specify the weight for the blkiotune parameter (from 100 to 1000) for the flavor that you created. This information would get stored as part of the

Re: [Openstack] Private instances can't access Internet

2012-09-11 Thread Gui Maluf
I'm facing the same problem and I can't solve it! Please, someone help us! Instances from cc-node can reach Internet, but the node instances can't! CC-node configs: http://paste.openstack.org/show/20861/ Node configs: http://paste.openstack.org/show/20862/ ps: i'm not using multi_host I've

Re: [Openstack] Private instances can't access Internet

2012-09-11 Thread Dave Pigott
You have to set muli_host in nova.conf and then do a nova-manage db sync to run on more than one compute node. Dave Sent from my Aldis Lamp On 11 Sep 2012, at 18:31, Gui Maluf guimal...@gmail.com wrote: I'm facing the same problem and I can't solve it! Please, someone help us! Instances

Re: [Openstack] Private instances can't access Internet

2012-09-11 Thread Gui Maluf
My node and my CC are connected through a switch, both has access to Internet. I've tried to use multi_host, but with no success. I'm trying again to set up with multi_host, since makes more sense in my network setup. After I set up multi_host=true and

[Openstack] Quantum, Horizon, and IPs

2012-09-11 Thread Joe Topjian
Hello, Regarding a bug currently being worked on ( https://bugs.launchpad.net/horizon/+bug/1040956), I'd like clarification on some of the comments. It sounds like the bug will not fully be fixed until Grizzly. Until then, the api is returning an empty list for a few functions. From reading

[Openstack] OpenStack SC12 BOF reviews

2012-09-11 Thread Brian Schott
We tried to register for an OpenStack BOF at Supercomputing 2012 this year and were turned down. How is OpenStack vendor specific? Being rejected makes no sense to me considering they had BOFs on BlueGene, Cray XMT, and CoArray Fortran last year. grumble The same 25 people will attend the

Re: [Openstack] Quantum, Horizon, and IPs

2012-09-11 Thread Dan Wendlandt
On Tue, Sep 11, 2012 at 12:50 PM, Joe Topjian joe.topj...@cybera.ca wrote: Hello, Regarding a bug currently being worked on (https://bugs.launchpad.net/horizon/+bug/1040956), I'd like clarification on some of the comments. It sounds like the bug will not fully be fixed until Grizzly. Until

Re: [Openstack] Quantum, Horizon, and IPs

2012-09-11 Thread Joe Topjian
Hi Dan, Thank you very much for your commends. Horizon support for Quantum in Folsom is limits to the core L2 networks + IP address management aspects of Quantum. Quantum itself didn't add support for L3 and Floating IPs didn't land until extremely late in Folsom, so its not Horizon's fault

Re: [Openstack] Private instances can't access Internet

2012-09-11 Thread Gui Maluf
As I said, now I'm trying to put multi_host working. Now, this is my situation: Instances running on node(nova-{network,compute,volume}) can reach Internet, reach metadata server and get correct route table (ip addr 10.5.5.33), I can even ping from outside the LAN(using cc-node as gateway to

Re: [Openstack] Create new Public User

2012-09-11 Thread Gabriel Hurley
Matt is correct in pointing you to extending Horizon, however I'd take this up a level and suggest that I'd love to see a mashup between the very widely used django-registration app (http://docs.b-list.org/django-registration/0.8/) and the django-openstack-auth backend. Making user accounts

[Openstack] [ceilometer] *ALT TIME* Metering meeting agenda for Wed at 21:00 UTC (Sept 12th, 2012)

2012-09-11 Thread Nick Barcet
PLEASE NOTE THE ALTERNATIVE MEETING TIME WED 21:00 UTC The metering project team will hold its next meeting at alternate time on *Wednesday* at 9PM UTC http://www.timeanddate.com/worldclock/fixedtime.html?hour=21min=0sec=0. Everyone is welcome. Agenda:

[Openstack] Logging doesn't produce anything

2012-09-11 Thread David Krider
I've followed the instructions for setting logging using the local0 and local1 facilities. I've modified rsyslogd's config to add those logs. I get the startup info for each thread, but that's it. Is there a common oversight in the extant docs that's leaving out a piece of crucial info? I want

Re: [Openstack] Openstack summit hotel

2012-09-11 Thread Sean Dague
Looks like that block is sold out as well now, even though the first page says bookable through Sept 24th. Any idea if more are going to happen, or if everyone's on their own at this point? -Sean On 09/04/2012 02:19 PM, Mark T. Voelker wrote: Trey, FYI, there's another room block at

Re: [Openstack] Openstack summit hotel

2012-09-11 Thread Stefano Maffulli
On Tue 11 Sep 2012 03:19:31 PM PDT, Sean Dague wrote: Looks like that block is sold out as well now, even though the first page says bookable through Sept 24th. Any idea if more are going to happen, or if everyone's on their own at this point? There are no plans at the moment to contract more

[Openstack] 回复: 回复: Can openstack guarantee each VM network bandwidth

2012-09-11 Thread 延生 付
Hi Vinay,   Thanks for your reply. Glad to hear diskio control feature is ongoing. What about other hardware resources? Is there any feature working on? such as network bandwidth(Qos), cpu frequency etc. Regards, willfu 发件人: Vinay Bannai vban...@gmail.com 收件人:

Re: [Openstack] 回复: 回复: Can openstack guarantee each VM network bandwidth

2012-09-11 Thread Colin McNamara
There has been discussion about extending support to include these features, but we wanted to get the one feature implemented through all the functional areas (horizon, api's, novadb, nova, etc). Regards, Colin If you would like to schedule a time to speak with me, please click here to see

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_quantum_trunk #222

2012-09-11 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_nova_trunk #561

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/561/Project:precise_folsom_nova_trunkDate of build:Tue, 11 Sep 2012 02:00:33 -0400Build duration:3 min 45 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_deploy #84

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy/84/Project:quantal_folsom_deployDate of build:Tue, 11 Sep 2012 02:14:21 -0400Build duration:11 minBuild cause:Started by command lineBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_quantum_trunk #223

2012-09-11 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_quantum_trunk #206

2012-09-11 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_quantum_trunk #224

2012-09-11 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_quantum_trunk #207

2012-09-11 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_python-cinderclient_trunk #17

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_python-cinderclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-cinderclient_trunk/17/Project:precise_folsom_python-cinderclient_trunkDate of build:Tue, 11 Sep 2012 13:00:31 -0400Build duration:0.91 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_quantum_trunk #211

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_quantum_trunk/211/Project:precise_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 13:00:33 -0400Build duration:0.83 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_quantum_trunk #212

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_quantum_trunk/212/Project:precise_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 13:30:31 -0400Build duration:2 min 24 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_python-cinderclient_trunk #18

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_python-cinderclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-cinderclient_trunk/18/Project:precise_folsom_python-cinderclient_trunkDate of build:Tue, 11 Sep 2012 13:30:31 -0400Build duration:3 min 17 secBuild

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_python-cinderclient_trunk #19

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_python-cinderclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_python-cinderclient_trunk/19/Project:quantal_folsom_python-cinderclient_trunkDate of build:Tue, 11 Sep 2012 13:30:31 -0400Build duration:3 min 23 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_quantum_trunk #228

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_quantum_trunk/228/Project:quantal_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 13:32:56 -0400Build duration:1 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_nova_trunk #564

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/564/Project:precise_folsom_nova_trunkDate of build:Tue, 11 Sep 2012 14:00:34 -0400Build duration:4 min 44 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #80

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/80/Project:quantal_folsom_swift_trunkDate of build:Tue, 11 Sep 2012 14:00:33 -0400Build duration:4 min 24 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_quantum_trunk #213

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_quantum_trunk/213/Project:precise_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 14:14:33 -0400Build duration:2 min 7 secBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_quantum_trunk #229

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_quantum_trunk/229/Project:quantal_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 14:14:26 -0400Build duration:6 min 55 secBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_deploy #87

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy/87/Project:quantal_folsom_deployDate of build:Tue, 11 Sep 2012 14:16:24 -0400Build duration:11 minBuild cause:Started by command lineBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_quantum_trunk #214

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_quantum_trunk/214/Project:precise_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 14:31:17 -0400Build duration:7 min 45 secBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_swift_trunk #70

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_swift_trunk/70/Project:precise_folsom_swift_trunkDate of build:Tue, 11 Sep 2012 16:30:33 -0400Build duration:2 min 48 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #81

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/81/Project:quantal_folsom_swift_trunkDate of build:Tue, 11 Sep 2012 16:30:34 -0400Build duration:3 min 26 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_quantum_trunk #217

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_quantum_trunk/217/Project:precise_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 16:38:23 -0400Build duration:5 min 56 secBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_swift_trunk #71

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_swift_trunk/71/Project:precise_folsom_swift_trunkDate of build:Tue, 11 Sep 2012 17:00:33 -0400Build duration:3 min 10 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_horizon_trunk #128

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_horizon_trunk/128/Project:precise_folsom_horizon_trunkDate of build:Tue, 11 Sep 2012 18:30:33 -0400Build duration:3 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_horizon_trunk #133

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_horizon_trunk/133/Project:quantal_folsom_horizon_trunkDate of build:Tue, 11 Sep 2012 18:36:01 -0400Build duration:2 min 6 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_glance_trunk #170

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_glance_trunk/170/Project:quantal_folsom_glance_trunkDate of build:Tue, 11 Sep 2012 19:00:34 -0400Build duration:2 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_horizon_trunk #129

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_horizon_trunk/129/Project:precise_folsom_horizon_trunkDate of build:Tue, 11 Sep 2012 19:00:33 -0400Build duration:3 min 19 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_horizon_trunk #134

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_horizon_trunk/134/Project:quantal_folsom_horizon_trunkDate of build:Tue, 11 Sep 2012 19:04:06 -0400Build duration:2 min 30 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_glance_trunk #162

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_trunk/162/Project:precise_folsom_glance_trunkDate of build:Tue, 11 Sep 2012 19:06:36 -0400Build duration:1 min 48 secBuild cause:Started by an SCM changeBuilt