Re: [Openstack] Scalability issue in nova-dhcpbridge

2012-03-19 Thread Vishvananda Ishaya
I believe it is safe to ignore the old leases. If nova-network has been down for a while it could potentially be nice to refresh all of the leases that it knows about, but I don't think it will harm anything if you remove it. Are you running flatdhcp with a single network host on a large

[Openstack] Quantum 2012.1 RC1 available

2012-03-19 Thread Thierry Carrez
The first release candidate for Quantum 2012.1 (Essex) is now available at: https://bugs.launchpad.net/quantum/+milestone/essex-rc1 Unless release-critical issues are found that warrant a release candidate respin, this RC1 will be formally released as the 2012.1 final version. You are therefore

[Openstack] Load balancing and Atlas-LB

2012-03-19 Thread Szymon Grzybowski
Hi, Where can i find any informations about load balancing in OpenStack? How is it implemented and where? On wiki I've found something about Atlas-LB. Is this project finished? Or still in progress? There is no roadmap for it so it's really hard to find out the progress. I'm plannig to write

Re: [Openstack] Quota classes

2012-03-19 Thread Day, Phil
+1 And make the whole combine quota/limits module pluggable - so that all of these per-user configuration items can be managed in a central system (e.g keystone) -Original Message- From: openstack-bounces+philip.day=hp@lists.launchpad.net

Re: [Openstack] Load balancing and Atlas-LB

2012-03-19 Thread Youcef Laribi
Hi Semy, Yes, the Atlas project is active and is in progress. The codebase for the LBaaS service and instructions on setting it up are on github at http://github.com/rackspace/atlas-lb. The Atlas spec API 1.1 that is implemented by the codebase is documented at

Re: [Openstack] Quota classes

2012-03-19 Thread Mark Washenberger
Out of curiosity, why prefer keystone for centrally managing quota groups rather than an admin api in nova? From my perspective, a nova admin api would save a data migration and preserve nova-manage backwards compatibility. Also, since quota clearly isn't an auth-n thing, is keystone way more

Re: [Openstack] Keystone Not Logging

2012-03-19 Thread Dolph Mathews
The 'file' handler is missing from your loggers; in other words, logging to a file is not enabled, as-is. Try: [logger_keystone] level=ERROR handlers=file qualname=keystone -Dolph Mathews On Mar 19, 2012, at 12:47 AM, Andrew Michael Weiss wei...@purdue.edu wrote: Hey Kevin, I have found

Re: [Openstack] Quota classes

2012-03-19 Thread Kevin L. Mitchell
On Sat, 2012-03-17 at 12:24 -0400, Jay Pipes wrote: On 03/16/2012 07:02 PM, Jesse Andrews wrote: There is the concept of limits that are very similar. Should we align quotas limits? Jesse: I'll point out that they are intimately related; they just have different names. You can see the

Re: [Openstack] Distributed rate-limiting

2012-03-19 Thread Kevin L. Mitchell
On Sat, 2012-03-17 at 12:31 -0400, Jay Pipes wrote: Kevin, you've really impressed me. Well documented, well thought-out code. Yeah, well…I got into the habit of documenting my code well when I wrote a very large project and discovered I was forgetting how to use its pieces :) I hope you won't

[Openstack] zookeeper problem

2012-03-19 Thread khabou imen
i've tried to change the ticktime value but i'm still getting exceeded deadline by 13ms can any one advice me please -- cordialement,  Imen Khabou, Elève Ingénieur en Informatique ___ Mailing list: https://launchpad.net/~openstack Post to :

[Openstack] Configuring Nova VNC Proxy_Essex_rc1

2012-03-19 Thread Andrew Weiss
Hey guys, Was wondering if I could get some help setting up VNC for my instances on Essex. I'm confused as to how nova.conf should be configured along with the differences between the different VNC options, novnc and xvpvnc. When I try to execute nova get-vnc-console instance_id vnctype I don't

Re: [Openstack] Configuring Nova VNC Proxy_Essex_rc1

2012-03-19 Thread Anthony Young
Hey Andrew, You can see out the main vnc doc in the nova source tree: https://github.com/openstack/nova/blob/master/doc/source/runnova/vncconsole.rst Let me know if have any additional questions, or if anything is unclear (so I can help you out and update the docs accordingly :) Anthony On

