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 was

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

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

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-bounces+sandy.walsh=rackspace@lists.launchpad.

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

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 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 to create a patch/rev

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

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. T

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 ho

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:

Re: [Openstack] "nova zone" and "availability_zone"

2012-03-20 Thread Anne Gentle
I believe we have doc tools now that would enable a shared glossary for all documents. Let me investigate and report back to the list. Anne On Tue, Mar 20, 2012 at 6:21 AM, Tim Bell wrote: > ** ** > > It would be useful if there was a glossary of terms related to Openstack. > It is easy to get

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

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 wrote: > In a diablo/kvm cluster that has been running for a long time, a user > re

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 hype

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

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 unexpected

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

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 i

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 wrote: > Hello stackers, > > ** ** > > I

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

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

2012-03-20 Thread Dolph Mathews
WADL's and XSD's were recently moved to the identity API repo. WADL's: https://github.com/openstack/identity-api/tree/master/openstack-identity-api/src/docbkx XSD's: https://github.com/openstack/identity-api/tree/master/openstack-identity-api/src/docbkx/common/xsd -Dolph On Tue, Mar 20, 2012 a

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

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 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 address it in d

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 del

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 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 already screen is

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

2012-03-20 Thread Mark McLoughlin
Hi Thomas, On Wed, 2012-03-21 at 00:40 +0800, Thomas Goirand wrote: > I'm again and again always told that I should use Devstack. I don't > agree, and I'd like to share why. I'd summarize your points as: - devstack is only tested for a specific version of Ubuntu - you're working on making

[Openstack] keystone 2011-3 with python-novaclient 2.6.4 issue

2012-03-20 Thread Vijay
Hello, I am using python-novaclient 2.6.4 with Keystone 2011.3 version. I am getting the following error:    nova --debug list ('JAY BELTUR \n', 'http://16.78.118.156:5000/tokens') connect: (16.78.118.156, 5000) send: 'POST /tokens HTTP/1.1\r\nHost: 16.78.118.156:5000\r\nContent-Length: 103\r\ncon

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 back

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 [eduardo.ke...@gmai

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 : openstack@lists.launchpa

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 Michael Pittaro
On Tue, Mar 20, 2012 at 9:40 AM, Thomas Goirand wrote: > 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

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 dry-ru

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 mailto:alex_...@liv

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

2012-03-20 Thread Anne Gentle
On Tue, Mar 20, 2012 at 1:57 PM, Michael Pittaro wrote: > > Install and configuration documentation is an area we need to focus > on more, and it will need much more community involvement to really > make a difference. The situation is currently much better than it > was back in September 2011,

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 i

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 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 can at lea

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" Keyton

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 t

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 ___ Mai

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 a

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: openst

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 w

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 appr

[Openstack] Have anyone integrated spice with openstack ?

2012-03-20 Thread suyi wang
Hi all: I want to use spice instead of vnc , but failed. Have anyone integrated spice with openstack ? Could you share your knowledge with me ? Thanks a lot! -- Yours. suyi ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

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 QEMU. 0.10.x is the latest stable series. The 0.10

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 wrote: >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 list: https://launchpad.net/~openstac

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

2012-03-20 Thread Joshua Harlow
Another idea: http://meego.gitorious.org/meego-developer-tools/spectacle That python code seems to be able to take a yaml defintion and generate either rpm specfiles or debian pkg files. It might be forked or extended (or both) and used to generate the initial set of package definitions for op

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