Re: [Openstack] Keystone's Swift Integration

2012-03-20 Thread Chmouel Boudjnah
Hi Maru, Sorry I have been taking long to come to you on this, I have revived review 4529[1] which add the swift tests. I was talking to termie about it sometime ago and the way we decided to do is to skip the tests if Swift is not installed[2]. Feel free to add stubs as this is not ideal. I

[Openstack] nova zone and availability_zone

2012-03-20 Thread Nicolae Paladi
Hi all, What is the difference between nova zone(s) and availability_zone? In a new deployment, the *services* table in the nova db contains an availability_zone column (which is 'nova', but default). If that is not the same as nova zones (which are logical deployments, as far as I understood),

Re: [Openstack] Keystone auth issues with Swift

2012-03-20 Thread Haefliger, Juerg
Hi Chmouel, Hello, I was actually going to start working on that today as we have review 4893 merged as of last night, basically when you connect with glance to swift : https://github.com/openstack/glance/blob/master/glance/store/swift.py#L 306 You need to have an option in glance to

Re: [Openstack] nova zone and availability_zone

2012-03-20 Thread Sandy Walsh
Availability Zone is an EC2 concept. Zones were a sharding scheme for Nova. Zones are being renamed to Cells to avoid further confusion. Availability Zones will remain the same. Hope it helps! -S From:

[Openstack] Reminder: OpenStack Project meeting - 21:00 UTC

2012-03-20 Thread Thierry Carrez
Hello everyone, Our weekly project release status meeting will take place at 21:00 UTC this Tuesday in #openstack-meeting on IRC. PTLs, if you can't make it, please name a substitute on [2]. We will focus on projects that have not published an RC1 yet, in particular Keystone, to make sure we

Re: [Openstack] Keystone auth issues with Swift

2012-03-20 Thread Chmouel Boudjnah
Hi Juerg, On Tue, Mar 20, 2012 at 10:56 AM, Haefliger, Juerg juerg.haefli...@hp.com wrote: Did you start on it already? I made the modifications that you suggested this morning and it seems to work now. I can successfully add and delete images through Glance now. Let me know if you want me

[Openstack] Nova 2012.1 RC1 available

2012-03-20 Thread Thierry Carrez
Hello everyone, Tarballs for the first release candidate for Nova 2012.1 (codenamed Essex) and accompanying python-novaclient are now available at: https://launchpad.net/nova/essex/essex-rc1 Unless release-critical issues are found that warrant a release candidate respin, this RC1 will be

Re: [Openstack] nova zone and availability_zone

2012-03-20 Thread Tim Bell
It would be useful if there was a glossary of terms related to Openstack. It is easy to get confused as many words are overloaded or slightly different between different parts of Openstack. There is also the page on identity at

Re: [Openstack] [OpenStack] using xenapi hypervisor

2012-03-20 Thread John Garbutt
Hi, As Todd said, I am concentrating on getting the developer docs straight first. Hence the current fixation on DevStack as a sort of deployment documentation. The current idea (feel free to say this will not work for you) is that people can try out OpenStack with DevStack, kick the tyres.

Re: [Openstack] Scalability issue in nova-dhcpbridge

2012-03-20 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. Are you running flatdhcp with a single network host on

Re: [Openstack] Essex keystone with remote glance endpoint

2012-03-20 Thread stuart . mclaren
Hi Jason, Using 'ngrep' may be helpful here to help see what's going on. # ngrep -W byline -d ethX port 5000 or 35357 where 'ethX' is the relevant ethernet interface, eg 'eth0' or 'lo'. This should generate output along the following lines so we can see the glance - keystone API exchanges: T

[Openstack] Cleaning nova database

2012-03-20 Thread David Kranz
In a diablo/kvm cluster that has been running for a long time, a user reported problems with some vms, tried rebooting them and eventually deleted them. I recently noticed messages in the nova compute log like: Found 13 in the database and 10 on the hypervisor. Looking at the source code I

Re: [Openstack] Cleaning nova database

2012-03-20 Thread Leandro Reox
I think that the quick solution is set deteled to 1 on the offending instances Are u using euca tools ? some inconsistencies are generated by them often Regards Lean On Tue, Mar 20, 2012 at 12:19 PM, David Kranz david.kr...@qrclab.comwrote: In a diablo/kvm cluster that has been running for a

Re: [Openstack] Cleaning nova database

2012-03-20 Thread Jay Pipes
On 03/20/2012 11:19 AM, David Kranz wrote: In a diablo/kvm cluster that has been running for a long time, a user reported problems with some vms, tried rebooting them and eventually deleted them. I recently noticed messages in the nova compute log like: Found 13 in the database and 10 on the

