Re: [Openstack] [ubuntu-cloud] Update on Ubuntu automated testing and CI of Openstack

2012-02-09 Thread Thomas Goirand

- Original message -
> On Thu, Feb 9, 2012 at 4:57 PM, Robbie Williamson 
> wrote:
> > On 02/09/2012 05:21 AM, Ghe Rivero wrote:
> > > Wow! Openstack is really getting to much love from Ubuntu, nice!   I
> > > wish we have so many resources to the same with Debian. Keep the
> > > good work
> > guys!
> > > Ghe Rivero
> > > 
> > 
> > I could be 100% wrong here, but I think Debian has agreed (or are in
> > talks) to use Ubuntu as the upstream for OpenStack, thus allowing our
> > testing to "trickle" down.

There's not really such thing anymore. Our Debian
packages aren't the same as from Ubuntu now, and
we take the code from Github. So openstack on
github is our upstream (even though many developers
sending code there are from Ubuntu).

Thomas


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Swift S3 with Keystone anyone?

2012-02-09 Thread Pete Zaitcev
On Thu, 9 Feb 2012 21:23:06 -0500
Andiabes  wrote:

> Take a peek here ( this is for diablo/stable)
> https://github.com/dellcloudedge/barclamp-keystone/blob/master/chef/cookbooks/keystone/
recipes/server.rb#L160

Thanks a lot, this worked:

  keystone-manage credentials add zaitcev EC2 zaitcev passw0rd admten

Or, actually, it worked so I do not get 403 anymore. Still buckets do
not get listed (I presume containers are buckets, right?).

-- Pete

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] git-review change 3988

2012-02-09 Thread Monty Taylor
Yup. Absolutely crazy.

This was in the direction of solving an issue on OSX. Of course, I don't
have that, so I'm pretty sure I applied the theory poorly.

I will make a new patch and make a test case that I can use to prove the
problem and the solution.

Thank you.

On 02/09/2012 07:16 PM, Pete Zaitcev wrote:
> Guys,
> 
> Am I going mad? Can't see what's going on. The resulting code after commit
> looks is this (copy-pasted precisely):
> 
> # Workaround bug in urlparse on OSX
> if parsed_url.scheme == "ssh" and hostname[:2] == "//":
> hostname = hostname[2:].split("/")[0]
> # Workaround bug in urlparse on OSX
> elif parsed_url.scheme == "ssh" and hostname[:2] == "//":
> hostname = hostname[2:].split("/")[0]
> 
> How is this supposed to work? The conditions looks absolutely identical!
> Therefore
> 
> if A:
>foo
> elif A:
>foo
> 
> How could elif evaluate to true and the second foo run?
> 
> -- P
> 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] git-review change 3988

2012-02-09 Thread Pete Zaitcev
Guys,

Am I going mad? Can't see what's going on. The resulting code after commit
looks is this (copy-pasted precisely):

# Workaround bug in urlparse on OSX
if parsed_url.scheme == "ssh" and hostname[:2] == "//":
hostname = hostname[2:].split("/")[0]
# Workaround bug in urlparse on OSX
elif parsed_url.scheme == "ssh" and hostname[:2] == "//":
hostname = hostname[2:].split("/")[0]

How is this supposed to work? The conditions looks absolutely identical!
Therefore

if A:
   foo
elif A:
   foo

How could elif evaluate to true and the second foo run?

-- P

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread hitesh wadekar
I would like to volunteer too!

I agree with Ewan, we need fix time and dedicate mentors to students.

Can anyone telll me how this Google Summer of code works? I have gone
through there site, but I didn't get complete overview.

Like for example, we propose A project, then for this what kind of
development, testing, code submission process will work etc...?

Thanks all,
Hitesh Wadekar

Thanks,
Hitesh

On Fri, Feb 10, 2012 at 6:35 AM, Ewan Mellor wrote:

> > -Original Message-
> > From: openstack-bounces+ewan.mellor=citrix@lists.launchpad.net
> > [mailto:openstack-bounces+ewan.mellor=citrix@lists.launchpad.net]
> > On Behalf Of Russell Bryant
> > Sent: Thursday, February 09, 2012 12:49 PM
> > To: openstack@lists.launchpad.net
> > Subject: Re: [Openstack] Google Summer of Code-2012
> >
> > On 02/09/2012 03:33 PM, Michael Still wrote:
> > > On 10/02/12 02:59, Armaan wrote:
> > >> Hi folks,
> > >>
> > >> Google has announced Google Summer of Code -2012, /Google Summer of
> > >> Code/ is a global program that offers student developers stipends to
> > >> write code for various open source software projects. More info is
> > >> available here http://code.google.com/soc/. I wanted to know if
> > there is
> > >> any possibility of Openstack participating in /Google Summer of
> > Code/.
> > >
> > > I'd be happy to mentor as well, although it sounds like there is no
> > > shortage of mentors.
> >
> > The more the merrier, I would say (as long as they are qualified to be
> > a
> > mentor).  Should there be criteria for who can officially mentor a
> > student?  Core reviewers?
>
> The most important thing is that you recognize that this is a real time
> investment.  It's not just a case of exchanging a few emails with the
> student -- you're going to need to dedicate time to helping them through
> their ideas, plans, and coding.
>
> If you're able to do that, I see no reason why you'd have to be an
> OpenStack core reviewer.  We should obviously co-ordinate who's doing what
> though, so that everyone gets the best out of it.
>
> Cheers,
>
> Ewan.
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Lloyd Dewolf
On Thu, Feb 9, 2012 at 5:05 PM, Ewan Mellor  wrote:
>
> The most important thing is that you recognize that this is a real time 
> investment.  It's not just a case of exchanging a few emails with the student 
> -- you're going to need to dedicate time to helping them through their ideas, 
> plans, and coding.


Well said!

It's a very significant commitment. It's the real meaning of Google's
20% time ;-)

I organized and coordinated WordPress's participation for the 1st two
years (2007,2008). The projects that are success *always* have
dedicated, persistent mentors -- I'd also recommend each project
having a backup mentor.

To get started we, as a community, would identify detailed ideas for
projects. Then raise our hands if we were interesting in mentoring any
of the possible projects -- sometimes a mentor will materialize for
the right project.

Students will also propose their own projects, but in my experience
those projects are not often of the right scope and duration, and so
seldom get mentors.


May the source be with you... and you... and you,
--
@lloyddewolf
http://www.pistoncloud.com/

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Swift S3 with Keystone anyone?

2012-02-09 Thread Andiabes
Take a peek here ( this is for diablo/stable)
https://github.com/dellcloudedge/barclamp-keystone/blob/master/chef/cookbooks/keystone/recipes/server.rb#L160


On Feb 9, 2012, at 9:10 PM, Pete Zaitcev  wrote:

> On Thu, 2 Feb 2012 19:03:54 +0900
> Akira Yoshiyama  wrote:
> 
>> I modified the wiki:
>> http://wiki.openstack.org/Keystone-BP-S3Token
>> 
>> I added authtoken in main pipeline just now.
> 
> I am still unable to figure out how to add the right password.
> So far, the only thing I figured out is that you do not use the
> Swift password that I expected. Instead, something like this
> happens:
> 
> keystone/logic/service.py:
>def authenticate_s3(self, credentials):
>creds = self.credential_manager.get_by_access(credentials.access)
>#  c.access is "zaitcev" above
> 
> keystone/backends/sqlalchemy/api/credentials.py:
>def get_by_access(self, access, session=None):
>result = session.query(models.Credentials).\
> filter_by(type="EC2", key=access).first()
> 
> So, clearly "keystone-manage user add zaitcev passw0rd admten" is
> not sufficient.
> 
> Would you share the proper incarnation for keystone-manage to add
> a "EC2" type password?
> 
> Yours,
> -- Pete
> 
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Swift S3 with Keystone anyone?