Re: [Openstack] Devstack +XCP/XenServer Kernel Panic

2012-03-19 Thread John Garbutt
Hi, We actively working on improving these guides. Hopefully they will become more bullet proof very soon! We are working on getting the wiki up to scratch as a first step: http://wiki.openstack.org/XenServerhttp://wiki.openstack.org/XenServer/XenXCPAndXenServer I have not seen this error

Re: [Openstack] Devstack +XCP/XenServer Kernel Panic

2012-03-19 Thread Kieran Evans
Hi, I used build_domU.sh (also tried the multi scripts, but got the same error). I was root for everything. I'll have to hold off on sending output. The servers are mid way through a reinstall. Thanks /Kieran On 19 Mar 2012, at 16:46, John Garbutt wrote: Hi, We actively working on

Re: [Openstack] Configuring Nova VNC Proxy_Essex_rc1

2012-03-19 Thread Anthony Young
When I try to execute nova get-vnc-console instance_id vnctype I don't get a response... This sounds like you are not running nova-console-auth. There are references to that in the docs, and you can see a working configuration using that process in devstack. A * * *Andrew Weiss*

Re: [Openstack] zookeeper problem

2012-03-19 Thread Yun Mao
Hi, As far as I know, OpenStack doesn't use zookeeper yet. Is this something you work on as an extra component? Nova/glance/keystone uses eventlet, which doesn't work well with the default zookeeper python lib. We have some success with this library I wrote:

[Openstack] Essex keystone with remote glance endpoint

2012-03-19 Thread Jason Hedden
When following the documentation at https://review.openstack.org/#change,5190 I'm having trouble getting Glance to authenticate via Keystone. I have this working when everything is installed on a single system, but can't seem to find any winning combinations to get a multi-host installation

Re: [Openstack] Essex keystone with remote glance endpoint

2012-03-19 Thread Justin Santa Barbara
# glance -I adminUser -K ... -S keystone -N http://192.168.131.141:5000/v2.0' index Failed to show index. Got error: Response from Keystone does not contain a Glance endpoint. I think that means that the glance client can't find a suitable glance endpoint in the response from Keystone.

Re: [Openstack] Essex keystone with remote glance endpoint

2012-03-19 Thread Jason Hedden
On Mar 19, 2012, at 12:58 PM, Jay Pipes wrote: On 03/19/2012 01:13 PM, Jason Hedden wrote: When following the documentation at https://review.openstack.org/#change,5190 I'm having trouble getting Glance to authenticate via Keystone. I have this working when everything is installed on a

[Openstack] [OpenStack] using xenapi hypervisor

2012-03-19 Thread Eduardo Nunes
I wanna use the xenpi as a hypervisor, i see there are many tutorials, but almost all of then is using the devstack, i don't wanna use the devstack, is there a tutorial about how i create a domU, what image i sould use on the domU, an the conf of xen?

Re: [Openstack] Essex keystone with remote glance endpoint

2012-03-19 Thread Jason Hedden
On Mar 19, 2012, at 1:07 PM, Justin Santa Barbara wrote: # glance -I adminUser -K ... -S keystone -N http://192.168.131.141:5000/v2.0' index Failed to show index. Got error: Response from Keystone does not contain a Glance endpoint. I think that means that the glance client can't find a

Re: [Openstack] Keystone Not Logging

2012-03-19 Thread Adam Gandelman
Kevin, Dolph-- Getting this working out-of-the-box has been a TODO of mine for a while. I've filed https://bugs.launchpad.net/keystone/+bug/959610 to track.Adding the example dolph mentioned did not seem to get any log output generated. @Kevin- The logging.conf installed in the

[Openstack] Problem about making swift use keystone to auth

2012-03-19 Thread jacky wang
hi, i want to make swift use keystone to auth. i config as here https://github.com/openstack/keystone https://github.com/openstack/keystone Swift Integration - Quick Start but at here swift-init proxy start object-server already started... Traceback (most recent call last): File

Re: [Openstack] Keystone Not Logging

2012-03-19 Thread Dolph Mathews
With: https://review.openstack.org/#change,5528 Out of the box: 1) uncomment log_config in keystone.conf 2) Run ./bin/keystone-all (with proposed logging configuration, no output will occur on the CLI) 3) ./keystone.log will be produced containing WARNING / ERROR / CRITICAL. On Mon, Mar 19,

