Re: [openstack-dev] Toward SQLAlchemy 0.9.x compatibility everywhere for Icehouse

2014-03-02 Thread Thomas Goirand
On 03/02/2014 12:03 PM, Thomas Goirand wrote: > Hi, > > About a week ago, the maintainer of SQLAlchemy uploaded version 0.9.3 in > Debian Sid. This of course broke a lot of OpenStack packages, including > python-migrate. > > I do not intend to let this continue on for 7 months like it happened >

Re: [openstack-dev] Toward SQLAlchemy 0.9.x compatibility everywhere for Icehouse

2014-03-02 Thread Sean Dague
On 03/02/2014 03:12 AM, Thomas Goirand wrote: > On 03/02/2014 12:03 PM, Thomas Goirand wrote: >> Hi, >> >> About a week ago, the maintainer of SQLAlchemy uploaded version 0.9.3 in >> Debian Sid. This of course broke a lot of OpenStack packages, including >> python-migrate. >> >> I do not intend to

Re: [openstack-dev] [OpenStack-Dev] [Cinder] Open Source and community working together

2014-03-02 Thread Sean Dague
On 03/01/2014 06:30 PM, John Griffith wrote: > Hey, > > I just wanted to send out a quick note on a topic that came up recently. > Unfortunately the folks that I'd like to read this most; don't > participate on the ML typically, but I'd at least like to raise some > community awareness. > > We a

Re: [openstack-dev] [all][keystone] Increase of USER_ID length maximum from 64 to 255

2014-03-02 Thread Sean Dague
On 03/01/2014 08:00 PM, Clint Byrum wrote: > Excerpts from Robert Collins's message of 2014-03-01 14:26:57 -0800: >> On 1 March 2014 13:28, Clint Byrum wrote: >> >>> +1. A Keystone record belongs to Keystone, and it should have a Keystone >>> ID. External records that are linked should be linked s

[openstack-dev] [swift] Curious latency numbers in server logs on small PUTs

2014-03-02 Thread Seger, Mark (Cloud Services)
I've been doing some detailed analysis of the server/proxy logs to see how unusually long transactions spend their time when writing 1KB objects noting most of the time they take < 0.1 seconds. When I do see longer latencies, as expected, that time is usually attributed to a single object serve

Re: [openstack-dev] openstack java sdk

2014-03-02 Thread Pedro Navarro Pérez
Hi Rash, you could also try Apache jclouds. www.jclouds.org . http://jclouds.apache.org/documentation/quickstart/openstack/ On Fri, Feb 28, 2014 at 12:19 PM, Murali G D wrote: > Hi, > > Please check following link for maven artifacts. > http://mvnrepository.com/artifact/com.woorea/openstack-jav

Re: [openstack-dev] [OpenStack-Dev] [Cinder] Open Source and community working together

2014-03-02 Thread Anita Kuno
On 03/02/2014 07:10 AM, Sean Dague wrote: > On 03/01/2014 06:30 PM, John Griffith wrote: >> Hey, >> >> I just wanted to send out a quick note on a topic that came up >> recently. Unfortunately the folks that I'd like to read this >> most; don't participate on the ML typically, but I'd at least >>

Re: [openstack-dev] [OpenStack-Dev] [Cinder] Open Source and community working together

2014-03-02 Thread Doug Hellmann
On Sat, Mar 1, 2014 at 6:30 PM, John Griffith wrote: > Hey, > > I just wanted to send out a quick note on a topic that came up recently. > Unfortunately the folks that I'd like to read this most; don't participate > on the ML typically, but I'd at least like to raise some community > awareness. >

Re: [openstack-dev] [OpenStack-Dev] [Cinder] Open Source and community working together

2014-03-02 Thread Russell Bryant
On 03/01/2014 08:45 PM, Monty Taylor wrote: > On 03/01/2014 03:30 PM, John Griffith wrote: >> Hey, >> >> I just wanted to send out a quick note on a topic that came up recently. >> Unfortunately the folks that I'd like to read this most; don't >> participate on the ML typically, but I'd at least

Re: [openstack-dev] openstack java sdk