2012-02-09 Thread Pete Zaitcev
On Thu, 2 Feb 2012 19:03:54 +0900
Akira Yoshiyama  wrote:

> I modified the wiki:
> http://wiki.openstack.org/Keystone-BP-S3Token
> 
> I added authtoken in main pipeline just now.

I am still unable to figure out how to add the right password.
So far, the only thing I figured out is that you do not use the
Swift password that I expected. Instead, something like this
happens:

keystone/logic/service.py:
def authenticate_s3(self, credentials):
creds = self.credential_manager.get_by_access(credentials.access)
#  c.access is "zaitcev" above

keystone/backends/sqlalchemy/api/credentials.py:
def get_by_access(self, access, session=None):
result = session.query(models.Credentials).\
 filter_by(type="EC2", key=access).first()

So, clearly "keystone-manage user add zaitcev passw0rd admten" is
not sufficient.

Would you share the proper incarnation for keystone-manage to add
a "EC2" type password?

Yours,
-- Pete

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Nova api-paste.ini??

2012-02-09 Thread Joshua Harlow
Hi all,

For devstackPy I am configuring the "filter:authtoken" sections like in glance:

[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
service_host = %KEYSTONE_SERVICE_HOST%
service_port = %KEYSTONE_SERVICE_PORT%
service_protocol = %KEYSTONE_SERVICE_PROTOCOL%
auth_host = %KEYSTONE_AUTH_HOST%
auth_port = %KEYSTONE_AUTH_PORT%
auth_protocol = %KEYSTONE_AUTH_PROTOCOL%
auth_uri = 
%KEYSTONE_SERVICE_PROTOCOL%://%KEYSTONE_SERVICE_HOST%:%KEYSTONE_SERVICE_PORT%/
admin_token = %SERVICE_TOKEN%

I am replacing those with actual values (using a mix of pythons config parser 
and regex).

I was seeing that nova/api-paste.ini though does not have those parameterized 
(not all of them at least).
Is that on the plan? Should a patch be submitted?

[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
service_protocol = http
service_host = 127.0.0.1
service_port = 5000
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
auth_uri = http://127.0.0.1:5000/
# NOTE(vish): you will have to replace the value below with an actual admin 
token
admin_token = %SERVICE_TOKEN%
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Ewan Mellor
> -Original Message-
> From: openstack-bounces+ewan.mellor=citrix@lists.launchpad.net
> [mailto:openstack-bounces+ewan.mellor=citrix@lists.launchpad.net]
> On Behalf Of Russell Bryant
> Sent: Thursday, February 09, 2012 12:49 PM
> To: openstack@lists.launchpad.net
> Subject: Re: [Openstack] Google Summer of Code-2012
> 
> On 02/09/2012 03:33 PM, Michael Still wrote:
> > On 10/02/12 02:59, Armaan wrote:
> >> Hi folks,
> >>
> >> Google has announced Google Summer of Code -2012, /Google Summer of
> >> Code/ is a global program that offers student developers stipends to
> >> write code for various open source software projects. More info is
> >> available here http://code.google.com/soc/. I wanted to know if
> there is
> >> any possibility of Openstack participating in /Google Summer of
> Code/.
> >
> > I'd be happy to mentor as well, although it sounds like there is no
> > shortage of mentors.
> 
> The more the merrier, I would say (as long as they are qualified to be
> a
> mentor).  Should there be criteria for who can officially mentor a
> student?  Core reviewers?

The most important thing is that you recognize that this is a real time 
investment.  It's not just a case of exchanging a few emails with the student 
-- you're going to need to dedicate time to helping them through their ideas, 
plans, and coding.

If you're able to do that, I see no reason why you'd have to be an OpenStack 
core reviewer.  We should obviously co-ordinate who's doing what though, so 
that everyone gets the best out of it.

Cheers,

Ewan.


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack pre-built images

2012-02-09 Thread Jesse Andrews
You can add a selection of images to your localrc and it will add them
automatically

https://github.com/cloudbuilders/devstack/blob/master/stackrc#L57

example localrc:

IMAGE_URLS=http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz,http://uec-images.ubuntu.com/natty/current/natty-server-cloudimg-amd64.tar.gz,http://uec-images.ubuntu.com/oneiric/current/oneiric-server-cloudimg-amd64.tar.gz,http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-uec.tar.gz,http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-rootfs.img.gz

(note - the reason for two cirros images is to support both lxc & kvm)

Jesse

On Thu, Feb 9, 2012 at 2:26 PM, Joe Smithian  wrote:
> Hello,
>
> I'm wondering if there are pre-built Linux images available online to
> download and add to my devstack project.
>
> I tried to build one using euca-bundle-image -i
> kvm-kernel/vmlinuz-2.6.28-11-server --kernel true command but it
> failed:
> Checking image
> Encrypting image
> Splitting image...
> Part: vmlinuz-2.6.28-11-server.part.00
> no start line
>
>
> So, I need a pre-built image for a quick test of publishing a new
> image to openStack.
>
>
> Thanks
>
> Joe
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] OpenStack pre-built images

2012-02-09 Thread Joe Smithian
Hello,

I'm wondering if there are pre-built Linux images available online to
download and add to my devstack project.

I tried to build one using euca-bundle-image -i
kvm-kernel/vmlinuz-2.6.28-11-server --kernel true command but it
failed:
Checking image
Encrypting image
Splitting image...
Part: vmlinuz-2.6.28-11-server.part.00
no start line


So, I need a pre-built image for a quick test of publishing a new
image to openStack.


Thanks

Joe

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Russell Bryant
On 02/09/2012 04:16 PM, Thierry Carrez wrote:
> Russell Bryant wrote:
>> On 02/09/2012 03:33 PM, Michael Still wrote:
>>> On 10/02/12 02:59, Armaan wrote:
 Hi folks,
  
 Google has announced Google Summer of Code -2012, /Google Summer of
 Code/ is a global program that offers student developers stipends to
 write code for various open source software projects. More info is
 available here http://code.google.com/soc/. I wanted to know if there is
 any possibility of Openstack participating in /Google Summer of Code/.
>>>
>>> I'd be happy to mentor as well, although it sounds like there is no
>>> shortage of mentors.
>>
>> The more the merrier, I would say (as long as they are qualified to be a
>> mentor).  Should there be criteria for who can officially mentor a
>> student?  Core reviewers?
> 
> Volunteering as a mentor is just one part of the equation. You also need
> to come up with subjects... which is usually trickier :)
> 
> You should start a wiki page to collect mentors and the subjects they
> propose... and based on how many we get, see if our application is
> warranted.
> 

I went to create such a page and saw that you had already done it.  :-)

http://wiki.openstack.org/GSoC2012

-- 
Russell Bryant

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Unauthorized at /nova/instances_and_volumes/

2012-02-09 Thread Joe Smithian
Hello all,

I have installed OpenStack Diablo using devStack. I can login as admin
to dashboard but when I click on "Instances and Volumes" in the
Project panel, it fails with the following error messages:

Unauthorized at /nova/instances_and_volumes/
Policy Doesn't allow compute:get_instance_faults to be performed.
(HTTP 401)Request Method:   GET
Request URL:http://192.168.0.123/nova/instances_and_volumes/
Django Version: 1.3
Exception Type: Unauthorized
Exception Value:Policy Doesn't allow compute:get_instance_faults to
be performed. (HTTP 401)
Exception Location: /opt/stack/python-novaclient/novaclient/client.py
in _cs_request, line 127
Python Executable:  /usr/bin/python
Python Version: 2.7.2
Python Path:['/opt/stack/horizon/openstack-dashboard/dashboard/wsgi/../..',
 '/opt/stack/keystone',
 '/opt/stack/glance',
 '/opt/stack/python-novaclient',
 '/usr/local/lib/python2.7/dist-packages',
 '/opt/stack/nova',
 '/opt/stack/openstackx',
 '/opt/stack/python-keystoneclient',
 '/opt/stack/horizon/horizon',
 '/usr/lib/pymodules/python2.7',
 '/opt/stack/devstack/src/openstack',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-linux2',
 '/usr/lib/python2.7/lib-tk',
 '/usr/lib/python2.7/lib-old',
 '/usr/lib/python2.7/lib-dynload',
 '/usr/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages/PIL',
 '/usr/lib/python2.7/dist-packages/gtk-2.0',
 '/opt/stack/horizon/openstack-dashboard/dashboard']
Server time:Thu, 9 Feb 2012 16:25:08 -0500

I'd appreciate your help in fixing the problem:

Regards

Joe

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Thierry Carrez
Thierry Carrez wrote:
> You should start a wiki page to collect mentors and the subjects they
> propose... and based on how many we get, see if our application is
> warranted.

Here it is:
http://wiki.openstack.org/GSoC2012

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Debo Dutta (dedutta)
I think the wiki idea is awesome. I will put in my proposals by
tonight/tomorrow morning. 

debo

-Original Message-
From: openstack-bounces+dedutta=cisco@lists.launchpad.net
[mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On
Behalf Of Thierry Carrez
Sent: Thursday, February 09, 2012 1:17 PM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] Google Summer of Code-2012

Russell Bryant wrote:
> On 02/09/2012 03:33 PM, Michael Still wrote:
>> On 10/02/12 02:59, Armaan wrote:
>>> Hi folks,
>>>  
>>> Google has announced Google Summer of Code -2012, /Google Summer of
>>> Code/ is a global program that offers student developers stipends to
>>> write code for various open source software projects. More info is
>>> available here http://code.google.com/soc/. I wanted to know if
there is
>>> any possibility of Openstack participating in /Google Summer of
Code/.
>>
>> I'd be happy to mentor as well, although it sounds like there is no
>> shortage of mentors.
> 
> The more the merrier, I would say (as long as they are qualified to be
a
> mentor).  Should there be criteria for who can officially mentor a
> student?  Core reviewers?

Volunteering as a mentor is just one part of the equation. You also need
to come up with subjects... which is usually trickier :)

You should start a wiki page to collect mentors and the subjects they
propose... and based on how many we get, see if our application is
warranted.

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Thierry Carrez
Russell Bryant wrote:
> On 02/09/2012 03:33 PM, Michael Still wrote:
>> On 10/02/12 02:59, Armaan wrote:
>>> Hi folks,
>>>  
>>> Google has announced Google Summer of Code -2012, /Google Summer of
>>> Code/ is a global program that offers student developers stipends to
>>> write code for various open source software projects. More info is
>>> available here http://code.google.com/soc/. I wanted to know if there is
>>> any possibility of Openstack participating in /Google Summer of Code/.
>>
>> I'd be happy to mentor as well, although it sounds like there is no
>> shortage of mentors.
> 
> The more the merrier, I would say (as long as they are qualified to be a
> mentor).  Should there be criteria for who can officially mentor a
> student?  Core reviewers?

Volunteering as a mentor is just one part of the equation. You also need
to come up with subjects... which is usually trickier :)

You should start a wiki page to collect mentors and the subjects they
propose... and based on how many we get, see if our application is
warranted.

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] RFC nova-network RTNETLINK patch

2012-02-09 Thread Peter J. Pouliot


Adam Gandelman  wrote:

>On 02/09/2012 10:25 AM, Bernhard M. Wiedemann wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Hello,
>>
>> I'm looking for comments on the attached patch.
>>
>> On the net I found older/different versions of
>> nova/network/linux_net.py
>> containing
>> if err and err != 'RTNETLINK answers: File exists\n':
>
>
>Hi Bernhard-
>
>I came across the same thing on Ubuntu yesterday.  Recent versions of 
>iproute2 have switched (or fixed, apparently) return codes when 
>unnecessarily adding or removing addresses.  This is a new issue on 
>Ubuntu Precise atm and imagine will be on future releases of other 
>distros.  There is a review pending that fixes this at 
>https://review.openstack.org/#change,3934 and a LP linked from there.
>
>Adam
>
>
>___
>Mailing list: https://launchpad.net/~openstack
>Post to : openstack@lists.launchpad.net
>Unsubscribe : https://launchpad.net/~openstack
>More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Russell Bryant
On 02/09/2012 03:33 PM, Michael Still wrote:
> On 10/02/12 02:59, Armaan wrote:
>> Hi folks,
>>  
>> Google has announced Google Summer of Code -2012, /Google Summer of
>> Code/ is a global program that offers student developers stipends to
>> write code for various open source software projects. More info is
>> available here http://code.google.com/soc/. I wanted to know if there is
>> any possibility of Openstack participating in /Google Summer of Code/.
> 
> I'd be happy to mentor as well, although it sounds like there is no
> shortage of mentors.

The more the merrier, I would say (as long as they are qualified to be a
mentor).  Should there be criteria for who can officially mentor a
student?  Core reviewers?

-- 
Russell Bryant

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Michael Still
On 10/02/12 02:59, Armaan wrote:
> Hi folks,
>  
> Google has announced Google Summer of Code -2012, /Google Summer of
> Code/ is a global program that offers student developers stipends to
> write code for various open source software projects. More info is
> available here http://code.google.com/soc/. I wanted to know if there is
> any possibility of Openstack participating in /Google Summer of Code/.

I'd be happy to mentor as well, although it sounds like there is no
shortage of mentors.

Mikal

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] RFC nova-network RTNETLINK patch

2012-02-09 Thread Adam Gandelman

On 02/09/2012 10:25 AM, Bernhard M. Wiedemann wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I'm looking for comments on the attached patch.

On the net I found older/different versions of
nova/network/linux_net.py
containing
if err and err != 'RTNETLINK answers: File exists\n':



Hi Bernhard-

I came across the same thing on Ubuntu yesterday.  Recent versions of 
iproute2 have switched (or fixed, apparently) return codes when 
unnecessarily adding or removing addresses.  This is a new issue on 
Ubuntu Precise atm and imagine will be on future releases of other 
distros.  There is a review pending that fixes this at 
https://review.openstack.org/#change,3934 and a LP linked from there.


Adam


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Russell Bryant
On 02/09/2012 02:03 PM, Joshua Harlow wrote:
> I’m willing also (I think others at yahoo would be to).
> 
> -Josh
> 
> On 2/9/12 9:20 AM, "Vishvananda Ishaya"  wrote:
> 
> We discussed it last year, but were a little too late.  I'm willing
> to volunteer to be a mentor.  Lets do it!

Cool!  For reference, here is the timeline:

http://www.google-melange.com/gsoc/events/google/gsoc2012

Organizations must submit their application by March 9th.

In addition to mentors, someone must volunteer to be the organization
administrator (submit the organization application, watch the program
schedule, make sure the right paperwork is submitted at the right times,
that kind of stuff).  I have been an organization administrator for GSoC
a couple of times before (for asterisk.org), and would be willing to do
it for OpenStack if there's not someone else more appropriate that wants to.

-- 
Russell Bryant

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Debo Dutta (dedutta)
I would like to volunteer too!

Debo

Sent from my iPhone

On Feb 9, 2012, at 11:09 AM, "Joshua Harlow"  wrote:

> I’m willing also (I think others at yahoo would be to).
> 
> -Josh
> 
> On 2/9/12 9:20 AM, "Vishvananda Ishaya"  wrote:
> 
> We discussed it last year, but were a little too late.  I'm willing to 
> volunteer to be a mentor.  Lets do it!
> 
> Vish
> 
> On Feb 9, 2012, at 7:59 AM, Armaan wrote:
> 
> Hi folks,
>  
> Google has announced Google Summer of Code -2012, Google Summer of Code is a 
> global program that offers student developers stipends to write code for 
> various open source software projects. More info is available here 
> http://code.google.com/soc/. I wanted to know if there is any possibility of 
> Openstack participating in Google Summer of Code.
> 
> 
> Thanks & Regards
> Syed Armani ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
> 
> 
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Joshua Harlow
I'm willing also (I think others at yahoo would be to).

-Josh

On 2/9/12 9:20 AM, "Vishvananda Ishaya"  wrote:

We discussed it last year, but were a little too late.  I'm willing to 
volunteer to be a mentor.  Lets do it!

Vish

On Feb 9, 2012, at 7:59 AM, Armaan wrote:

Hi folks,

Google has announced Google Summer of Code -2012, Google Summer of Code is a 
global program that offers student developers stipends to write code for 
various open source software projects. More info is available here 
http://code.google.com/soc/. I wanted to know if there is any possibility of 
Openstack participating in Google Summer of Code.


Thanks & Regards
Syed Armani ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Remove Zones code - FFE

2012-02-09 Thread Leandro Reox
Awesome Chris !!!

Lean

On Thu, Feb 9, 2012 at 3:26 PM, Alejandro Comisario <
alejandro.comisa...@mercadolibre.com> wrote:

>  Niceee !!
>
> Alejandro.
>
> On 02/09/2012 02:02 PM, Chris Behrens wrote:
>
> I should be pushing something up by end of day...  Even if it's not granted 
> an FFE, I'll have a need to keep my branch updated and working, so I should 
> at least always have a branch pushed up to a github account somewhere until 
> F1 opens up.  So, I guess worst case... there'll be a branch somewhere for 
> you to play with. :)
>
> - Chris
>
>
> On Feb 8, 2012, at 3:21 PM, Tom Fifield wrote:
>
>
>  Just raising another deployment waiting on this new Zone implementation - we 
> currently have 2000 cores sitting idle in another datacentre that we can use 
> "better" if this is done.
>
> How can we help? ;)
>
> Regards,
>
> Tom
>
> On 02/08/2012 07:30 PM, Ziad Sawalha wrote:
>
>  We were working on providing the necessary functionality in Keystone but
> stopped when we heard of the alternative solution. We could resume the
> conversation about what is needed on the Keystone side and implement if
> needed.
>
> Z
>
> From: Sandy Walsh 
> mailto:sandy.wa...@rackspace.com> 
> >
> Date: Thu, 2 Feb 2012 01:49:58 +
> To: Joshua McKenty mailto:jos...@pistoncloud.com> 
> >, Vishvananda Ishaya
> mailto:vishvana...@gmail.com> >
> Cc: "openstack@lists.launchpad.net 
> " 
> mailto:openstack@lists.launchpad.net> 
> >
> Subject: Re: [Openstack] Remove Zones code - FFE
>
> Understood, timing is everything. I'll let Chris talk about expected
> timing for the replacement. From a deployers side, nothing would really
> change, just some configuration options ... but a replacement should be
> available.
>
> I'm sure we could get it working pretty easily. The Keystone integration
> was the biggest pita.
>
> I can keep this branch fresh with trunk for when we're ready to pull the
> trigger.
>
> -S
>
> 
> *From:* Joshua McKenty [jos...@pistoncloud.com 
> ]
> *Sent:* Wednesday, February 01, 2012 4:45 PM
> *To:* Vishvananda Ishaya
> *Cc:* Sandy Walsh; 
> openstack@lists.launchpad.net 
> 
> *Subject:* Re: [Openstack] Remove Zones code - FFE
>
> +1 to Vish's points. I know there are some folks coming online in the
> Folsom timeline that can help out with the new stuff, but this feels a
> bit like going backwards.
>
> --
> Joshua McKenty, CEO
> Piston Cloud Computing, Inc.
> w: (650) 24-CLOUD
> m: (650) 283-6846http://www.pistoncloud.com
>
> "Oh, Westley, we'll never survive!"
> "Nonsense. You're only saying that because no one ever has."
>
> On Wednesday, February 1, 2012 at 12:41 PM, Vishvananda Ishaya wrote:
>
>
>  I am all for pulling this out, but I'm a bit concerned with the fact
> that we have nothing to replace it with. There are some groups still
> trying to use it. MercadoLibre is trying to use it for example. I know
> you guys are trying to replace this with something better, but it
> would be nice not to break people for 7+ months
>
>
> So I guess I have some questions:
> 1.a) is the current implementation completely broken?
>
> 1.b) if yes, is it fixable
>
> 2) If we do remove this, what can we tell people that need something
> like zones between now and the Folsom release?
>
> Vish
> On Feb 1, 2012, at 12:16 PM, Sandy Walsh wrote:
>
>
>  As part of the new (and optional) Zones code coming down the pipe,
> part of this is to remove the old Zones implementation.
>
> More info in the merge prop:https://review.openstack.org/#change,3629
>
> So, can I? can I? Huh?
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net 
> 
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>  ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net 
> 
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>  ___ Mailing 
> list:https://launchpad.net/~openstack Post to : 
> openstack@lists.launchpad.net 
>  Unsubscribe :https://launchpad.net/~openstack 
> More help :https://help.launchpad.net/ListHelp
>
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>  ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack

[Openstack] RFC nova-network RTNETLINK patch

2012-02-09 Thread Bernhard M. Wiedemann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I'm looking for comments on the attached patch.

On the net I found older/different versions of
nova/network/linux_net.py
containing
if err and err != 'RTNETLINK answers: File exists\n':

Maybe such a thing would be suitable here?

Ciao
Bernhard M.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk80D4oACgkQSTYLOx37oWSi7gCgzY38V4K2YCApzHz5M7E7j94a
MzoAn2QkR2H1JpUXsrWkyc97HfvSXeAW
=bCbW
-END PGP SIGNATURE-
commit 7aff21edce2d5a2b680d10b7af77deb0af47351a
Author: Bernhard M. Wiedemann 
Date:   Thu Feb 9 19:10:37 2012 +0100

fix problem with openstack-nova-network restart

on openSUSE, openstack-nova-network restart failed with
sudo ip addr add 169.254.169.254/32 scope link dev lo
RTNETLINK answers: File exists

This is avoided by allowing the return value of 2

Signed-off-by: Bernhard M. Wiedemann 

diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py
index 0400fdd..72a93c5 100755
--- a/nova/network/linux_net.py
+++ b/nova/network/linux_net.py
@@ -475,7 +475,7 @@ def ensure_metadata_ip():
 """Sets up local metadata ip."""
 _execute('ip', 'addr', 'add', '169.254.169.254/32',
  'scope', 'link', 'dev', 'lo',
- run_as_root=True, check_exit_code=[0, 254])
+ run_as_root=True, check_exit_code=[0, 2, 254])
 
 
 def ensure_vpn_forward(public_ip, port, private_ip):
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Remove Zones code - FFE

2012-02-09 Thread Alejandro Comisario

Niceee !!

Alejandro.

On 02/09/2012 02:02 PM, Chris Behrens wrote:

I should be pushing something up by end of day...  Even if it's not granted an 
FFE, I'll have a need to keep my branch updated and working, so I should at 
least always have a branch pushed up to a github account somewhere until F1 
opens up.  So, I guess worst case... there'll be a branch somewhere for you to 
play with. :)