Re: [Openstack] [openstack] nova-billing in ubuntu

2012-03-19 Thread Leandro Reox
Try this for Horizon: http://openstackgd.wordpress.com/2012/01/24/billing-plugin-for-horizon/ Regards Lean On Mon, Mar 19, 2012 at 2:26 PM, Lucian Thomaz luciantho...@hotmail.comwrote: I'm searching about billing in openstack and I found nova-billing. But in the github page of this tool

Re: [Openstack] [openstack] nova-billing in ubuntu

2012-03-19 Thread Lucian Thomaz
Thanks Lean,I already saw this, but I'm not working with Horizon at the moment, so I want to try to use that without it.Have you worked with that? Do you have another link or tutorial that works fine? Lucian Thomaz Date: Mon, 19 Mar 2012 17:07:39 -0300 Subject: Re: [Openstack] [openstack]

[Openstack] Update on the Design Summit - March 19

2012-03-19 Thread Stefano Maffulli
hello folks, a brief update on the Design Summit. The good news is that all the people that have asked us until today, will get an invite to the summit. Now the details. We had originally planned to get 350 people at the Summit and we booked capacity in the hotel accordingly. We have booked 4

Re: [Openstack] [OpenStack] using xenapi hypervisor

2012-03-19 Thread Todd Deshane
On Mon, Mar 19, 2012 at 2:19 PM, Eduardo Nunes eduardo.ke...@gmail.com wrote: I wanna use the xenpi as a hypervisor, i see there are many tutorials, but almost all of then is using the devstack, i don't wanna use the devstack, is there a tutorial about how i create a domU, what image i sould

Re: [Openstack] Quota classes

2012-03-19 Thread Day, Phil
On 03/19/2012 10:42 AM, Mark Washenberger wrote: Out of curiosity, why prefer keystone for centrally managing quota groups rather than an admin api in nova? From my perspective, a nova admin api would save a data migration and preserve nova-manage backwards compatibility. Because more

[Openstack] Keystone's Swift Integration

2012-03-19 Thread Maru Newby
I'd like to write unit tests for keystone.middleware.swift_auth in advance of some functional changes (adding support for unauthenticated container sync and referrer access). It appears that swift_auth lacks unit tests, though. Is this due to its dependency on swift, or is there another

Re: [Openstack] Configuring Nova VNC Proxy_Essex_rc1

2012-03-19 Thread Andrew Weiss
Hi Anthony, So I figured out the issue I was having. I was using the nova-vncproxy Precise rc1 packages, however nova-consoleauth was not included. Instead, I simply pulled the source from Git. Only other issue now is that the access URL that is being returned uses the 127.0.0.1 host. Even

Re: [Openstack] Configuring Nova VNC Proxy_Essex_rc1

2012-03-19 Thread Adam Gandelman
On 03/19/2012 09:04 PM, Andrew Weiss wrote: Hi Anthony, So I figured out the issue I was having. I was using the nova-vncproxy Precise rc1 packages, however nova-consoleauth was not included. Instead, I simply pulled the source from Git. Only other issue now is that the access URL that is

[Openstack] HATEOAS Question

2012-03-19 Thread Luis Gervaso
Hi, Can anyone explain why the reason why do bookmark links not include the api version? or is this a bug? i.e: links=[ Link [rel=self, href=*http://192.168.1.52:8774/v2/*7e8b7cd65def4a29957b279f965ec5c5/servers/96347f55-9b19-47bc-bbfd-96edbc6c9713, type=null], Link [rel=bookmark,

Re: [Openstack] Configuring Nova VNC Proxy_Essex_rc1

2012-03-19 Thread Anthony Young
On Mon, Mar 19, 2012 at 9:04 PM, Andrew Weiss wei...@purdue.edu wrote: Hi Anthony, So I figured out the issue I was having. I was using the nova-vncproxy Precise rc1 packages, however nova-consoleauth was not included. Instead, I simply pulled the source from Git. Only other issue now is

[Openstack-poc] Update on the Design Summit - March 19

2012-03-19 Thread Stefano Maffulli
hello folks, a brief update on the Design Summit. The good news is that all the people that have asked us until today, will get an invite to the summit. Now the details. We had originally planned to get 350 people at the Summit and we booked capacity in the hotel accordingly. We have booked 4