Re: [Openstack] Essex keystone with remote glance endpoint

2012-03-20 Thread Jason Hedden
On Mar 19, 2012, at 12:13 PM, Jason Hedden wrote: Glance host (192.168.131.142): glance # lsb_release -d; uname -a; dpkg -l | egrep glance|keystone Description: Ubuntu precise (development branch) Linux ubuntu 3.2.0-17-generic #27-Ubuntu SMP Fri Feb 24 15:37:36 UTC 2012 x86_64 x86_64 x86_64

Re: [Openstack] Cleaning nova database

2012-03-20 Thread David Kranz
The users are using nova CLI, not euca. The 'deleted' field is already 1. The delete fails because the id is a foreign key in the virtual_interfaces table. The question is how to excise an instance from the database without screwing anything up. Here is the whole row, which has a few

[Openstack] [openstack] [keystone] Keystone XSDs?

2012-03-20 Thread Nguyen, Liem Manh
Hello stackers, I checked out the new Keystone (KSL), and the XSD's and WADL's are not there anymore... Do they live somewhere else now? Thanks, Liem ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] Cleaning nova database

2012-03-20 Thread David Kranz
Thanks, Jay. I agree with your comments about Essex. The problem is that I have cleaned up after a number of operational problems in a cluster that has been up for 3 months. It is hard to reproduce these problems when the mean time to failure is so long, and real investigation can be dangerous

[Openstack] Keystone auth_token confusion in Swift vs Glance; Persistent tokens or not ?

2012-03-20 Thread Florian Daniel Otel
Hello all, I need some help with inconsistencies and -- in my mind -- confusing instructions wrt auth_token Keytone middleware. So far I have Keystone and Swift w/ Keystone auth working well together (ussing Essex-4 milestone release of Keystone resp v1.4.6 of Swift). What I am now trying is

Re: [Openstack] [openstack] [keystone] Keystone XSDs?

2012-03-20 Thread Anne Gentle
Hi Liem, The WADLs have been moved from the openstack/keystone repo to the openstack/identity-api repo. Each OpenStack project that has an API has a separate repo for the API wadls (and docs). Anne On Tue, Mar 20, 2012 at 10:59 AM, Nguyen, Liem Manh liem_m_ngu...@hp.comwrote: Hello

[Openstack] Please stop the devstack non-sense!

2012-03-20 Thread Thomas Goirand
Hi! I'm again and again always told that I should use Devstack. I don't agree, and I'd like to share why. The use of devstack, IMO, has gone out of proportions, and it shouldn't have go more far than a Jenkins job. I'm trying to be constructive and point out issues, hoping it will be taken the

[Openstack] Horizon 2012.1 RC1 available

2012-03-20 Thread Thierry Carrez
Hello everyone, The tarball for the first release candidate for OpenStack Dashboard (Horizon) 2012.1 (codenamed Essex) is now available at: https://launchpad.net/horizon/essex/essex-rc1 Unless release-critical issues are found that warrant a release candidate respin, this RC1 will be formally

[Openstack] [OpenStack] Xen Hypervisor

2012-03-20 Thread Alexandre Leites
Hi folks, First let me say that i'm trying to install xen hypervisor and integrate it with OpenStack for more than one week. I'm studying OpenStack for a company and this company doesn't allow us to use ready scripts (Why? they want to be different from the whole world). I have used some

Re: [Openstack] Keystone auth_token confusion in Swift vs Glance; Persistent tokens or not ?

2012-03-20 Thread Chmouel Boudjnah
On Tue, Mar 20, 2012 at 4:15 PM, Florian Daniel Otel florian.o...@gmail.com wrote: 1) Naming inconsistencies -- token_auth ,  tokenauth (Keystone resp Swift) vs authtoken  (Glance) [...] While this may be only pedantic IMHO it would help if things would be called That's correct, I started to

Re: [Openstack] Keystone auth_token confusion in Swift vs Glance; Persistent tokens or not ?

2012-03-20 Thread Deepak Garg
HI Florian, The name of apps/middleware in wsgi pipeline doesn't matter unless the location pointed by paste.app_factory or paste.filter_factory remains the same. So, the following two configurations are same:

[Openstack] Can't delete instances with error status.

2012-03-20 Thread Guilherme Birk
I'm attempting to make a python script that controls all my virtual machines. Sometimes, when the script identifies that exists an instance with status of error, he creates a new instance and tries to delete the old one with curl commands, but I'm not getting any response and the VM isn't

Re: [Openstack] [OpenStack] using xenapi hypervisor

2012-03-20 Thread Thomas Goirand
On 03/20/2012 02:19 AM, 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 the conf of

Re: [Openstack] Please stop the devstack non-sense!

2012-03-20 Thread Joshua Harlow
Try: https://github.com/yahoo/Openstack-DevstackPy Its our chance to make it right :-) Contributions welcome ;-) See features @ https://github.com/yahoo/Openstack-DevstackPy/wiki And a beginner guide @ https://github.com/yahoo/Openstack-DevstackPy/wiki/Simple-Setup Let the revolution begin!

Re: [Openstack] Please stop the devstack non-sense!

2012-03-20 Thread Chmouel Boudjnah
Hi Thomas, On Tue, Mar 20, 2012 at 4:40 PM, Thomas Goirand tho...@goirand.fr wrote: The same mess applies in the devstack not-for-XenServer. In some cases, some tools are apt-get installed. I can see for example 'apt-get install sudo'. But stack.sh assumes (god knows why) that screen is

Re: [Openstack] Please stop the devstack non-sense!

2012-03-20 Thread Justin Santa Barbara
Hi Thomas, I think devstack has done a lot for the developer's use-case, but I believe we should also have a official / semi-official project that does some sort of packaging to help the production use-case. I've proposed a summit discussion: http://summit.openstack.org/sessions/view/26 The

Re: [Openstack] [OpenStack] using xenapi hypervisor

2012-03-20 Thread Sandy Walsh
http://wiki.openstack.org/XenServer/Development#Legacy_way_to_Prepare_XenServer From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net [openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net] on behalf of Eduardo Nunes

Re: [Openstack] Please stop the devstack non-sense!

2012-03-20 Thread Thomas Goirand
On 03/21/2012 01:35 AM, Mark McLoughlin wrote: However, I do think devstack is seriously useful for upstream developers I have never denied that fact. :) Thomas ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-20 Thread Thomas Goirand
On 03/21/2012 12:56 AM, Alexandre Leites wrote: Hi folks, First let me say that i'm trying to install xen hypervisor and integrate it with OpenStack for more than one week. I'm studying OpenStack for a company and this company doesn't allow us to use ready scripts (Why? they want to be

Re: [Openstack] Please stop the devstack non-sense!

2012-03-20 Thread Chris Wright
* Joshua Harlow (harlo...@yahoo-inc.com) wrote: https://github.com/yahoo/Openstack-DevstackPy Its our chance to make it right :-) Hopefully your session, or a joint session will make the Common development track so we can at least put to rest the best way to handle distro agnostic devstack.

Re: [Openstack] Please stop the devstack non-sense!

2012-03-20 Thread Joshua Harlow
Yours might make sense to be added on to devstackPY. We have a concept of a persona (thanks! to dreamhost pep's) that might be what you want/use for this also: Features: Supports more than one distribution Currently RHEL 6.2 (with epel), Ubuntu 11.10 (12 WIP), Fedora 16 (WIP) Supports

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-20 Thread Renuka Apte
Hi Alexandre, When using Devstack, which version of Xenserver were you using? If you are using 6.0+, the dom0 doesn't have enough space to create an xva, which is why we recommend using a separate dev machine. What errors did it give? Thanks, Renuka. From: Alexandre Leites

Re: [Openstack] Please stop the devstack non-sense!

2012-03-20 Thread David Kranz
This is, indeed, the crux of the matter. The release cycle, for both diablo and essex, has been that all kinds of incompatible changes are made right until the end. During the critical month before release when we need as many people ad possible to deploy and test real clusters, documentation

Re: [Openstack] Please stop the devstack non-sense!

2012-03-20 Thread Duncan McGreggor
On Tue, Mar 20, 2012 at 3:14 PM, Chris Wright chr...@sous-sol.org wrote: * Joshua Harlow (harlo...@yahoo-inc.com) wrote: https://github.com/yahoo/Openstack-DevstackPy Its our chance to make it right :-) Hopefully your session, or a joint session will make the Common development track so we

Re: [Openstack] Keystone auth_token confusion in Swift vs Glance; Persistent tokens or not ?

2012-03-20 Thread Jay Pipes
Hi Florian, I appreciate your post and sympathize with your frustration/confusion. I'll do my best below to help un-confuse :) On 03/20/2012 12:15 PM, Florian Daniel Otel wrote: Hello all, I need some help with inconsistencies and -- in my mind -- confusing instructions wrt auth_token Keytone

Re: [Openstack] Keystone's Swift Integration

2012-03-20 Thread Maru Newby
Hi Chmouel, Skipping for now is pragmatic, but I'd definitely want to implement stubs after your change lands to ensure that unit tests always run. I vote for implementing support for unauthenticated access asap. Anonymous access to Swift is a very important use case, and not having it means

Re: [Openstack] Please stop the devstack non-sense!

2012-03-20 Thread Chris Wright
* Duncan McGreggor (dun...@dreamhost.com) wrote: But, perhaps you just meant: let's get some consensus from project leaders on the recommended way for now -- and that sounds great to me ;-) Yup, nothing ominous, just community concensus ___ Mailing

Re: [Openstack] Keystone's Swift Integration

2012-03-20 Thread Chmouel Boudjnah
Hi Maru, I probably can land something by tomorrow or thursday and we can see what the keystone peoples would want to do with it. since this part of the code don't affect much keystone core, I have hope this could land before essex release. The main problem was that it needed a bit of shuffling

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-20 Thread Ewan Mellor
Please supply the actual error messages. We'll be able to help. Cheers, Ewan. From: openstack-bounces+ewan.mellor=citrix@lists.launchpad.net [mailto:openstack-bounces+ewan.mellor=citrix@lists.launchpad.net] On Behalf Of Alexandre Leites Sent: Tuesday, March 20, 2012 9:56 AM To:

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

2012-03-20 Thread Ewan Mellor
-Original Message- Also, have you tried using DevStack first? It is a good way to get the hang of how the flags work. No it's not! DevStack is for testing with XenServer, and assumes that you'd be working with Ubuntu. Here, I'm testing the Debian packages that we are working on

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

2012-03-20 Thread Salvatore Orlando
Hi Thomas, I can probably help you somehow with Openstack networking on XenServer, as I did some work on it in the past. I see you are trying to use the VLAN manager, but the behaviour is not the expected one. However, since you can spin up instances, and they appear to be attached to the

Re: [Openstack] Have anyone integrated spice with openstack ?

2012-03-20 Thread Kuo Hugo
As I know , you have to change libvirt and qemu-kvm versions. For further information , please check http://www.spice-space.org/download.html Server The SPICE server code is needed when building SPICE support into QEMUhttp://wiki.qemu.org/Main_Page. 0.10.x is the latest stable series. The

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

2012-03-20 Thread Todd Deshane
On Tue, Mar 20, 2012 at 8:51 PM, Salvatore Orlando salvatore.orla...@eu.citrix.com wrote: snip updated by nova-network, thus ensuring VMs get the IP address specified by the Looks like the end of this thought got cut off. Was there more? ___ Mailing

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

2012-03-20 Thread Thomas Goirand
Hi Ewan, Thanks for your answer. On 03/21/2012 07:05 AM, Ewan Mellor wrote: -Original Message- Also, have you tried using DevStack first? It is a good way to get the hang of how the flags work. No it's not! DevStack is for testing with XenServer, and assumes that you'd be working

[Openstack-poc] [Bug 954488] Re: nova/openstack/common/cfg.py: 'nova.api.openstack.contrib.standard_extensions' is non-existant

2012-03-20 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released ** Changed in: nova Milestone: None = essex-rc1 -- You received this bug notification because you are a member of OpenStack Common Drivers, which is the registrant for openstack-common. https://bugs.launchpad.net/bugs/954488

[Openstack-poc] [Bug 960487] [NEW] Request deserializer does not pass an empty body

2012-03-20 Thread cp16net
Public bug reported: When a POST is sent via an API call and the body is empty the body is lost and not sent along and sending back a general 400 error. This should send a body even if it is empty to the method in the route specified. The common/wsgi.py Request deserializer for the body needs

[Openstack-poc] [Bug 960487] Re: Request deserializer does not pass an empty body

2012-03-20 Thread OpenStack Hudson
Fix proposed to branch: master Review: https://review.openstack.org/5582 ** Changed in: openstack-common Status: New = In Progress ** Changed in: openstack-common Assignee: cp16net (cp16net) = Craig Vyvial (cp16net-gmail) -- You received this bug notification because you are a

[Openstack-poc] [Bug 960487] Re: Request deserializer does not pass an empty body

2012-03-20 Thread cp16net
** Changed in: openstack-common Status: In Progress = Fix Committed -- You received this bug notification because you are a member of OpenStack Common Drivers, which is the registrant for openstack-common. https://bugs.launchpad.net/bugs/960487 Title: Request deserializer does not pass