*** bswartz has joined #openstack-relmgr-office | 00:16 | |
*** dims_ has joined #openstack-relmgr-office | 00:38 | |
*** david-lyle has quit IRC | 00:40 | |
*** dims_ has quit IRC | 00:43 | |
*** dims_ has joined #openstack-relmgr-office | 00:43 | |
*** david-lyle has joined #openstack-relmgr-office | 00:44 | |
*** bdemers has quit IRC | 01:06 | |
*** dims_ has quit IRC | 01:27 | |
*** dims_ has joined #openstack-relmgr-office | 01:29 | |
*** dims_ has quit IRC | 01:37 | |
*** TravT has joined #openstack-relmgr-office | 01:47 | |
*** TravT_ has joined #openstack-relmgr-office | 01:49 | |
*** TravT has quit IRC | 01:52 | |
*** TravT_ has quit IRC | 02:18 | |
*** mriedem1 is now known as mriedem | 02:54 | |
*** bdemers has joined #openstack-relmgr-office | 02:54 | |
*** TravT has joined #openstack-relmgr-office | 02:59 | |
*** TravT has quit IRC | 03:05 | |
*** dims_ has joined #openstack-relmgr-office | 03:22 | |
*** dims_ has quit IRC | 03:28 | |
*** mriedem has quit IRC | 03:32 | |
*** openstackgerrit has quit IRC | 05:31 | |
*** openstackgerrit has joined #openstack-relmgr-office | 05:31 | |
*** TravT has joined #openstack-relmgr-office | 05:37 | |
*** TravT has quit IRC | 05:57 | |
*** TravT has joined #openstack-relmgr-office | 06:21 | |
*** jroll has quit IRC | 06:27 | |
*** TravT has quit IRC | 06:30 | |
*** TravT has joined #openstack-relmgr-office | 06:31 | |
*** jroll has joined #openstack-relmgr-office | 06:33 | |
*** armax has quit IRC | 06:38 | |
ttx | thingee: I'll probably let it live until Monday, I think we need to cut the library stable branches first | 06:54 |
---|---|---|
ttx | hopefully dhellmann will be back today and be able handle those | 06:55 |
*** HenryG has quit IRC | 07:21 | |
ttx | (quick note, I'm AFK today until ~ 1300 utc) | 07:31 |
*** HenryG has joined #openstack-relmgr-office | 08:12 | |
*** HenryG has quit IRC | 08:16 | |
*** dims_ has joined #openstack-relmgr-office | 08:30 | |
*** HenryG has joined #openstack-relmgr-office | 08:30 | |
*** dims_ has quit IRC | 08:34 | |
*** dims_ has joined #openstack-relmgr-office | 09:32 | |
*** dims_ has quit IRC | 09:36 | |
*** dims_ has joined #openstack-relmgr-office | 09:50 | |
dims_ | ttx: am picking up library release request https://review.openstack.org/#/c/224739/ and https://review.openstack.org/#/c/224812/ for keystone | 09:52 |
openstackgerrit | Merged openstack/releases: Release 1.1.0 of keystoneauth https://review.openstack.org/224739 | 10:47 |
openstackgerrit | Merged openstack/releases: Release 2.3.0 of keystonemiddleware https://review.openstack.org/224812 | 10:48 |
*** gordc has joined #openstack-relmgr-office | 11:41 | |
*** bswartz has quit IRC | 12:30 | |
*** mriedem has joined #openstack-relmgr-office | 12:41 | |
dhellmann | ttx: back and catching up on scrollback | 12:44 |
dhellmann | dims_: thanks for picking up the slack while I was out | 12:44 |
dims_ | yay, welcome back doug | 12:45 |
dhellmann | lifeless: I may have been overly conservative with interpreting the semver rules, but if the minimum allowed version of a dep is raised then the new version of the lib isn't compatible with the old version any more, is it? | 12:46 |
dhellmann | dims_, ttx, lifeless : where do we stand on library constraint updates? | 12:50 |
dhellmann | https://review.openstack.org/#/q/project:openstack/requirements+is:open+branch:master+file:upper-constraints.txt,n,z | 12:51 |
dims_ | dhellmann: i haven't been tracking that | 12:54 |
dhellmann | np | 12:54 |
dhellmann | dims_: did your fix for the - _ issue in glance-store land? | 13:01 |
dims_ | dhellmann: yes - https://review.openstack.org/#/c/224259/ | 13:01 |
dhellmann | dims_: does pip handle the safe_name() output correctly as a match? how about devstack, where I think we were filtering out LIBS_FROM_GIT from the constraints file? | 13:03 |
dims_ | dhellmann: pip does have a problem as lifeless mentions - "firstly, pip should have errored, because we had two constraints for the same thing" | 13:07 |
dhellmann | I'm not sure we ever had 2 constraints, did we? | 13:07 |
dhellmann | I thought it was just spelled wrong | 13:07 |
dims_ | dhellmann: what was happening was that edit-contraints was adding 'django_openstack_auth" with the file/path location even when there was already a django-openstack-auth line | 13:08 |
dhellmann | ah, I see. We also had an issue with glance_store being glance-store but I think that was done by hand | 13:09 |
dims_ | the review above, makes sure that both situations are handled | 13:09 |
*** dtantsur has joined #openstack-relmgr-office | 13:09 | |
* dhellmann nods | 13:09 | |
dtantsur | dhellmann, o/ | 13:09 |
dims_ | dhellmann: y | 13:09 |
dtantsur | dhellmann, that's about https://review.openstack.org/#/c/223143/ I'm fine with not bumping g-r, but I see tripleoclient trying to use 1.2.0 features | 13:10 |
dhellmann | dims_: the other side of the issue is that the code in devstack that tries to install libraries from git wasn't finding the name if it didn't match the output of "python setup.py --name" for the project in question | 13:10 |
dims_ | dhellmann: from a grep on my local directory it's just glance_store and django_openstack_auth with the unsafe names in their setup.cfg | 13:10 |
dhellmann | dtantsur: are they already trying to use them, or do they have plans to use them in the near future? | 13:10 |
dhellmann | dims_: that sounds right | 13:10 |
dtantsur | dhellmann, there's a patch up, lemme find | 13:10 |
dhellmann | dtantsur: if it is not already merged, I think it's too late | 13:11 |
dhellmann | dims_, lifeless, ttx, sdague: it would be good to get some reviews on https://review.openstack.org/#/q/project:openstack/requirements+is:open+branch:master+file:upper-constraints.txt,n,z | 13:11 |
dtantsur | dhellmann, ack, I'll communicate it to them. are you ok with upper-constraint change? | 13:12 |
dhellmann | dims_, lifeless, ttx: since we're in freeze, I've been waiting for a second +2 on everything | 13:12 |
dhellmann | dtantsur: yes, the upper-constraints.txt change is fine, but they need to be aware that does not mean they can land the patch and rely on the feature because their requirements will be wrong | 13:13 |
dtantsur | dhellmann, yeah, I realize it. thanks! | 13:13 |
dhellmann | dtantsur: ok, great, just making sure there's no mis-communication, thanks! | 13:14 |
dims_ | dhellmann: i can check and +1 in a few mins | 13:14 |
dtantsur | dhellmann, updated the patch to only mention u-c | 13:14 |
dhellmann | dtantsur: +2, ty | 13:15 |
dims_ | ouch don't know if any of those jobs use python-congressclient :( https://review.openstack.org/#/c/223130/ | 13:16 |
dhellmann | yeah, probably not | 13:16 |
dhellmann | we should at least have a job that tries to install everything listed, but I guess we don't right now | 13:17 |
dhellmann | lifeless: given https://review.openstack.org/#/c/224943/ passed all its tests for a constrained version of lib that doesn't exist, I wonder if we're missing an "install everything" or at least "verify every constrained version is available" test. Didn't we used to have a test that installed all of the packages into a virtualenv? | 13:19 |
dhellmann | or was that pbr? | 13:20 |
dims_ | don't believe i've run into that | 13:22 |
dims_ | jokke_: can you please respin https://review.openstack.org/#/c/223513/? | 13:22 |
* ttx is back | 13:22 | |
dims_ | dhellmann: we should leave glance-store as-is ^^ | 13:22 |
dims_ | hey ttx | 13:23 |
ttx | dhellmann: reviewing | 13:23 |
dhellmann | dims_: having the - is what broke devstack. It wasn't testing glance_store from source when we thought it was. | 13:23 |
dims_ | dhellmann: right, we fixed it now, so should be fine now | 13:24 |
dhellmann | dims_: https://review.openstack.org/#/c/220648/ | 13:24 |
dhellmann | dims_: devstack is fixed, too? not just the constraints auto-update? | 13:24 |
dims_ | dhellmann: yes, | 13:25 |
dhellmann | dims_: ack, good | 13:25 |
dims_ | the devstack job for django_openstack_auth against its master was the one that triggered this research | 13:25 |
ttx | dhellmann: weird alpha ordering on https://review.openstack.org/#/c/223838 ... any chance you can update it ? | 13:26 |
dhellmann | dims_: where was the change to fix devstack? does it use the edit-constraints code in the requirements repo? | 13:26 |
ttx | same for https://review.openstack.org/#/c/223837 | 13:26 |
dhellmann | ttx: that's odd. I think that was generated by the edit-constraints, but I'll look | 13:27 |
dims_ | let me rethink this a bit... | 13:27 |
dhellmann | ttx: done | 13:28 |
jokke_ | dims_: looking | 13:28 |
dims_ | so here's my feeling, setup.cfg name should be safe (should not have _), then we will have the right names in g-r and upper-constraints. if setup.cfg name is bad. requirements and u-c should still have the safe names and devstack and constraints update should both work | 13:29 |
jokke_ | dims_: so will the tests now run if we keep it as glance-store? | 13:29 |
dhellmann | jokke_: we're working through that right now | 13:30 |
dims_ | jokke_: we should try, want to spin another review to try that please? | 13:30 |
jokke_ | aha | 13:30 |
jokke_ | ok ... gimme a sec | 13:30 |
dims_ | thanks | 13:30 |
ttx | dhellmann: same for https://review.openstack.org/#/c/223837 | 13:30 |
jokke_ | ok, new one out there | 13:32 |
dhellmann | ttx: ahead of you | 13:32 |
dhellmann | dims_: devstack has "glance_store" hard-coded as a name in inc/glance inside install_glance() | 13:33 |
*** dansmith is now known as superdan | 13:35 | |
*** jhesketh has quit IRC | 13:44 | |
*** jhesketh has joined #openstack-relmgr-office | 13:45 | |
*** openstackgerrit has quit IRC | 13:46 | |
*** openstackgerrit has joined #openstack-relmgr-office | 13:47 | |
david-lyle | after many gate issues, django_openstack_auth is finally ready for release with 6e2cd8deffbd60074bf036c1cecdb280f281ccd4 | 13:48 |
david-lyle | should be 1.4.1 | 13:48 |
dhellmann | david-lyle: great! please submit a release request to openstack/releases (see http://git.openstack.org/cgit/openstack/releases/tree/README.rst) | 13:48 |
david-lyle | dhellmann: yes, forgot | 13:49 |
dhellmann | david-lyle: with the requirements updates I see, you want 1.5.0 to be consistent with how we've applied semver elsewhere | 13:50 |
dhellmann | david-lyle: does "ab9678d 2015-08-25 11:17:35 -0600 Removing hack for python 2.6 support" remove python 2.6 support entirely? | 13:50 |
david-lyle | dhellmann: no that happened in 1.4.0 | 13:50 |
david-lyle | this is just cleaning up some dead code | 13:51 |
david-lyle | s/this/that/ | 13:51 |
dhellmann | david-lyle: ok, that slipped past, it should have been a 2.0.0 release at that point :-( | 13:51 |
david-lyle | we went from 1.3.* to 1.4.* on that one | 13:51 |
dhellmann | right, but dropping a language level support is a backwards-incompatible change | 13:52 |
david-lyle | dhellmann: right | 13:53 |
dhellmann | looking at the list of changes in that release, I'm not sure I would have spotted it either http://logs.openstack.org/89/214689/5/check/gate-releases-tox-list-changes/16d1c09/console.html.gz | 13:54 |
dhellmann | david-lyle: did 1.4.0 have a change that actually broke 2.6? | 13:54 |
david-lyle | django 1.8 no longer supports python 2.6 | 13:55 |
dhellmann | ok, so it was buried in one of the requirements updates? | 13:56 |
david-lyle | essentially | 13:56 |
dhellmann | ok. not a terribly big deal, but that's the sort of thing to highlight in future releases | 13:56 |
david-lyle | dhellmann: I understand | 13:57 |
david-lyle | dhellmann: the 1.4.1 or 1.5? for this release? | 13:59 |
david-lyle | *then | 13:59 |
dhellmann | ttx, lifeless, david-lyle: since we missed the 2.0 bump for 1.4, but it applies to this upcoming release as well, should we do 1.5 or 2.0? | 13:59 |
dhellmann | david-lyle: it will be at least 1.5 | 13:59 |
dhellmann | dims_: thoughts? ^^ | 14:00 |
david-lyle | well we went from 1.3. - 1.4 in Liberty for the django/python change | 14:00 |
david-lyle | but we can move to 2.0 | 14:00 |
dhellmann | david-lyle: yeah, the 1.3-1.4 change was a mistake, so I'm trying to decide if we correct it now for the stable branch release | 14:01 |
dhellmann | I'm inclined to do it, but want to see what the others think | 14:01 |
david-lyle | sure | 14:01 |
dims_ | +1 to 2.0 | 14:02 |
openstackgerrit | Ben Swartzlander proposed openstack/releases: Release of python-manilaclient 1.4.0 https://review.openstack.org/225159 | 14:02 |
dhellmann | david-lyle: why don't you go ahead and submit it as 2.0.0 and if the others think 1.5 is ok I'll edit your patch before cutting the release | 14:02 |
*** bswartz has joined #openstack-relmgr-office | 14:02 | |
david-lyle | dhellmann: sounds good | 14:02 |
bswartz | dhellmann: I just pushed https://review.openstack.org/225159 to do another manilaclient release for liberty -- it that going to be controversial or are you okay with it? | 14:03 |
dhellmann | bswartz: as long as it's backwards-compatible, that should be ok. I think at this point we wouldn't want any other projects to raise their dependency on manilaclient unless the feature they need is already landed, but it doesn't seem like that would be possible. | 14:05 |
bswartz | yeah no other projects will have a dependency on 1.4, but 1.4 should be the CLI version that ships with Liberty | 14:07 |
bswartz | so the 1.4 release is where the manilaclient branch should be made | 14:08 |
openstackgerrit | David Lyle proposed openstack/releases: Release 2.0.0 of django_openstack_auth https://review.openstack.org/225167 | 14:08 |
dhellmann | bswartz: ok, sounds good | 14:12 |
bswartz | dhellmann: also I updated the requirements patch that bumps the upper-contraint on manilaclient to depend on the release of the mentioned version, so they can be workflowed in any order | 14:13 |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:14 | |
dhellmann | bswartz: sounds good. | 14:15 |
*** dims_ has quit IRC | 14:20 | |
*** dims_ has joined #openstack-relmgr-office | 14:21 | |
openstackgerrit | Merged openstack/releases: Release of python-manilaclient 1.4.0 https://review.openstack.org/225159 | 14:21 |
*** Guest67 has joined #openstack-relmgr-office | 14:21 | |
jokke_ | dims_: looks promising | 14:26 |
dims_ | jokke_: cool | 14:26 |
*** Guest67 is now known as nikhil_k | 14:28 | |
*** jroll is now known as jroll|dupe | 14:31 | |
*** jroll|dupe is now known as brickednick | 14:31 | |
openstackgerrit | Merged openstack/releases: Release 2.0.0 of django_openstack_auth https://review.openstack.org/225167 | 14:31 |
*** david-lyle has quit IRC | 14:31 | |
*** brickednick is now known as jroll | 14:31 | |
* ttx looks up FFE/RC1 progress | 14:33 | |
ttx | nikhil_k, mestery, redrobot, morgan: ping me when around for a quick release status check | 14:34 |
ttx | SlickNik: same ^ | 14:35 |
*** nikhil has joined #openstack-relmgr-office | 14:35 | |
nikhil_k | ttx: hi | 14:35 |
nikhil_k | https://launchpad.net/glance/+milestone/liberty-rc1 | 14:35 |
ttx | nikhil: how are those last feature patches going on ? | 14:36 |
nikhil_k | I got this approved | 14:36 |
nikhil_k | https://review.openstack.org/#/c/196240/ | 14:36 |
nikhil_k | the other one is ready code wise | 14:36 |
ttx | so one is in-flight, the other missing final review ? | 14:36 |
nikhil_k | I will let you know (my) early Monday on the final call | 14:36 |
nikhil_k | yes | 14:36 |
ttx | ok. You still need to refine the RC1 bug list so that it's truly release blockers. It feels like tere are a few nice-to-haves in there | 14:37 |
nikhil_k | ttx I got the artifacts people open a bug for each of their reviews | 14:38 |
ttx | ah, ok | 14:38 |
nikhil_k | ttx so basically, they all are waiting for one more +2 | 14:38 |
nikhil_k | the bug list is relatively small | 14:38 |
ttx | sounds good | 14:38 |
ttx | as long as we know what we are waiting for, it's good | 14:39 |
nikhil_k | awesome | 14:39 |
nikhil_k | ttx we are targetting late Monday or Tuesday max, depending on how the gate behaves | 14:39 |
nikhil_k | people are made aware of the same | 14:39 |
ttx | would be really good if all feature patches were in before end of week. We are already one week late for those | 14:40 |
ttx | so final call on Monday morning sounds good. | 14:40 |
nikhil_k | yeah, I hope for the same | 14:40 |
nikhil_k | and I will send email asking for reviews so that people can them over/after weekend | 14:40 |
openstackgerrit | Doug Hellmann proposed openstack-infra/release-tools: add special case for django-openstack-auth https://review.openstack.org/225180 | 14:40 |
ttx | then it's fine if we spend a couple of days fixing the RC bugs | 14:40 |
ttx | nikhil_k: thx | 14:40 |
nikhil_k | thanks ttx | 14:40 |
ttx | dhellmann: where do we stand wrt libraries and stable branches there ? | 14:43 |
ttx | All oslo libs are done I think | 14:43 |
dims_ | yep | 14:43 |
dhellmann | ttx: I haven't started cutting the others, yet. we're still getting release requests trickling in | 14:44 |
dhellmann | and I want the constraints updates to go in before the branches | 14:44 |
ttx | yeah. We still have FFEs running too, so we are not exactly on track | 14:44 |
ttx | which makes me wonder about reducing that period by one week | 14:44 |
ttx | making if we make a lot of noise about that one week reductyyion people will be more careful with deadlines (+ documentatin of the whole cycle) | 14:45 |
dhellmann | yeah, my hope was that next cycle we would have to do less work chasing folks | 14:45 |
dhellmann | agreed, having a more detailed cycle schedule with all the dates and implications listed, may help | 14:45 |
dhellmann | I was also going to ask all PTLs for managed projects to ack all release-related announce emails on the -dev list so we know who's paying attention | 14:46 |
ttx | dhellmann: it's the first cycle that I leave FFEs entirely up to PTLs, and some of them were stricter than I was, but about half of them were a lot looser and we still have standing FFes 3 weeks after FF | 14:47 |
dhellmann | :-/ | 14:47 |
*** TravT_ has joined #openstack-relmgr-office | 14:47 | |
*** TravT has quit IRC | 14:47 | |
dims_ | ouch | 14:48 |
*** TravT_ has quit IRC | 14:48 | |
ttx | if we still have some next week, we might need to use a bit of our influence to ask them to yank them | 14:48 |
*** TravT has joined #openstack-relmgr-office | 14:48 | |
dhellmann | if we're already behind, should we wait until next week? | 14:49 |
dhellmann | I've rejected one or two requirements updates to enable features already | 14:49 |
ttx | dhellmann: I think we are still OK with all RC1s before end of month | 14:49 |
dhellmann | ok | 14:49 |
ttx | due to small amounts of RC bugs | 14:49 |
ttx | but I epect a lot of respins as people take those late features out for real -life testing | 14:50 |
ttx | basically we are not (yet) jeopardizing final release date. We are reducing the quality of the end release. | 14:50 |
ttx | (by accepting features late and reducing testing time) | 14:50 |
*** TravT has quit IRC | 14:53 | |
ttx | dhellmann: I'm approving tha last two release tag changes (keystone and deb-packaging) | 14:53 |
*** TravT has joined #openstack-relmgr-office | 14:53 | |
ttx | we can always fix them later | 14:53 |
*** nikhil has quit IRC | 14:54 | |
*** TravT_ has joined #openstack-relmgr-office | 14:59 | |
*** TravT_ has quit IRC | 14:59 | |
*** TravT has quit IRC | 14:59 | |
*** TravT has joined #openstack-relmgr-office | 15:00 | |
*** armax has joined #openstack-relmgr-office | 15:00 | |
*** dims_ is now known as dimsum__ | 15:03 | |
dhellmann | ttx: ++ | 15:04 |
*** TravT has quit IRC | 15:05 | |
*** TravT has joined #openstack-relmgr-office | 15:05 | |
dhellmann | ttx, dimsum__, lifeless : I've updated https://review.openstack.org/#/c/223596/, which updates several constraints at once | 15:08 |
ttx | +2 | 15:09 |
dimsum__ | +1 | 15:37 |
*** david-lyle has joined #openstack-relmgr-office | 15:43 | |
mestery | ttx: o/ | 15:45 |
mestery | ttx: Still waiting on 4 BPs, but I've got updates on them for you | 15:45 |
ttx | sure, fire | 15:47 |
mestery | https://blueprints.launchpad.net/neutron/+spec/lbaas-ref-octavia: Waiting on a single patch to merge in the neutron-lbaas repo which enables octavia by default in devstack | 15:47 |
mestery | https://blueprints.launchpad.net/neutron/+spec/wsgi-pecan-switch: Two patches to merge, then fold back to master, then it's done | 15:47 |
mestery | https://blueprints.launchpad.net/neutron/+spec/external-dns-resolution: One patch left, if it's not in by Monday it's out of Liberty | 15:47 |
mestery | https://blueprints.launchpad.net/neutron/+spec/neutron-flavor-framework-templates: This one is the most at risk, and likely won't make it. I'm following up with the owners today | 15:48 |
*** mriedem is now known as mriedem_lunch | 15:48 | |
ttx | yeah, if it's not in on Monday I think it's safer to defer at this stage | 15:51 |
mestery | Ack | 15:55 |
mestery | We'll work to get these landed today and over the weekend go from there. | 15:55 |
mestery | Monday things will be a lot more clear | 15:55 |
mestery | Thanks ttx! | 15:55 |
ttx | cool, thx | 15:55 |
*** dtantsur is now known as dtantsur|afk | 16:01 | |
dhellmann | I keep being surprised by the number of libraries we have now. This script to check the current versions of libs against constraints takes a long time to run. | 16:18 |
*** david-lyle has quit IRC | 16:19 | |
*** david-lyle has joined #openstack-relmgr-office | 16:26 | |
*** david-lyle has quit IRC | 16:31 | |
mestery | dhellmann: #winning? :) | 16:39 |
openstackgerrit | Doug Hellmann proposed openstack-infra/release-tools: Show output of zuul-cloner https://review.openstack.org/225229 | 16:40 |
openstackgerrit | Doug Hellmann proposed openstack-infra/release-tools: add a tool to compare the constraints file with existing releases https://review.openstack.org/225230 | 16:40 |
dhellmann | mestery: something like that :-) | 16:41 |
mestery | lol | 16:41 |
mestery | :) | 16:41 |
dimsum__ | we so sooooo modular now :) | 16:50 |
dimsum__ | we should turn each library into a micro service | 16:50 |
*** david-lyle has joined #openstack-relmgr-office | 16:57 | |
*** david-lyle has quit IRC | 17:44 | |
morgan | ttx: here | 17:54 |
morgan | ttx: sorry for the delay. Missed the ping earlier | 17:54 |
*** bswartz has quit IRC | 17:58 | |
*** TravT has quit IRC | 18:09 | |
*** TravT_ has joined #openstack-relmgr-office | 18:09 | |
*** david-lyle has joined #openstack-relmgr-office | 18:17 | |
*** TravT_ has quit IRC | 18:35 | |
*** TravT has joined #openstack-relmgr-office | 18:36 | |
*** TravT has quit IRC | 18:38 | |
*** TravT has joined #openstack-relmgr-office | 18:38 | |
*** david-lyle has quit IRC | 19:11 | |
*** david-lyle has joined #openstack-relmgr-office | 19:11 | |
*** david-lyle has quit IRC | 19:19 | |
openstackgerrit | Doug Hellmann proposed openstack-infra/release-tools: add a tool to compare the constraints file with existing releases https://review.openstack.org/225230 | 19:27 |
lifeless | ttx: http://logs.openstack.org/57/221157/10/check/gate-tempest-dsvm-full/18eb440/logs/devstacklog.txt.gz#_2015-09-18_13_51_46_902 is worrying | 19:30 |
lifeless | its my weekend but I'm going to send a mail | 19:30 |
*** TravT_ has joined #openstack-relmgr-office | 19:42 | |
*** TravT has quit IRC | 19:44 | |
*** TravT_ is now known as TravT | 19:50 | |
*** mriedem_lunch is now known as mriedem | 20:06 | |
*** david-lyle has joined #openstack-relmgr-office | 20:10 | |
*** mriedem has left #openstack-relmgr-office | 20:12 | |
*** bnemec has quit IRC | 20:15 | |
*** bnemec has joined #openstack-relmgr-office | 20:15 | |
*** gordc has quit IRC | 20:24 | |
dimsum__ | lifeless: dhellmann: what is the version for say Nova when we do make the liberty release? | 20:48 |
dhellmann | dimsum__: each project will have its own version, depending on how many releases have been done previously | 20:48 |
dhellmann | dimsum__: nova will be 12.x.y | 20:49 |
dimsum__ | dhellmann: ack thanks | 20:59 |
dhellmann | ttx: we have patches in flight to update the constraints for all libraries that were out of date. Most are in https://review.openstack.org/223596 but there are one or two individual patches still. | 21:08 |
dhellmann | ttx: mordred is working to resolve the osc/occ issue with a patch to occ so we can update its constraint as well, and that will happen when I do the next release | 21:08 |
dhellmann | ttx: I have added to my series of release-tools updates in https://review.openstack.org/#/q/project:openstack-infra/release-tools+is:open+topic:fix-alpha-tag-handling,n,z | 21:10 |
dhellmann | ttx: and with that status update, I'm going to start my weekend | 21:10 |
*** dims_ has joined #openstack-relmgr-office | 21:29 | |
*** dimsum__ has quit IRC | 21:32 | |
dims_ | good night dhellmann get some rest :) | 21:35 |
openstackgerrit | Matt Riedemann proposed openstack/releases: Juno: Release python-ceilometerclient 1.0.15 https://review.openstack.org/225339 | 21:38 |
*** david-lyle has quit IRC | 22:06 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:32 | |
*** openstackgerrit has quit IRC | 22:46 | |
*** openstackgerrit has joined #openstack-relmgr-office | 22:46 | |
*** dims_ has quit IRC | 22:56 | |
*** dimsum__ has joined #openstack-relmgr-office | 23:23 | |
*** nikhil_k has quit IRC | 23:29 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!