*** tetsuro has joined #openstack-placement | 00:13 | |
*** tetsuro has quit IRC | 00:31 | |
*** tetsuro has joined #openstack-placement | 00:35 | |
*** openstackgerrit has joined #openstack-placement | 02:13 | |
openstackgerrit | Brin Zhang proposed openstack/nova-specs master: Specifying az when restore shelved server https://review.openstack.org/624689 | 02:13 |
---|---|---|
*** takashin has joined #openstack-placement | 02:54 | |
*** alex_xu has quit IRC | 04:46 | |
*** alex_xu has joined #openstack-placement | 04:53 | |
openstackgerrit | Brin Zhang proposed openstack/nova-specs master: Specifying az when restore shelved server https://review.openstack.org/624689 | 05:59 |
*** openstackgerrit has quit IRC | 06:09 | |
*** nguyenhai has joined #openstack-placement | 06:46 | |
*** nguyenhai_ has quit IRC | 06:49 | |
*** belmoreira has joined #openstack-placement | 07:05 | |
*** e0ne has joined #openstack-placement | 07:16 | |
*** tssurya has joined #openstack-placement | 07:19 | |
*** helenafm has joined #openstack-placement | 07:57 | |
*** takashin has left #openstack-placement | 08:00 | |
*** e0ne has quit IRC | 08:01 | |
*** e0ne has joined #openstack-placement | 08:08 | |
*** tetsuro has quit IRC | 08:12 | |
*** ttsiouts has joined #openstack-placement | 08:14 | |
*** tetsuro has joined #openstack-placement | 08:22 | |
*** tetsuro has quit IRC | 08:29 | |
*** cdent has joined #openstack-placement | 08:29 | |
*** tetsuro has joined #openstack-placement | 08:36 | |
*** e0ne has quit IRC | 09:07 | |
*** e0ne has joined #openstack-placement | 09:15 | |
*** e0ne has quit IRC | 09:51 | |
cdent | stephenfin: thanks for fixing that wsme stuff, I don't have specific advice on _how_ not to use WSME, other than: don't | 10:04 |
stephenfin | cdent: np. Is there a project somewhere that migrated away from it and could be used as a blueprint for others? | 10:04 |
cdent | There might be, but I'm not aware of it | 10:05 |
cdent | The problem with WSME is that it is a world unto itself with a conceptual model that is almost entirely opposite web, services, made and easy | 10:06 |
cdent | so there's not really much in the way of translating | 10:06 |
stephenfin | ah, so rewrite rather than mere reshuffle. That's annoying | 10:06 |
cdent | it depends on how it is being used | 10:07 |
cdent | if it is just being used for validation jsonschema can help | 10:07 |
cdent | I've not investigated it deeply because I think that rewrite would be the right thing, to be more normally wsgi and, if using pecan, to not use pecan | 10:07 |
cdent | I've tried, in the past, to maintain a sort of calm approach to people having used WSME and Pecan, but these days I've lost that patience. They are both really really horrible and make applications that are horrible, and people should just learn python and wsgi and use them. | 10:08 |
cdent | (sorry not quite enough coffee yet this morning) | 10:08 |
stephenfin | I know nothing about WSGI other than what it's supposed to do, so I'll have to take your word on all the above | 10:10 |
stephenfin | But certainly, getting people off of unmaintained libraries is always going to be a good thing | 10:10 |
cdent | dtantsur has picked up core responsibilities on WSME in the past few weeks (and I've dropped them) | 10:12 |
*** ttsiouts has quit IRC | 10:20 | |
*** ttsiouts has joined #openstack-placement | 10:21 | |
*** ttsiouts has quit IRC | 10:26 | |
*** e0ne has joined #openstack-placement | 10:28 | |
*** e0ne has quit IRC | 10:45 | |
*** e0ne has joined #openstack-placement | 10:52 | |
*** ttsiouts has joined #openstack-placement | 11:06 | |
*** cdent has quit IRC | 11:36 | |
*** ttsiouts has quit IRC | 11:44 | |
*** ttsiouts has joined #openstack-placement | 11:45 | |
*** tetsuro has quit IRC | 11:48 | |
*** tetsuro has joined #openstack-placement | 11:49 | |
*** ttsiouts has quit IRC | 11:49 | |
*** ttsiouts has joined #openstack-placement | 11:53 | |
*** e0ne has quit IRC | 11:56 | |
*** openstackgerrit has joined #openstack-placement | 12:02 | |
openstackgerrit | Merged openstack/placement master: Fix a broken link in a release note https://review.openstack.org/648934 | 12:02 |
*** e0ne has joined #openstack-placement | 12:03 | |
*** e0ne has quit IRC | 12:31 | |
*** nguyenhai has quit IRC | 12:32 | |
*** belmoreira has quit IRC | 12:43 | |
*** e0ne has joined #openstack-placement | 12:44 | |
*** belmoreira has joined #openstack-placement | 12:47 | |
*** mriedem has joined #openstack-placement | 12:52 | |
*** cdent has joined #openstack-placement | 12:55 | |
openstackgerrit | Chris Dent proposed openstack/placement stable/stein: Fix a broken link in a release note https://review.openstack.org/649305 | 12:56 |
*** tetsuro has quit IRC | 12:57 | |
cdent | efried, mriedem : ^ that backport is bad-link-in-docs fix | 12:58 |
mriedem | i don't get it | 13:00 |
mriedem | https://docs.openstack.org/releasenotes/placement/stein.html#prelude points at https://docs.openstack.org/placement/latest/placement-api-microversion-history.html#add-in-tree-queryparam-on-get-allocation-candidates-maximum-in-stein | 13:00 |
mriedem | which seems ok | 13:00 |
cdent | hmmm. that's because that's latest | 13:03 |
mriedem | ah yeah ok https://docs.openstack.org/placement/stein/placement-api-microversion-history.html#add-in-tree-queryparam-on-get-allocation-candidates-maximum-in-stein | 13:03 |
cdent | which I guess if to latest is where the release notes will always point | 13:03 |
* cdent looks at release notes | 13:04 | |
cdent | hmmm. they are always latest | 13:04 |
cdent | so may as well not backport | 13:04 |
cdent | nevermind! | 13:04 |
mriedem | https://github.com/openstack/placement/commit/083451cd7711dbc3c5ef85a504ac4d9728a96c92 should have probably had redirects | 13:05 |
cdent | the master patch went through a couple of iterations | 13:05 |
cdent | you can't redirect anchors | 13:05 |
cdent | the #anchor isn't sent in the HTTP conversation | 13:05 |
*** mriedem has left #openstack-placement | 13:08 | |
* cdent makes a new rule | 13:08 | |
*** mriedem has joined #openstack-placement | 13:09 | |
cdent | new rule: no backporting while at conferences | 13:10 |
*** e0ne has quit IRC | 13:36 | |
*** e0ne has joined #openstack-placement | 13:42 | |
*** e0ne has quit IRC | 13:43 | |
*** helenafm has quit IRC | 13:44 | |
openstackgerrit | Chris Dent proposed openstack/placement master: Correct task status when a task is under review https://review.openstack.org/649338 | 13:59 |
*** tssurya has quit IRC | 14:05 | |
*** ttsiouts has quit IRC | 14:07 | |
*** ttsiouts has joined #openstack-placement | 14:08 | |
*** ttsiouts has quit IRC | 14:10 | |
*** e0ne has joined #openstack-placement | 14:10 | |
*** ttsiouts has joined #openstack-placement | 14:10 | |
*** tssurya has joined #openstack-placement | 14:14 | |
*** helenafm has joined #openstack-placement | 14:23 | |
*** cdent has quit IRC | 14:37 | |
*** e0ne has quit IRC | 15:11 | |
*** belmorei_ has joined #openstack-placement | 15:22 | |
*** belmorei_ has quit IRC | 15:23 | |
*** helenafm has quit IRC | 15:26 | |
openstackgerrit | Chris Dent proposed openstack/placement master: Spec: support mixing required traits with any traits https://review.openstack.org/649368 | 15:27 |
*** e0ne has joined #openstack-placement | 15:38 | |
efried | cdent: I think https://review.openstack.org/#/c/641392/ is waiting on you | 15:48 |
*** belmoreira has quit IRC | 15:53 | |
*** ttsiouts has quit IRC | 16:04 | |
*** ttsiouts has joined #openstack-placement | 16:04 | |
*** ttsiouts has quit IRC | 16:08 | |
*** ttsiouts has joined #openstack-placement | 16:08 | |
*** tssurya has quit IRC | 16:09 | |
*** e0ne has quit IRC | 16:28 | |
*** amodi has quit IRC | 16:58 | |
*** ttsiouts has quit IRC | 17:05 | |
*** ttsiouts has joined #openstack-placement | 17:06 | |
*** ttsiouts has quit IRC | 17:10 | |
*** amodi has joined #openstack-placement | 17:36 | |
*** e0ne has joined #openstack-placement | 18:04 | |
*** cdent has joined #openstack-placement | 18:09 | |
*** cdent has quit IRC | 18:30 | |
*** e0ne has quit IRC | 19:20 | |
*** amodi has quit IRC | 21:01 | |
*** ttsiouts has joined #openstack-placement | 21:24 | |
*** ttsiouts has quit IRC | 22:27 | |
*** ttsiouts has joined #openstack-placement | 22:28 | |
*** ttsiouts has quit IRC | 22:32 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!