2014-03-02 Thread Vikas Deolaliker
Which service of openstack do you want to connect to? The java bindings for neutron and its extensions? On Friday, February 28, 2014 2:51 AM, rash g wrote: Hello,         I am working on a project which uses openstack.I want to connect my java code to openstack.For that I was thinking of

[openstack-dev] Fwd: [GSOC] Guidance for "Add a New Storage Backend" project.

2014-03-02 Thread saikrishna sripada
Hi All/Alej, I am a M.S student from India.My current research work is on Computer Networks, Cloud computing.I have been following involving with openstack since the past one year. I have contributed to open-stack in the past but its just bits and pieces here and there. I always thought of picking

[openstack-dev] Fwd: [GSOC] Guidance for "Add a New Storage Backend" project.

2014-03-02 Thread saikrishna sripada
Hi Srinivas/Alej/All, Adding to my earlier mail, I found "Implement a re-usable shared library for vmware (oslo.vmware) to be consumed by various OpenStack projects like Nova, Cinder or Glance" also interesting. Please help me choose t

[openstack-dev] Climate Incubation Application

2014-03-02 Thread Dina Belova
Hello, folks! I'd like to request Climate project review for incubation. Here is official incubation application: https://wiki.openstack.org/wiki/Climate/Incubation Additionally due to the project scope and the roadmap, we don't see any currently existing OpenStack program that fits Climate. So

Re: [openstack-dev] [Heat] Thoughts on adding a '--progress' option?

2014-03-02 Thread Steve Baker
On 28/02/14 20:28, Qiming Teng wrote: > The creation a stack is usually a time costly process, considering that > there are cases where software packages need to be installed and > configured. > > There are also cases where a stack consists of more than one VM instance > and the dependency between

Re: [openstack-dev] [all][keystone] Increase of USER_ID length maximum from 64 to 255

2014-03-02 Thread Morgan Fainberg
Having done some work with MySQL (specifically around similar data sets) and discussing the changes with some former coworkers (MySQL experts) I am inclined to believe the move from varchar to binary absolutely would increase performance like this. However, I would like to get some real benchmark

Re: [openstack-dev] Toward SQLAlchemy 0.9.x compatibility everywhere for Icehouse

2014-03-02 Thread Sean Dague
On 03/02/2014 07:06 AM, Sean Dague wrote: > On 03/02/2014 03:12 AM, Thomas Goirand wrote: >> On 03/02/2014 12:03 PM, Thomas Goirand wrote: >>> Hi, >>> >>> About a week ago, the maintainer of SQLAlchemy uploaded version 0.9.3 in >>> Debian Sid. This of course broke a lot of OpenStack packages, inclu

Re: [openstack-dev] [OpenStack-Dev] [Cinder] Open Source and community working together

2014-03-02 Thread Christopher Yeoh
On Sat, 1 Mar 2014 16:30:10 -0700 John Griffith wrote: > I don't want to go into detail about who, what, where etc at this > point. I instead, I want to point out that in my opinion this is no > way to operate in an Open Source community. Collaboration is one > thing, but ambushing other peoples

[openstack-dev] WARNING: ... This application has not enabled MySQL traditional mode, which means silent data corruption may occur - real issue?

2014-03-02 Thread Sean Dague
Coming in at slightly less than 1 million log lines in the last 7 days: http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiVGhpcyBhcHBsaWNhdGlvbiBoYXMgbm90IGVuYWJsZWQgTXlTUUwgdHJhZGl0aW9uYWwgbW9kZSwgd2hpY2ggbWVhbnMgc2lsZW50IGRhdGEgY29ycnVwdGlvbiBtYXkgb2NjdXJcIiIsImZpZWxkcyI6W10sIm9mZnNldCI6

[openstack-dev] [Neutron][IPv6]

2014-03-02 Thread Randy Tuttle
Hi all. Just submitted the code[1] for supporting dual-stack (IPv6 and IPv4) on an external gateway port of a tenant's router (l3_agent). It implements [2]. Please, if you would, have a look and provide any feedback. I would be grateful. Cheers, Randy [1]. https://review.openstack.org/#/c/77471

Re: [openstack-dev] [Neutron][IPv6] New Subnet options editable?

2014-03-02 Thread Xuhan Peng
Abishek, The two attributes are editable if you look at Sean's patch https://review.openstack.org/#/c/52983/27/neutron/api/v2/attributes.py. The "allow_put" is set to be "True" for these two attributes. Xuhan On Sat, Mar 1, 2014 at 2:26 AM, Abishek Subramanian (absubram) < [email protected]> wr

Re: [openstack-dev] [Neutron][IPv6] BP:Store both IPv6 LLA and GUA address on router interface port

2014-03-02 Thread Randy Tuttle
Hi Yuhan Sorry I am slow to respond, but I was catching up on some emails and found this one from you. Regarding your comments on the RA from the router gateway port... I disagree that the LLA for the qg- interface is (or should be) the gateway for the tenant's subnet. On the contrary, it sho

Re: [openstack-dev] Toward SQLAlchemy 0.9.x compatibility everywhere for Icehouse

2014-03-02 Thread Thomas Goirand
On 03/03/2014 08:20 AM, Sean Dague wrote: > I restacked the final 2 changes to just be the tox fixes to actually run > this code - https://review.openstack.org/#/c/66156/ > > It looks like there are still 2 unit test failures in there even after > the 4 changes above. > > Did you see those in you

Re: [openstack-dev] WARNING: ... This application has not enabled MySQL traditional mode, which means silent data corruption may occur - real issue?

2014-03-02 Thread John Griffith
On Sun, Mar 2, 2014 at 7:42 PM, Sean Dague wrote: > Coming in at slightly less than 1 million log lines in the last 7 days: > > http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiVGhpcyBhcHBsaWNhdGlvbiBoYXMgbm90IGVuYWJsZWQgTXlTUUwgdHJhZGl0aW9uYWwgbW9kZSwgd2hpY2ggbWVhbnMgc2lsZW50IGRhdGEgY2

[openstack-dev] [Heat] OS::Heat::InstanceGroup deploy Bare-metal instance

2014-03-02 Thread Nora Zhou
Hi I recently use OS::Heat::InstanceGroup to deploy multiple Bare-metal instances. I Also hope to attach network for these Bare-metal instances. However, the resource OS::Heat::InstanceGroup and AWS::AutoScaling::LaunchConfiguration both has no network property. What can I do to attach network

Re: [openstack-dev] Climate Incubation Application

2014-03-02 Thread Joe Gordon
On Sun, Mar 2, 2014 at 11:32 AM, Dina Belova wrote: > Hello, folks! > > I'd like to request Climate project review for incubation. Here is official > incubation application: > > https://wiki.openstack.org/wiki/Climate/Incubation I'm unclear on what Climate is trying to solve. I read the 'Detailed

Re: [openstack-dev] Toward SQLAlchemy 0.9.x compatibility everywhere for Icehouse

2014-03-02 Thread Thomas Goirand
On 03/03/2014 11:24 AM, Thomas Goirand wrote: > It looks like my patch fixes the first unit test failure. Though we > still need a fix for the 2nd problem: > AttributeError: 'module' object has no attribute 'AbstractType' Replying to myself... It looks like AbstractType is "not needed except for

Re: [openstack-dev] [Neutron][IPv6] BP:Store both IPv6 LLA and GUA address on router interface port

2014-03-02 Thread Xuhan Peng
Randy, I may need some time to review your latest code change to the blueprint you mentioned. But I think we can discuss this in the coming IPv6 sub team meeting. Xuhan On Mon, Mar 3, 2014 at 11:20 AM, Randy Tuttle wrote: > Hi Yuhan > > Sorry I am slow to respond, but I was catching up on some

Re: [openstack-dev] [Neutron][IPv6]

2014-03-02 Thread Xuhan Peng
Randy, I haven't checked the code detail yet, but I have a general question about this blueprint. Considering multiple external networks on L3 agent is supported [1]. Do you think it's still necessary to use separate subnets on one external network for IPv4 and IPv6 instead of using two external n