[openstack-dev] [Keystone] Memcache user token index and PKI tokens

2013-07-15 Thread Kieran Spear
Hi all, I want to backport the fix for the Token List in Memcache can consume an entire memcache page bug[1] to Grizzly, but I had a couple of questions: 1. Why do we need to store the entire token data in the usertoken-userid key? This data always seems to be hashed before indexing into the

Re: [openstack-dev] [keystone] sqlite doesn't support migrations

2013-07-15 Thread Stephen Gran
On 15/07/13 09:26, Thomas Goirand wrote: Dolph, If you do that, then you will be breaking Debian packages, as they expect Sqlite as the default, for example when using DEBIAN_FRONTEND=noninteractive apt-get install keystone (if you choose MySQL, then you need to enter admin credentials to setup

Re: [openstack-dev] Program Description for OpenStack QA

2013-07-15 Thread Thierry Carrez
Sean Dague wrote: Official Program Name: OpenStack Quality Assurance PTL: Sean Dague Mission Statement: Develop, maintain, and initiate tools and plans to ensure the upstream stability and quality of OpenStack, and its release readiness at any point during the release cycle. The OpenStack

Re: [openstack-dev] Bug #1194026

2013-07-15 Thread Thierry Carrez
Nachi Ueno wrote: Since this is critical bug which stops gating, I hope this is merged soon. I'll fix this code asap if I got review comment. Great work Nachi. I certainly hope it gets the second Neutron +2 very soon so we can make the Neutron tests voting again ASAP. Thanks, -- Thierry

Re: [openstack-dev] [keystone] sqlite doesn't support migrations

2013-07-15 Thread Thomas Goirand
On 07/15/2013 04:32 PM, Stephen Gran wrote: On 15/07/13 09:26, Thomas Goirand wrote: Dolph, If you do that, then you will be breaking Debian packages, as they expect Sqlite as the default, for example when using DEBIAN_FRONTEND=noninteractive apt-get install keystone (if you choose MySQL,

Re: [openstack-dev] [Savanna] Merge Fedora and Ubuntu DIB elements

2013-07-15 Thread Matthew Farrellee
On 07/15/2013 07:34 AM, Ivan Berezovskiy wrote: Matt, I've sent a comment at https://review.openstack.org/#/c/36690/ . So if I believe the issue is a hadoop.rpm that is out of spec w/ fedora. For instance, it claims to own things like /usr. It also doesn't have a proper post-install to

[openstack-dev] [openstack][neutron] Reserved fixed IPs

2013-07-15 Thread Cristian Tomoiaga
Hello everyone, I am working on implementing fixed IP reservation for tenants. My goal is to be able to reserve fixed IPs for a tenant and avoid as much as possible the ephemeral state of an IP. A basic workflow would be like this: Tenant or admin reserves one or more fixed IPs. He will than be

Re: [openstack-dev] [Nova][Horizon] Is there precedent for validating user input on data types to APIs?

2013-07-15 Thread Sean Dague
This looks like a good place to add a test to tempest to tickle the same behavior that horizon is driving. I expect this is another issue where we are expecting MySQL type coersion for the db, and something that will be exposed on the Postgresql Tempest run upstream. We have a standard

Re: [openstack-dev] Program Description for OpenStack QA

2013-07-15 Thread Sean Dague
On 07/15/2013 07:46 AM, Thierry Carrez wrote: Chmouel Boudjnah wrote: The OpenStack QA program starts with 2 git trees * tempest - https://github.com/openstack/tempest * grenade - https://github.com/openstack-dev/grenade I haven't read the full discussion on this so apologies if I am

[openstack-dev] [savanna]error while accessing Savanna UI

2013-07-15 Thread Arindam Choudhury
Hi, I did: git clone https://github.com/stackforge/savanna-dashboard.git cd savanna-dashboard python setup.py install pip show savannadashboard --- Name: savannadashboard Version: 0.2.rc2 Location: /usr/lib/python2.6/site-packages/savannadashboard-0.2.rc2-py2.6.egg Requires: then in

Re: [openstack-dev] cells checks on patches

2013-07-15 Thread Andrew Laski
I will also be working to help get cells passing tests. I just setup a blueprint on the Nova side for this, https://blueprints.launchpad.net/nova/+spec/cells-gating. On 07/13/13 at 05:00pm, Chris Behrens wrote: I can make a commitment to help getting cells passing. Basically, I'd like to

Re: [openstack-dev] Tempest testing for optional middlewares

2013-07-15 Thread Joe Hakim Rahme
Thank you Sean. In case someone checks this in the future, it's worth mentioning that any new field added to the conf file has to be declared in tempest/config.py first. Joe On Jul 12, 2013, at 8:26 PM, Sean Dague s...@dague.net wrote: On 07/12/2013 02:15 PM, Joe Hakim Rahme wrote: Hello

Re: [openstack-dev] Program Description for OpenStack QA

2013-07-15 Thread Thierry Carrez
Sean Dague wrote: On 07/15/2013 07:46 AM, Thierry Carrez wrote: Chmouel Boudjnah wrote: The OpenStack QA program starts with 2 git trees * tempest - https://github.com/openstack/tempest * grenade - https://github.com/openstack-dev/grenade I haven't read the full discussion on this so

Re: [openstack-dev] [savanna]error while accessing Savanna UI

2013-07-15 Thread Matthew Farrellee
On 07/15/2013 08:45 AM, Arindam Choudhury wrote: Hi, I did: git clone https://github.com/stackforge/savanna-dashboard.git cd savanna-dashboard python setup.py install pip show savannadashboard --- Name: savannadashboard Version: 0.2.rc2 Location:

Re: [openstack-dev] [savanna]error while accessing Savanna UI

2013-07-15 Thread Arindam Choudhury
Its solved. I started a cluster and then its working. Date: Mon, 15 Jul 2013 09:57:20 -0400 From: m...@redhat.com To: openstack-dev@lists.openstack.org CC: arin...@live.com; savanna-...@lists.launchpad.net Subject: Re: [openstack-dev] [savanna]error while accessing Savanna UI On

Re: [openstack-dev] Proposal for new Program: OpenStack Deployment

2013-07-15 Thread Anne Gentle
Any thoughts on these questions? Thanks, Anne On Wed, Jul 10, 2013 at 9:47 AM, Anne Gentle annegen...@justwriteclick.comwrote: Hi Robert, What's your plan for documenting the efforts so that others can do this in their environments? Is there any documentation currently for which you can

Re: [openstack-dev] [keystone] sqlite doesn't support migrations

2013-07-15 Thread Morgan Fainberg
On 2013/07/13, Stephen Gran a wrote : On 15/07/13 10:46, Thomas Goirand wrote: On 07/15/2013 04:32 PM, Stephen Gran wrote: On 15/07/13 09:26, Thomas Goirand wrote: Dolph, If you do that, then you will be breaking Debian packages, as they expect Sqlite as the default, for example when

Re: [openstack-dev] [savanna]error while accessing Savanna UI

2013-07-15 Thread Ruslan Kamaldinov
Congratulations! On Jul 15, 2013, at 6:13 PM, Arindam Choudhury arin...@live.com wrote: Its solved. I started a cluster and then its working. Date: Mon, 15 Jul 2013 09:57:20 -0400 From: m...@redhat.com To: openstack-dev@lists.openstack.org CC: arin...@live.com;

Re: [openstack-dev] Program Description for OpenStack QA

2013-07-15 Thread Thierry Carrez
Dolph Mathews wrote: On Monday, July 15, 2013, Thierry Carrez wrote: I'd generally agree with that. The only issue with devstack is that under the old project-based taxonomy it was classified as a gating project and therefore granted ATC status to its contributors. Under the

Re: [openstack-dev] Proposal for new Program: OpenStack Deployment

2013-07-15 Thread Clint Byrum
Excerpts from Anne Gentle's message of 2013-07-10 07:47:19 -0700: Hi Robert, What's your plan for documenting the efforts so that others can do this in their environments? Is there any documentation currently for which you can send links? We've been documenting the bootstrap procedure in

Re: [openstack-dev] [keystone] sqlite doesn't support migrations

2013-07-15 Thread Adam Young
On 07/15/2013 05:46 AM, Thomas Goirand wrote: On 07/15/2013 04:32 PM, Stephen Gran wrote: On 15/07/13 09:26, Thomas Goirand wrote: Dolph, If you do that, then you will be breaking Debian packages, as they expect Sqlite as the default, for example when using DEBIAN_FRONTEND=noninteractive

Re: [openstack-dev] Program Description for OpenStack QA

2013-07-15 Thread Dean Troyer
On Mon, Jul 15, 2013 at 9:59 AM, Thierry Carrez thie...@openstack.org wrote: Hopefully none :) But it's not just a question of falling off the ATC-granting scope... it's also that devstack is a critical piece of our CI system and I'd therefore prefer if it was taken care of by a team (or set

Re: [openstack-dev] [Keystone] Memcache user token index and PKI tokens

2013-07-15 Thread Adam Young
On 07/15/2013 04:06 AM, Kieran Spear wrote: Hi all, I want to backport the fix for the Token List in Memcache can consume an entire memcache page bug[1] to Grizzly, but I had a couple of questions: 1. Why do we need to store the entire token data in the usertoken-userid key? This data always

[openstack-dev] Program Proposal: DevStack

2013-07-15 Thread Dean Troyer
DevStack plays multiple roles in the development process for OpenStack. Official Title: DevStack PTL: Dean Troyer dtro...@gmail.com Mission Statement: To provide an installation of OpenStack from git repository master, or specific branches, suitable for development and operational testing. It

[openstack-dev] Execute Tempest test with admin privileges

2013-07-15 Thread Joe Hakim Rahme
Hello, I am trying to write a test in Tempest that would cover the behavior of the Swift Account Quotas middleware. The use case I'm trying to cover is that the test would create an account, put a quota on it, and try to upload a file larger and a file smaller than the quota. Here's what I have

Re: [openstack-dev] [keystone] sqlite doesn't support migrations

2013-07-15 Thread Dolph Mathews
On Sun, Jul 14, 2013 at 12:29 PM, Boris Pavlovic bo...@pavlovic.me wrote: Hi Dolph, Yes, I agree that there are some problems with sqlite and migrations. But I am not agree with approach of fully removing sqlite. It is pretty useful for testing. To be clear, I don't have any interest in

Re: [openstack-dev] [keystone] sqlite doesn't support migrations

2013-07-15 Thread Dolph Mathews
On Fri, Jul 12, 2013 at 3:19 PM, Monty Taylor mord...@inaugust.com wrote: On 07/11/2013 01:12 PM, Dolph Mathews wrote: Just as a general statement, outside the scope of openstack, I don't think sqlite is intended to support schema evolution. From the sqlite docs [1]: SQLite supports a

[openstack-dev] [Infra] Meeting Tuesday July 16th at 19:00 UTC

2013-07-15 Thread Elizabeth Krumbach Joseph
The OpenStack Infrastructure (Infra) team is hosting our weekly meeting tomorrow, Tuesday July 16th, at 19:00 UTC in #openstack-meeting Meeting agenda available here: https://wiki.openstack.org/wiki/Meetings/InfraTeamMeeting (anyone is welcome to to add agenda items) Everyone interested in

Re: [openstack-dev] [Neutron][LBaaS] Appliance support

2013-07-15 Thread Eugene Nikanorov
Hi Ravi, There are plans to support appliances (hardware or virtual) but not for Havana. Regarding vendor contributions - I'd like to know it as well. Thanks, Eugene. On Thu, Jul 11, 2013 at 5:04 AM, Ravi Chunduru ravi...@gmail.com wrote: Hi, I would like to know if we have any

Re: [openstack-dev] Bug #1194026

2013-07-15 Thread Edgar Magana
This is ready to be merged, already has two core reviews but Salvatore ask for some changes in the commit message. Thanks, Edgar On 7/15/13 1:47 AM, Thierry Carrez thie...@openstack.org wrote: Nachi Ueno wrote: Since this is critical bug which stops gating, I hope this is merged soon. I'll

Re: [openstack-dev] [OSLO] Comments/Questions on Messaging Wiki

2013-07-15 Thread William Henry
- Original Message - On Fri, Jul 12, 2013 at 8:09 PM, William Henry whe...@redhat.com wrote: Sent from my iPhone On Jul 12, 2013, at 5:27 PM, Doug Hellmann doug.hellm...@dreamhost.com wrote: On Fri, Jul 12, 2013 at 5:40 PM, William Henry whe...@redhat.com wrote:

Re: [openstack-dev] Program Proposal: DevStack

2013-07-15 Thread Russell Bryant
On 07/15/2013 11:39 AM, Dean Troyer wrote: DevStack plays multiple roles in the development process for OpenStack. Does it really make sense to be its own program? There was mention of just making it a part of infra or QA. QA actually makes the most sense to me, since devstack's primary use

Re: [openstack-dev] Program Description for OpenStack QA

2013-07-15 Thread Russell Bryant
On 07/15/2013 08:07 AM, Sean Dague wrote: On 07/15/2013 07:46 AM, Thierry Carrez wrote: Chmouel Boudjnah wrote: The OpenStack QA program starts with 2 git trees * tempest - https://github.com/openstack/tempest * grenade - https://github.com/openstack-dev/grenade I haven't read the full

Re: [openstack-dev] olso-config dev requirement

2013-07-15 Thread Doug Hellmann
On Mon, Jul 15, 2013 at 11:03 AM, Monty Taylor mord...@inaugust.com wrote: I was looking in to dependency processing as part of some pbr change, which got me to look at the way we're doing oslo-config dev requirements again. To start, this email is not about causing us to change what we're

Re: [openstack-dev] [OSLO] Comments/Questions on Messaging Wiki

2013-07-15 Thread Doug Hellmann
On Mon, Jul 15, 2013 at 1:15 PM, William Henry whe...@redhat.com wrote: -- On Fri, Jul 12, 2013 at 8:09 PM, William Henry whe...@redhat.com wrote: Sent from my iPhone On Jul 12, 2013, at 5:27 PM, Doug Hellmann doug.hellm...@dreamhost.com wrote: On

Re: [openstack-dev] Revert Pass instance host-id to Quantum using port bindings extension.

2013-07-15 Thread Aaron Rosen
On Sun, Jul 14, 2013 at 6:48 PM, Robert Kukura rkuk...@redhat.com wrote: On 07/12/2013 04:17 PM, Aaron Rosen wrote: Hi, On Fri, Jul 12, 2013 at 6:47 AM, Robert Kukura rkuk...@redhat.com mailto:rkuk...@redhat.com wrote: On 07/11/2013 04:30 PM, Aaron Rosen wrote: Hi,

[openstack-dev] [Savanna] Savanna 0.2 is released!

2013-07-15 Thread Sergey Lukjanov
Hello everyone, I'm very happy to announce the immediate release of Savanna 0.2. This release contains 3 components: Savanna core, plugin for OpenStack Dashboard and diskimage-builder elements. Release Notes (https://wiki.openstack.org/wiki/Savanna/ReleaseNotes/0.2): * Plugin Provisioning

Re: [openstack-dev] [OSLO] Comments/Questions on Messaging Wiki

2013-07-15 Thread Doug Hellmann
On Mon, Jul 15, 2013 at 4:28 PM, Russell Bryant rbry...@redhat.com wrote: On 07/15/2013 02:36 PM, Doug Hellmann wrote: The namespace relates to the API implementation inside the receiver. The way it currently works is the receiver subscribes to messages on a topic/exchange pair to have

[openstack-dev] [vmware] VMwareAPI sub-team status update, Monday July 15th 2013

2013-07-15 Thread Shawn Hartsock
Well folks, I put in some long hours last week just to try and get something in for Havana-2. It looks like every blueprint we were working on has been moved out to Havana-3. Havana-3 is September 6th. But, following my highly subjective formula ... I'd say if you aren't to a point you *think*

[openstack-dev] lambda() Errors in Quantum/Neutron Grizzly (2013.1.2)

2013-07-15 Thread Craig E. Ward
I am seeing strange errors in a single-node OpenStack Grizzly installation. The logs are complaining about a mismatch of arguments and cover the linuxbridge, dhcp, and l3 agents. Below is a sample: TypeError: lambda() takes exactly 2 arguments (3 given) The numbers expected and given are

Re: [openstack-dev] [Savanna] Savanna 0.2 is released!

2013-07-15 Thread Matthew Farrellee
Well done all, this release was no small effort! Especially, great collaboration and use of tools available from the OpenStack community. Best, matt On 07/15/2013 06:14 PM, Sergey Lukjanov wrote: Hello everyone, I'm very happy to announce the immediate release of Savanna 0.2. This release

Re: [openstack-dev] lambda() Errors in Quantum/Neutron Grizzly (2013.1.2)

2013-07-15 Thread Edgar Magana
Craig, It will help if you can add more information about your set-up: release version? devstack configuration (if you are using it) configuration files recently, if you are using master branch this error is really weird because we renamed all quantum references to neutron. Thanks, Edgar On

Re: [openstack-dev] Proposal for new Program: OpenStack Deployment

2013-07-15 Thread Robert Collins
On 11 July 2013 02:47, Anne Gentle annegen...@justwriteclick.com wrote: Hi Robert, What's your plan for documenting the efforts so that others can do this in their environments? Is there any documentation currently for which you can send links? Sorry for the slow reply to this; the thread

[openstack-dev] common codes

2013-07-15 Thread Gareth
Hi, all There are some common codes in most of projects, such as opnstack/common, db, and some else (?). I know a good way is using 'import oslo' is ok, instead of copy those codes here and there. And now we already have project oslo and trove, but how and when do we handle old codes, remove that

Re: [openstack-dev] common codes

2013-07-15 Thread Michael Basnight
On Jul 15, 2013, at 7:22 PM, Gareth academicgar...@gmail.com wrote: Hi, all There are some common codes in most of projects, such as opnstack/common, db, and some else (?). I know a good way is using 'import oslo' is ok, instead of copy those codes here and there. And now we already have

Re: [openstack-dev] common codes

2013-07-15 Thread Yaguang Tang
we put openstack common code in oslo , and sync to other projects to keep the common code in each project is aways up to date, when oslo is mature enough, then we will publish oslo as a openstack common library. the common code in each project just need to change from from nova.openstack.common

Re: [openstack-dev] common codes

2013-07-15 Thread Gareth
Michael, thanks for your perspective. It's easy to understand. But I just have some questions, not specific problems. Yaguang, I like the 'import' way too. But is there a global timeline of making oslo mature? Is this decided by oslo team or release plan? On Tue, Jul 16, 2013 at 11:00 AM,

Re: [openstack-dev] [keystone] sqlite doesn't support migrations

2013-07-15 Thread Thomas Goirand
On 07/15/2013 11:07 PM, Adam Young wrote: On 07/15/2013 05:46 AM, Thomas Goirand wrote: On 07/15/2013 04:32 PM, Stephen Gran wrote: On 15/07/13 09:26, Thomas Goirand wrote: Dolph, If you do that, then you will be breaking Debian packages, as they expect Sqlite as the default, for example

Re: [openstack-dev] [Nova] Review request: Blurprint of API validation

2013-07-15 Thread Ken'ichi Ohmichi
Hi Russell, I assigned you as the approver of bp nova-api-validation-fw, so could you take a look at this bp? You have changed the priority from Medium to Low these days. Could you show your concerns about this bp if you have. Thanks Ken'ichi Ohmichi --- On Tue, 9 Jul 2013 20:45:57 +0900

Re: [openstack-dev] common codes

2013-07-15 Thread Zhongyue Luo
Gareth, https://wiki.openstack.org/wiki/Oslo#Principles I believe this link will answer most of your answers. On Tue, Jul 16, 2013 at 11:16 AM, Gareth academicgar...@gmail.com wrote: Michael, thanks for your perspective. It's easy to understand. But I just have some questions, not specific

Re: [openstack-dev] [keystone] sqlite doesn't support migrations

2013-07-15 Thread Dolph Mathews
On Mon, Jul 15, 2013 at 10:44 PM, Thomas Goirand z...@debian.org wrote: On 07/15/2013 11:07 PM, Adam Young wrote: On 07/15/2013 05:46 AM, Thomas Goirand wrote: On 07/15/2013 04:32 PM, Stephen Gran wrote: On 15/07/13 09:26, Thomas Goirand wrote: Dolph, If you do that, then you will be