- Chris


On Feb 8, 2012, at 3:21 PM, Tom Fifield wrote:


Just raising another deployment waiting on this new Zone implementation - we currently 
have 2000 cores sitting idle in another datacentre that we can use "better" if 
this is done.

How can we help? ;)

Regards,

Tom

On 02/08/2012 07:30 PM, Ziad Sawalha wrote:

We were working on providing the necessary functionality in Keystone but
stopped when we heard of the alternative solution. We could resume the
conversation about what is needed on the Keystone side and implement if
needed.

Z

From: Sandy Walshmailto:sandy.wa...@rackspace.com>>
Date: Thu, 2 Feb 2012 01:49:58 +
To: Joshua McKentymailto:jos...@pistoncloud.com>>, Vishvananda Ishaya
mailto:vishvana...@gmail.com>>
Cc: "openstack@lists.launchpad.net
"mailto:openstack@lists.launchpad.net>>
Subject: Re: [Openstack] Remove Zones code - FFE

Understood, timing is everything. I'll let Chris talk about expected
timing for the replacement. From a deployers side, nothing would really
change, just some configuration options ... but a replacement should be
available.

I'm sure we could get it working pretty easily. The Keystone integration
was the biggest pita.

I can keep this branch fresh with trunk for when we're ready to pull the
trigger.

-S


*From:* Joshua McKenty [jos...@pistoncloud.com
]
*Sent:* Wednesday, February 01, 2012 4:45 PM
*To:* Vishvananda Ishaya
*Cc:* Sandy Walsh; openstack@lists.launchpad.net

*Subject:* Re: [Openstack] Remove Zones code - FFE

+1 to Vish's points. I know there are some folks coming online in the
Folsom timeline that can help out with the new stuff, but this feels a
bit like going backwards.

--
Joshua McKenty, CEO
Piston Cloud Computing, Inc.
w: (650) 24-CLOUD
m: (650) 283-6846
http://www.pistoncloud.com

"Oh, Westley, we'll never survive!"
"Nonsense. You're only saying that because no one ever has."

On Wednesday, February 1, 2012 at 12:41 PM, Vishvananda Ishaya wrote:


I am all for pulling this out, but I'm a bit concerned with the fact
that we have nothing to replace it with. There are some groups still
trying to use it. MercadoLibre is trying to use it for example. I know
you guys are trying to replace this with something better, but it
would be nice not to break people for 7+ months


So I guess I have some questions:
1.a) is the current implementation completely broken?

1.b) if yes, is it fixable

2) If we do remove this, what can we tell people that need something
like zones between now and the Folsom release?

Vish
On Feb 1, 2012, at 12:16 PM, Sandy Walsh wrote:


As part of the new (and optional) Zones code coming down the pipe,
part of this is to remove the old Zones implementation.

More info in the merge prop:
https://review.openstack.org/#change,3629

So, can I? can I? Huh?
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net

Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net

Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp

___ Mailing list:
https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net
  Unsubscribe :
https://launchpad.net/~openstack More help :
https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : ope

Re: [Openstack] Propose to make Monsyne Dragon a nova core developer

2012-02-09 Thread Chris Behrens
+1

On Feb 9, 2012, at 9:11 AM, Matt Dietz wrote:

> Any more hits on this? I fear that this was lost in the torrent of email, and 
> I really do think Dragon deserves to be a core developer for all the hard 
> work he's been doing.
> 
> From: Paul Voccio 
> Date: Tue, 7 Feb 2012 12:38:15 -0600
> To: Matt Dietz 
> Cc: "openstack@lists.launchpad.net" 
> Subject: Re: [Openstack] Propose to make Monsyne Dragon a nova core developer
> 
> +1
> 
> On Mon, Feb 6, 2012 at 4:48 PM, Matt Dietz  wrote:
>> Hey guys,
>> 
>> Dragon has really stepped up lately on reviewing patches into Nova, and has 
>> a ton of knowledge around Nova proper, so I propose he be added to Nova 
>> core. I think he'd be a great addition to the team.
>> 
>> Matt
>> 
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>> 
> 
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Vishvananda Ishaya
We discussed it last year, but were a little too late.  I'm willing to 
volunteer to be a mentor.  Lets do it!

Vish

On Feb 9, 2012, at 7:59 AM, Armaan wrote:

> Hi folks,
>  
> Google has announced Google Summer of Code -2012, Google Summer of Code is a 
> global program that offers student developers stipends to write code for 
> various open source software projects. More info is available here 
> http://code.google.com/soc/. I wanted to know if there is any possibility of 
> Openstack participating in Google Summer of Code.
> 
> 
> Thanks & Regards
> Syed Armani ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Propose to make Monsyne Dragon a nova core developer

2012-02-09 Thread Matt Dietz
Any more hits on this? I fear that this was lost in the torrent of email, and I 
really do think Dragon deserves to be a core developer for all the hard work 
he's been doing.

From: Paul Voccio mailto:openst...@substation9.com>>
Date: Tue, 7 Feb 2012 12:38:15 -0600
To: Matt Dietz mailto:matt.di...@rackspace.com>>
Cc: "openstack@lists.launchpad.net" 
mailto:openstack@lists.launchpad.net>>
Subject: Re: [Openstack] Propose to make Monsyne Dragon a nova core developer

+1

On Mon, Feb 6, 2012 at 4:48 PM, Matt Dietz 
mailto:matt.di...@rackspace.com>> wrote:
Hey guys,

Dragon has really stepped up lately on reviewing patches into Nova, and has a 
ton of knowledge around Nova proper, so I propose he be added to Nova core. I 
think he'd be a great addition to the team.

Matt

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Remove Zones code - FFE

2012-02-09 Thread Chris Behrens

I should be pushing something up by end of day...  Even if it's not granted an 
FFE, I'll have a need to keep my branch updated and working, so I should at 
least always have a branch pushed up to a github account somewhere until F1 
opens up.  So, I guess worst case... there'll be a branch somewhere for you to 
play with. :)

- Chris


On Feb 8, 2012, at 3:21 PM, Tom Fifield wrote:

> Just raising another deployment waiting on this new Zone implementation - we 
> currently have 2000 cores sitting idle in another datacentre that we can use 
> "better" if this is done.
> 
> How can we help? ;)
> 
> Regards,
> 
> Tom
> 
> On 02/08/2012 07:30 PM, Ziad Sawalha wrote:
>> We were working on providing the necessary functionality in Keystone but
>> stopped when we heard of the alternative solution. We could resume the
>> conversation about what is needed on the Keystone side and implement if
>> needed.
>> 
>> Z
>> 
>> From: Sandy Walsh > >
>> Date: Thu, 2 Feb 2012 01:49:58 +
>> To: Joshua McKenty > >, Vishvananda Ishaya
>> mailto:vishvana...@gmail.com>>
>> Cc: "openstack@lists.launchpad.net
>> " > >
>> Subject: Re: [Openstack] Remove Zones code - FFE
>> 
>> Understood, timing is everything. I'll let Chris talk about expected
>> timing for the replacement. From a deployers side, nothing would really
>> change, just some configuration options ... but a replacement should be
>> available.
>> 
>> I'm sure we could get it working pretty easily. The Keystone integration
>> was the biggest pita.
>> 
>> I can keep this branch fresh with trunk for when we're ready to pull the
>> trigger.
>> 
>> -S
>> 
>> 
>> *From:* Joshua McKenty [jos...@pistoncloud.com
>> ]
>> *Sent:* Wednesday, February 01, 2012 4:45 PM
>> *To:* Vishvananda Ishaya
>> *Cc:* Sandy Walsh; openstack@lists.launchpad.net
>> 
>> *Subject:* Re: [Openstack] Remove Zones code - FFE
>> 
>> +1 to Vish's points. I know there are some folks coming online in the
>> Folsom timeline that can help out with the new stuff, but this feels a
>> bit like going backwards.
>> 
>> --
>> Joshua McKenty, CEO
>> Piston Cloud Computing, Inc.
>> w: (650) 24-CLOUD
>> m: (650) 283-6846
>> http://www.pistoncloud.com
>> 
>> "Oh, Westley, we'll never survive!"
>> "Nonsense. You're only saying that because no one ever has."
>> 
>> On Wednesday, February 1, 2012 at 12:41 PM, Vishvananda Ishaya wrote:
>> 
>>> I am all for pulling this out, but I'm a bit concerned with the fact
>>> that we have nothing to replace it with. There are some groups still
>>> trying to use it. MercadoLibre is trying to use it for example. I know
>>> you guys are trying to replace this with something better, but it
>>> would be nice not to break people for 7+ months
>>> 
>>> 
>>> So I guess I have some questions:
>>> 1.a) is the current implementation completely broken?
>>> 
>>> 1.b) if yes, is it fixable
>>> 
>>> 2) If we do remove this, what can we tell people that need something
>>> like zones between now and the Folsom release?
>>> 
>>> Vish
>>> On Feb 1, 2012, at 12:16 PM, Sandy Walsh wrote:
>>> 
 As part of the new (and optional) Zones code coming down the pipe,
 part of this is to remove the old Zones implementation.
 
 More info in the merge prop:
 https://review.openstack.org/#change,3629
 
 So, can I? can I? Huh?
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 
 Unsubscribe : https://launchpad.net/~openstack
 More help : https://help.launchpad.net/ListHelp
>>> 
>>> 
>>> ___
>>> Mailing list: https://launchpad.net/~openstack
>>> Post to : openstack@lists.launchpad.net
>>> 
>>> Unsubscribe : https://launchpad.net/~openstack
>>> More help : https://help.launchpad.net/ListHelp
>> 
>> ___ Mailing list:
>> https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net
>>  Unsubscribe :
>> https://launchpad.net/~openstack More help :
>> https://help.launchpad.net/ListHelp
>> 
>> 
>> 
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
> 
> 
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp



Re: [Openstack] [ubuntu-cloud] Update on Ubuntu automated testing and CI of Openstack

2012-02-09 Thread Ghe Rivero
Yes, we all agree that Ubuntu is the reference platform for OpenStack. And
I wasn't complaining about it, just making a wish trying to get some help
:). Sorry about the misunderstanding.
Ghe Rivero

On Thu, Feb 9, 2012 at 4:57 PM, Robbie Williamson  wrote:

> On 02/09/2012 05:21 AM, Ghe Rivero wrote:
> > Wow! Openstack is really getting to much love from Ubuntu, nice!  I wish
> > we have so many resources to the same with Debian. Keep the good work
> guys!
> > Ghe Rivero
> >
>
> I could be 100% wrong here, but I think Debian has agreed (or are in
> talks) to use Ubuntu as the upstream for OpenStack, thus allowing our
> testing to "trickle" down.
>
>
> --
> Robbie Williamson 
> robbiew[irc.freenode.net]
>
> "Don't make me angry...you wouldn't like me when I'm angry."
>  -Bruce Banner
>



-- 
Ghe Rivero
*OpenStack & Distribution Engineer
**www.stackops.com | * ghe.riv...@stackops.com 
** | +34 625 63 45 23 | skype:ghe.rivero*
* 
*

*

 ADVERTENCIA LEGAL 
Le informamos, como destinatario de este mensaje, que el correo electrónico
y las comunicaciones por medio de Internet no permiten asegurar ni
garantizar la confidencialidad de los mensajes transmitidos, así como
tampoco su integridad o su correcta recepción, por lo que STACKOPS
TECHNOLOGIES S.L. no asume responsabilidad alguna por tales circunstancias.
Si no consintiese en la utilización del correo electrónico o de las
comunicaciones vía Internet le rogamos nos lo comunique y ponga en nuestro
conocimiento de manera inmediata. Este mensaje va dirigido, de manera
exclusiva, a su destinatario y contiene información confidencial y sujeta
al secreto profesional, cuya divulgación no está permitida por la ley. En
caso de haber recibido este mensaje por error, le rogamos que, de forma
inmediata, nos lo comunique mediante correo electrónico remitido a nuestra
atención y proceda a su eliminación, así como a la de cualquier documento
adjunto al mismo. Asimismo, le comunicamos que la distribución, copia o
utilización de este mensaje, o de cualquier documento adjunto al mismo,
cualquiera que fuera su finalidad, están prohibidas por la ley.

* PRIVILEGED AND CONFIDENTIAL 
We hereby inform you, as addressee of this message, that e-mail and
Internet do not guarantee the confidentiality, nor the completeness or
proper reception of the messages sent and, thus, STACKOPS TECHNOLOGIES S.L.
does not assume any liability for those circumstances. Should you not agree
to the use of e-mail or to communications via Internet, you are kindly
requested to notify us immediately. This message is intended exclusively
for the person to whom it is addressed and contains privileged and
confidential information protected from disclosure by law. If you are not
the addressee indicated in this message, you should immediately delete it
and any attachments and notify the sender by reply e-mail. In such case,
you are hereby notified that any dissemination, distribution, copying or
use of this message or any attachments, for any purpose, is strictly
prohibited by law.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Vipul Amler
+1

Looking forward to it.



On Thu, Feb 9, 2012 at 9:29 PM, Armaan  wrote:
> Hi folks,
>
> Google has announced Google Summer of Code -2012, Google Summer of Code is a
> global program that offers student developers stipends to write code for
> various open source software projects. More info is available here
> http://code.google.com/soc/. I wanted to know if there is any possibility of
> Openstack participating in Google Summer of Code.
>
>
> Thanks & Regards
> Syed Armani
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [ubuntu-cloud] Update on Ubuntu automated testing and CI of Openstack

2012-02-09 Thread Robbie Williamson
On 02/09/2012 05:21 AM, Ghe Rivero wrote:
> Wow! Openstack is really getting to much love from Ubuntu, nice!  I wish
> we have so many resources to the same with Debian. Keep the good work guys!
> Ghe Rivero
> 

I could be 100% wrong here, but I think Debian has agreed (or are in
talks) to use Ubuntu as the upstream for OpenStack, thus allowing our
testing to "trickle" down.


-- 
Robbie Williamson 
robbiew[irc.freenode.net]

"Don't make me angry...you wouldn't like me when I'm angry."
 -Bruce Banner

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] LDAP support in Keystone Light/redux

2012-02-09 Thread Adam Young

On 02/09/2012 03:27 AM, Ryan Lane wrote:

On Thu, Feb 9, 2012 at 3:29 AM, Adam Young  wrote:

I've made some strides in the KSL  LDAP  implementation.  I've set up a
github  clone with the code pushed:


https://github.com/admiyo/keystone/tree/ldap

The code is ugly,  as I'm in "Just get it working" mode.  Cleanup will
happend prior to any attempt to merge with the Redux branch.  I've attempted
to keep the same set of unit tests running as are used for the SQL backend.
  The one delta is  Metadata, as I am not sure how (or even if) we want to
reflect that in LDAP.  I've made those three unit tests no-ops for LDAP.

There are still more API calls to implement, (Tenant_Modify for example) and
then I'll test out against a live Open LDAP  instance.

The one change I've made from the old config is that fields like URL  no
longer have ldap_  in front of them,  so the config will look something like

