| *** odyssey4me has quit IRC | 00:09 | |
| *** odyssey4me has joined #openstack-requirements | 00:09 | |
| *** commandolinekr has joined #openstack-requirements | 00:44 | |
| *** udesale has joined #openstack-requirements | 03:46 | |
| openstackgerrit | Tony Breeds proposed openstack/requirements master: Mark trollius only be used under py2 https://review.openstack.org/550740 | 05:34 |
|---|---|---|
| *** openstackgerrit has quit IRC | 05:49 | |
| *** udesale has quit IRC | 05:51 | |
| *** udesale has joined #openstack-requirements | 05:52 | |
| *** gaurangt has quit IRC | 06:04 | |
| *** openstackgerrit has joined #openstack-requirements | 06:31 | |
| openstackgerrit | Shachar Snapiri proposed openstack/requirements master: Add skydive-client to global-requirements https://review.openstack.org/553388 | 06:31 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements master: Updated from generate-constraints https://review.openstack.org/552806 | 06:33 |
| *** udesale_ has joined #openstack-requirements | 06:34 | |
| *** udesale has quit IRC | 06:38 | |
| *** udesale_ is now known as udesale | 06:47 | |
| openstackgerrit | Shachar Snapiri proposed openstack/requirements master: Add skydive-client to global-requirements https://review.openstack.org/553388 | 07:05 |
| *** udesale_ has joined #openstack-requirements | 07:18 | |
| *** udesale has quit IRC | 07:18 | |
| *** andreas_s has joined #openstack-requirements | 07:38 | |
| *** florianf has joined #openstack-requirements | 07:49 | |
| *** udesale_ has quit IRC | 08:23 | |
| *** udesale_ has joined #openstack-requirements | 08:30 | |
| *** udesale_ has quit IRC | 09:30 | |
| *** udesale has joined #openstack-requirements | 09:32 | |
| *** edmondsw has joined #openstack-requirements | 11:14 | |
| *** edmondsw has quit IRC | 11:18 | |
| *** vpickard_ is now known as vpickard | 12:05 | |
| *** edmondsw has joined #openstack-requirements | 12:15 | |
| *** odyssey4me has quit IRC | 12:42 | |
| *** odyssey4me has joined #openstack-requirements | 12:42 | |
| *** kiennt26 has joined #openstack-requirements | 14:34 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements master: update constraint for osc-lib to new release 1.10.0 https://review.openstack.org/554243 | 14:44 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements master: update constraint for oslo.db to new release 4.35.0 https://review.openstack.org/554244 | 14:47 |
| *** udesale has quit IRC | 14:50 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements master: update constraint for python-zunclient to new release 1.2.1 https://review.openstack.org/554248 | 14:53 |
| *** kiennt26 has quit IRC | 15:15 | |
| smcginnis | Do we define allowed pip versions somewhere. The version of pip itself. | 15:24 |
| prometheanfire | smcginnis: no, because it's a bootstrapping problem | 15:24 |
| prometheanfire | iirc | 15:24 |
| smcginnis | OK, that's what I thought. | 15:24 |
| smcginnis | We need that before we can do anything. | 15:25 |
| prometheanfire | ? | 15:25 |
| smcginnis | Looks like there was a backwards incompatible "bugfix" change that we're having trouble with - | 15:25 |
| prometheanfire | :| | 15:25 |
| smcginnis | https://github.com/pypa/pip/issues/5081 | 15:25 |
| prometheanfire | smcginnis: where do we import pip? | 15:28 |
| smcginnis | prometheanfire: Looks like we don't directly, but pick up the problem through ryu - https://github.com/osrg/ryu/blob/master/ryu/utils.py#L143 | 15:31 |
| prometheanfire | ah | 15:31 |
| smcginnis | Last commit there changed some things, but I would expect us to still hit that. Unless we don't ever end up using parse_requirements there. | 15:32 |
| smcginnis | I'll try bumping the u-c since we don't hit this with master. I've only seen it on stable/pike. | 15:33 |
| prometheanfire | and I can't see their archives on gmane... | 15:33 |
| smcginnis | Hmm, does it work to depends-on a requirements patch? | 15:44 |
| prometheanfire | does what work? | 15:49 |
| smcginnis | I guess we'll find out. ;) | 15:51 |
| smcginnis | But I think the tox files point to the public URL, so I'm not expecting much. | 15:51 |
| *** andreas_s has quit IRC | 16:27 | |
| *** andreas_s has joined #openstack-requirements | 16:28 | |
| *** andreas_s has quit IRC | 16:45 | |
| openstackgerrit | Andreas Jaeger proposed openstack/requirements master: Add some OpenStack networking-* projects to global-requirements 1/2 https://review.openstack.org/552865 | 16:52 |
| openstackgerrit | Andreas Jaeger proposed openstack/requirements master: Add some OpenStack networking-* projects to global-requirements 2/2 https://review.openstack.org/553240 | 16:52 |
| johnsom | FYI, we are seeing it in our stable/pike gates too: http://logs.openstack.org/63/554063/1/check/octavia-v1-dsvm-scenario/5eaa44e/logs/screen-q-agt.txt.gz | 18:05 |
| johnsom | neutron agent unhappy | 18:05 |
| prometheanfire | johnsom: openflow it looks like? | 18:13 |
| prometheanfire | oh, ryu | 18:15 |
| johnsom | Yeah, looks like it. Why in the world Ryu needs that.... | 18:15 |
| prometheanfire | johnsom: see https://review.openstack.org/554270 | 18:15 |
| johnsom | At least it looks like the saw the error of their ways... | 18:16 |
| prometheanfire | ya | 18:17 |
| *** openstackgerrit has quit IRC | 18:48 | |
| *** florianf has quit IRC | 19:21 | |
| tonyb | smcginnis: It shoudl work in the common cases to Depends-On a chnage in OpenStack/requirements | 20:07 |
| smcginnis | tonyb: I was pleasantly surprised to see that it had. :) | 20:08 |
| tonyb | Gah! the pip team said they'd make that change in 10.0.0 not during the 9. releases | 20:08 |
| prometheanfire | tonyb: yep, you should read them saying they don't care in the issue | 20:09 |
| prometheanfire | love the pypa team... | 20:09 |
| tonyb | that's a terrible UX for consumers, even if they are doing somethign silly that you don't like #disappointed | 20:09 |
| smcginnis | That issue is an interesting read for sure. | 20:09 |
| tonyb | prometheanfire: I have | 20:09 |
| smcginnis | I especially liked the statement "So it's hard to see this as a sudden, unexpected breakage." | 20:09 |
| tonyb | anyway I'm not really here | 20:11 |
| smcginnis | I feel that way often. :P | 20:11 |
| tonyb | Also "There was certainly no intention of breaking existing usage." so at least they get it's a mistake | 20:11 |
| smcginnis | The later comments at least seem to understand a little better the impact. | 20:11 |
| tonyb | I guess we need to treat this as a firedrill and work with infra to see what we can do to pin pip < 10 *if* it breaks us | 20:12 |
| tonyb | and I expect it will I know pbr uses pip internals like that :( | 20:13 |
| tonyb | anyway I really need to stop yapping about pip and eat breakfast and get the kids to scholl/doctors :D #badTony | 20:13 |
| prometheanfire | yep | 20:13 |
| prometheanfire | go away | 20:13 |
| prometheanfire | :D | 20:14 |
| *** edmondsw has quit IRC | 22:49 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!