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 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 acc

[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, href=*http

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 be

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 after

[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 reason

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

Re: [Openstack] [OpenStack] using xenapi hypervisor

2012-03-19 Thread Todd Deshane
On Mon, Mar 19, 2012 at 2:19 PM, Eduardo Nunes 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 use on the > domU, an t

[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 med

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] nova

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 wrote: > I'm searching about billing in openstack and I found nova-billing. But in > the github page of this tool https://github.com/griddyna

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, 2012

[Openstack] [openstack] nova-billing in ubuntu

2012-03-19 Thread Lucian Thomaz
I'm searching about billing in openstack and I found nova-billing. But in the github page of this tool https://github.com/griddynamics/nova-billing they use it with fedora or something like that. I tried convert the rpm file using alien in ubuntu and I tried install that, but I had no sucess.

[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 "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 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 current

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 f

[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 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 >> install

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] [Xen-API] nova-xcp-network plugin searching for a xapi0 interface

2012-03-19 Thread John Garbutt
Hi, Looks like the network configuration is not quite right. Have a look at this, for an example of how things could look networking wise (when using DevStack and XenServer with two nics): http://wiki.openstack.org/XenServer/XenXCPAndXenServer The manuals have a good description, although it is

Re: [Openstack] Essex keystone with remote glance endpoint

2012-03-19 Thread Jay Pipes
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 single system, but can't seem to find any winning com

Re: [Openstack] [Xen-API] nova-xcp-network plugin searching for a xapi0 interface

2012-03-19 Thread Thomas Goirand
On 03/20/2012 12:05 AM, John Garbutt wrote: > This sounds a lot like a configuration issue with your guest network bridge. > Are you OK to supply your nova.conf file? Sure! Here it is: --sql_connection=mysql://nova:admin@127.0.0.1/nova --novncproxy_base_url=http://:6080/vnc_auto.html --rabbit_ho

[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 wor

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: https://github.com/maoy/python-evzookee

Re: [Openstack] Configuring Nova VNC Proxy_Essex_rc1

2012-03-19 Thread Anthony Young
> > When I try to execute "nova get-vnc-console " 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* > > wei...@pu

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] 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/XenServer I have not seen this error mys

Re: [Openstack] Configuring Nova VNC Proxy_Essex_rc1

2012-03-19 Thread Andrew Weiss
Thanks Anthony, I'm familiar with this documentation already. I'll go ahead and take another look and check to see if something is missing. Appreciate it. Andrew From: Anthony Young Date: Mon, 19 Mar 2012 09:38:37 -0700 To: Andrew Weiss Cc: "openstack@lists.launchpad.net" Subject: Re:

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 Mon

[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 " I don't get a response an

Re: [Openstack] [Xen-API] nova-xcp-network plugin searching for a xapi0 interface

2012-03-19 Thread John Garbutt
This sounds a lot like a configuration issue with your guest network bridge. Are you OK to supply your nova.conf file? Also, have you tried using DevStack first? It is a good way to get the hang of how the flags work. Thanks, John -Original Message- From: Dave Scott Sent: 19 March 201

Re: [Openstack] Quota classes

2012-03-19 Thread Kevin L. Mitchell
On Mon, 2012-03-19 at 10:58 -0400, Jay Pipes wrote: > Because more services than Nova can/should have Quotas/limits. Glance > would like to piggy back on some common quota code if possible, instead > of inventing something new :) I'll comment that I've also been doing some thinking of how to mak

[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 : opens

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'

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

Re: [Openstack] Quota classes

2012-03-19 Thread Jay Pipes
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 service

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 wrote: > Hey Kevin, > > I have found that by commenti

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 a

Re: [Openstack] Scalability issue in nova-dhcpbridge

2012-03-19 Thread Anton Blanchard
Hi Vish, > 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. Great. > Are you running flatdhcp with a single 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 http://wiki.openstack.org/Atlas-

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 [mailto:openstack-bounces+philip.day=h

[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 mast

[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