[ldap]
url = ldap://localhost
user = cn=Admin
password = password
backend_entities = ['Tenant', 'User', 'UserRoleAssociation', 'Role']
suffix ='cn=example,cn=com'



Feedback requested.


Looking through the code, it appears that using ldaps:// may work for
LDAPS support, but is LDAP w/ TLS going to be supported as well? Have
you tested LDAPS support?

- Ryan
Not yet.  Thus far,  I've only tested doing a simple bind to the 
OpenLDAP server.  I'm not sure about the rules of using TLS or other 
Cryptographic approaches with Eventlet:  I suspect that to do something 
like TLS would require a thread pool.  I'm mostly focused on getting 
parity between the Keystone current and Redux code bases.  Something 
more than that would probably be post E4 time frame.






___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Devstack (sh) and tmux

2012-02-09 Thread Chmouel Boudjnah
On Wed, Feb 8, 2012 at 8:05 PM, Jay Pipes  wrote:

> Option is best. I find both scenarios useful depending on what I'm working
> on.
>

It seems that for everybody tmux and other shell support is not as
important, I'll send a patch removing that support.

Chmouel.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] libvirt + kvm problem on ubuntu 10.04.3

2012-02-09 Thread Roman Bogorodskiy
  Diego Parrilla Santamaría wrote:

> Hi Roman,
> 
> our StackOps Distro is based in 10.04 and we had to modify some packages to
> make  Diablo work with kvm: we changed qemu-kvm 0.12 to 0.14:
> 
> - qemu-common_0.14.0 and
> - qemu-kvm_0.14.0.
> 
> Don't know if it can help, but you can give a try...

I actually have newer versions of that installed:

root@:/etc# dpkg -l|grep qemu
ii  qemu-common  0.15.0+noroms-0ubuntu4 qemu common 
functionality (bios, documentati
ii  qemu-kvm 0.15.0+noroms-0ubuntu4 Full virtualization 
on i386 and amd64 hardwa
ii  qemu-utils   0.15.0+noroms-0ubuntu4 qemu utilitis
root@:/etc# 

Roman Bogorodskiy


pgp2SNrxeyiid.pgp
Description: PGP signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] libvirt + kvm problem on ubuntu 10.04.3

2012-02-09 Thread Diego Parrilla Santamaría
Hi Roman,

our StackOps Distro is based in 10.04 and we had to modify some packages to
make  Diablo work with kvm: we changed qemu-kvm 0.12 to 0.14:

- qemu-common_0.14.0 and
- qemu-kvm_0.14.0.

Don't know if it can help, but you can give a try...

Cheers
Diego

-- 
Diego Parrilla
*CEO*
*www.stackops.com | * diego.parri...@stackops.com** | +34 649 94 43 29 |
skype:diegoparrilla*
* 
*

*

 ADVERTENCIA LEGAL 
Le informamos, como destinatario de este mensaje, que el correo electrónico
y las comunicaciones por medio de Internet no permiten asegurar ni
garantizar la confidencialidad de los mensajes transmitidos, así como
tampoco su integridad o su correcta recepción, por lo que STACKOPS
TECHNOLOGIES S.L. no asume responsabilidad alguna por tales circunstancias.
Si no consintiese en la utilización del correo electrónico o de las
comunicaciones vía Internet le rogamos nos lo comunique y ponga en nuestro
conocimiento de manera inmediata. Este mensaje va dirigido, de manera
exclusiva, a su destinatario y contiene información confidencial y sujeta
al secreto profesional, cuya divulgación no está permitida por la ley. En
caso de haber recibido este mensaje por error, le rogamos que, de forma
inmediata, nos lo comunique mediante correo electrónico remitido a nuestra
atención y proceda a su eliminación, así como a la de cualquier documento
adjunto al mismo. Asimismo, le comunicamos que la distribución, copia o
utilización de este mensaje, o de cualquier documento adjunto al mismo,
cualquiera que fuera su finalidad, están prohibidas por la ley.

* PRIVILEGED AND CONFIDENTIAL 
We hereby inform you, as addressee of this message, that e-mail and
Internet do not guarantee the confidentiality, nor the completeness or
proper reception of the messages sent and, thus, STACKOPS TECHNOLOGIES S.L.
does not assume any liability for those circumstances. Should you not agree
to the use of e-mail or to communications via Internet, you are kindly
requested to notify us immediately. This message is intended exclusively
for the person to whom it is addressed and contains privileged and
confidential information protected from disclosure by law. If you are not
the addressee indicated in this message, you should immediately delete it
and any attachments and notify the sender by reply e-mail. In such case,
you are hereby notified that any dissemination, distribution, copying or
use of this message or any attachments, for any purpose, is strictly
prohibited by law.




On Thu, Feb 9, 2012 at 1:59 PM, Roman Bogorodskiy wrote:

> Hi,
>
> I'm facing a strange problem with libvirt + kvm on Ubuntu 10.04.3.
>
> I have all-in-one installation of Essex-2. When I start an instance
> using 'nova boot', it shows its status as ACTIVE, but when I connect
> using vnc (by issuing 'vncdisplay' command in virsh for that instance),
> I can see it doesn't even boot and shows
>
> 'No bootable device' error.
>
> Here's the output of 'virsh dumpxml' for that instance and also
> libvirt's log file:
>
> http://dpaste.de/VeFeq/
>
> I also have a VM I spawned manually (i.e. not through on this box) and
> it works fine. Here's its log:
>
> http://dpaste.de/cp4C1/
>
> The only major difference I can see is that it's using 'boot=on' for
> drive. It's also not using kernel and initrd, but I've tried images with
> out it with the same result.
>
> I've also been experimenting with running kvm manually and found a
> reproducible crash:
>
> root@host:/var/log/libvirt/qemu# LC_ALL=C
> PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
> QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 512 -smp
> 1,sockets=1,cores=1,threads=1 -name instance-006d -uuid
> 0ce3afdc-be2f-4079-d106-e70b287f9e26 -nodefaults -chardev
>
> socket,id=charmonitor,path=/var/lib/libvirt/qemu/instance-006d.monitor,server,nowait
> -mon chardev=charmonitor,id=monitor,mode=readline -rtc base=utc -boot c
> -kernel /var/lib/nova/instances/instance-006d/kernel -initrd
> /var/lib/nova/instances/instance-006d/ramdisk -append root=/dev/vda
> -drive
>
> file=/var/lib/nova/instances/instance-006d/disk,if=none,id=drive-virtio-disk0,format=qcow2,boot=on
> -device
> virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0
> -chardev
>
> file,id=charserial0,path=/var/lib/nova/instances/instance-006d/console.log
> -device isa-serial,chardev=charserial0,id=serial0 -chardev
> pty,id=charserial1 -device isa-serial,chardev=charserial1,id=serial1
> -usb -vnc 0.0.0.0:2 -k en-us -no-kvm
> char device redirected to /dev/pts/20
> Segmentation fault
> root@host:/var/log/libvirt/qemu#
>
> It segfaults when I'm connecting to it via VNC.
>
> I'm kind of stuck with this issue and have no idea how to debug it further.
> Any ideas how that could be fixed?
>
> Roman Bogorodskiy
>
> ___
> Mailing list: https

[Openstack] libvirt + kvm problem on ubuntu 10.04.3

2012-02-09 Thread Roman Bogorodskiy
Hi,

I'm facing a strange problem with libvirt + kvm on Ubuntu 10.04.3.

I have all-in-one installation of Essex-2. When I start an instance
using 'nova boot', it shows its status as ACTIVE, but when I connect
using vnc (by issuing 'vncdisplay' command in virsh for that instance),
I can see it doesn't even boot and shows

'No bootable device' error.

Here's the output of 'virsh dumpxml' for that instance and also
libvirt's log file:

http://dpaste.de/VeFeq/

I also have a VM I spawned manually (i.e. not through on this box) and
it works fine. Here's its log:

http://dpaste.de/cp4C1/

The only major difference I can see is that it's using 'boot=on' for
drive. It's also not using kernel and initrd, but I've tried images with
out it with the same result.

I've also been experimenting with running kvm manually and found a
reproducible crash:

root@host:/var/log/libvirt/qemu# LC_ALL=C
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 512 -smp
1,sockets=1,cores=1,threads=1 -name instance-006d -uuid
0ce3afdc-be2f-4079-d106-e70b287f9e26 -nodefaults -chardev
socket,id=charmonitor,path=/var/lib/libvirt/qemu/instance-006d.monitor,server,nowait
-mon chardev=charmonitor,id=monitor,mode=readline -rtc base=utc -boot c
-kernel /var/lib/nova/instances/instance-006d/kernel -initrd
/var/lib/nova/instances/instance-006d/ramdisk -append root=/dev/vda
-drive
file=/var/lib/nova/instances/instance-006d/disk,if=none,id=drive-virtio-disk0,format=qcow2,boot=on
-device
virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0
-chardev
file,id=charserial0,path=/var/lib/nova/instances/instance-006d/console.log
-device isa-serial,chardev=charserial0,id=serial0 -chardev
pty,id=charserial1 -device isa-serial,chardev=charserial1,id=serial1
-usb -vnc 0.0.0.0:2 -k en-us -no-kvm
char device redirected to /dev/pts/20
Segmentation fault
root@host:/var/log/libvirt/qemu# 

It segfaults when I'm connecting to it via VNC.

I'm kind of stuck with this issue and have no idea how to debug it further.
Any ideas how that could be fixed?

Roman Bogorodskiy


pgpoP2cAxBIbM.pgp
Description: PGP signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [ubuntu-cloud] Update on Ubuntu automated testing and CI of Openstack

2012-02-09 Thread Ghe Rivero
Wow! Openstack is really getting to much love from Ubuntu, nice!  I wish we
have so many resources to the same with Debian. Keep the good work guys!
Ghe Rivero

On Thu, Feb 9, 2012 at 12:09 PM, Mark Shuttleworth  wrote:

> On 08/02/12 23:57, Adam Gandelman wrote:
>
>> As promised for anyone who was interested when we announced to the last
>> last week, here is a blog post James Page and I put together describing our
>> Openstack testing efforts and infrastructure in greater detail:
>>
>> http://javacruft.wordpress.**com/2012/02/08/automating-**
>> openstack-testing-on-ubuntu/
>>
>
> Awesome work guys!
>
>
> __**_
> Mailing list: 
> https://launchpad.net/~**openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : 
> https://launchpad.net/~**openstack
> More help   : 
> https://help.launchpad.net/**ListHelp
>



-- 
Ghe Rivero
*OpenStack & Distribution Engineer
**www.stackops.com | * ghe.riv...@stackops.com 
** | +34 625 63 45 23 | skype:ghe.rivero*
* 
*

*

 ADVERTENCIA LEGAL 
Le informamos, como destinatario de este mensaje, que el correo electrónico
y las comunicaciones por medio de Internet no permiten asegurar ni
garantizar la confidencialidad de los mensajes transmitidos, así como
tampoco su integridad o su correcta recepción, por lo que STACKOPS
TECHNOLOGIES S.L. no asume responsabilidad alguna por tales circunstancias.
Si no consintiese en la utilización del correo electrónico o de las
comunicaciones vía Internet le rogamos nos lo comunique y ponga en nuestro
conocimiento de manera inmediata. Este mensaje va dirigido, de manera
exclusiva, a su destinatario y contiene información confidencial y sujeta
al secreto profesional, cuya divulgación no está permitida por la ley. En
caso de haber recibido este mensaje por error, le rogamos que, de forma
inmediata, nos lo comunique mediante correo electrónico remitido a nuestra
atención y proceda a su eliminación, así como a la de cualquier documento
adjunto al mismo. Asimismo, le comunicamos que la distribución, copia o
utilización de este mensaje, o de cualquier documento adjunto al mismo,
cualquiera que fuera su finalidad, están prohibidas por la ley.

* PRIVILEGED AND CONFIDENTIAL 
We hereby inform you, as addressee of this message, that e-mail and
Internet do not guarantee the confidentiality, nor the completeness or
proper reception of the messages sent and, thus, STACKOPS TECHNOLOGIES S.L.
does not assume any liability for those circumstances. Should you not agree
to the use of e-mail or to communications via Internet, you are kindly
requested to notify us immediately. This message is intended exclusively
for the person to whom it is addressed and contains privileged and
confidential information protected from disclosure by law. If you are not
the addressee indicated in this message, you should immediately delete it
and any attachments and notify the sender by reply e-mail. In such case,
you are hereby notified that any dissemination, distribution, copying or
use of this message or any attachments, for any purpose, is strictly
prohibited by law.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [ubuntu-cloud] Update on Ubuntu automated testing and CI of Openstack

2012-02-09 Thread Mark Shuttleworth

On 08/02/12 23:57, Adam Gandelman wrote:
As promised for anyone who was interested when we announced to the 
last last week, here is a blog post James Page and I put together 
describing our Openstack testing efforts and infrastructure in greater 
detail:


http://javacruft.wordpress.com/2012/02/08/automating-openstack-testing-on-ubuntu/ 



Awesome work guys!

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Swift 1.4.6 release proposed candidate

2012-02-09 Thread Thierry Carrez
Hi everyone,

A milestone-proposed branch was created for Swift in preparation for the
1.4.6 release (scheduled for delivery on Friday).

Please test proposed deliveries to ensure no critical regression found
its way in. Milestone-critical fixes will be backported to the
milestone-proposed branch until final delivery of the milestone, and
will be tracked using the "1.4.6" milestone targeting.

Links:
 Milestone-critical bugs: https://launchpad.net/swift/+milestone/1.4.6
 Branch at: https://github.com/openstack/swift/tree/milestone-proposed
 Proposed tarballs at: http://swift.openstack.org/tarballs/
  (Look for the most recent swift-1.4.6~*.tar.gz build)

You can also test the candidate on Ubuntu by enabling:
 ppa:swift-core/milestone-proposed

Cheers,

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] LDAP support in Keystone Light/redux

2012-02-09 Thread Ryan Lane
On Thu, Feb 9, 2012 at 3:29 AM, Adam Young  wrote:
> I've made some strides in the KSL  LDAP  implementation.  I've set up a
> github  clone with the code pushed:
>
>
> https://github.com/admiyo/keystone/tree/ldap
>
> The code is ugly,  as I'm in "Just get it working" mode.  Cleanup will
> happend prior to any attempt to merge with the Redux branch.  I've attempted
> to keep the same set of unit tests running as are used for the SQL backend.
>  The one delta is  Metadata, as I am not sure how (or even if) we want to
> reflect that in LDAP.  I've made those three unit tests no-ops for LDAP.
>
> There are still more API calls to implement, (Tenant_Modify for example) and
> then I'll test out against a live Open LDAP  instance.
>
> The one change I've made from the old config is that fields like URL  no
> longer have ldap_  in front of them,  so the config will look something like
>
> [ldap]
> url = ldap://localhost
> user = cn=Admin
> password = password
> backend_entities = ['Tenant', 'User', 'UserRoleAssociation', 'Role']
> suffix ='cn=example,cn=com'
>
>
>
> Feedback requested.
>

Looking through the code, it appears that using ldaps:// may work for
LDAPS support, but is LDAP w/ TLS going to be supported as well? Have
you tested LDAPS support?

- Ryan

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp