| *** alex_xu has joined #openstack-placement | 00:08 | |
| *** mriedem has quit IRC | 00:15 | |
| *** mriedem has joined #openstack-placement | 00:17 | |
| *** edmondsw has quit IRC | 00:17 | |
| *** mriedem has quit IRC | 00:47 | |
| *** tetsuro has joined #openstack-placement | 00:51 | |
| *** tetsuro has quit IRC | 00:53 | |
| *** tetsuro has joined #openstack-placement | 00:56 | |
| *** takashin has joined #openstack-placement | 01:01 | |
| *** edmondsw has joined #openstack-placement | 01:43 | |
| *** tetsuro has quit IRC | 02:05 | |
| *** tetsuro has joined #openstack-placement | 02:18 | |
| *** tetsuro has quit IRC | 02:24 | |
| *** tetsuro has joined #openstack-placement | 02:35 | |
| *** tetsuro has quit IRC | 02:40 | |
| *** tetsuro has joined #openstack-placement | 02:47 | |
| *** tetsuro has quit IRC | 03:02 | |
| *** tetsuro has joined #openstack-placement | 03:08 | |
| *** nguyenhai_ has quit IRC | 03:13 | |
| *** nguyenhai_ has joined #openstack-placement | 03:14 | |
| *** tetsuro has quit IRC | 03:15 | |
| *** tetsuro has joined #openstack-placement | 03:30 | |
| *** diga has joined #openstack-placement | 03:47 | |
| *** tetsuro has quit IRC | 04:02 | |
| *** tetsuro has joined #openstack-placement | 04:03 | |
| *** tetsuro has quit IRC | 04:04 | |
| *** tetsuro has joined #openstack-placement | 05:38 | |
| *** tetsuro has quit IRC | 06:05 | |
| *** tetsuro has joined #openstack-placement | 06:08 | |
| *** tetsuro has quit IRC | 06:31 | |
| *** ttsiouts has joined #openstack-placement | 06:53 | |
| *** tetsuro has joined #openstack-placement | 07:07 | |
| *** e0ne has joined #openstack-placement | 07:09 | |
| *** e0ne has quit IRC | 07:16 | |
| *** belmoreira has joined #openstack-placement | 07:25 | |
| *** ttsiouts has quit IRC | 07:33 | |
| *** ttsiouts has joined #openstack-placement | 07:34 | |
| *** ttsiouts has quit IRC | 07:38 | |
| *** tetsuro has quit IRC | 07:55 | |
| *** e0ne has joined #openstack-placement | 07:57 | |
| *** takashin has left #openstack-placement | 08:01 | |
| *** tssurya has joined #openstack-placement | 08:12 | |
| *** ttsiouts has joined #openstack-placement | 08:25 | |
| *** ttsiouts has quit IRC | 08:30 | |
| *** helenafm has joined #openstack-placement | 08:38 | |
| *** ttsiouts has joined #openstack-placement | 08:55 | |
| *** diga has quit IRC | 08:56 | |
| *** e0ne has quit IRC | 08:57 | |
| *** snevi has joined #openstack-placement | 09:08 | |
| *** ttsiouts has quit IRC | 09:08 | |
| *** ttsiouts has joined #openstack-placement | 09:09 | |
| *** ttsiouts_ has joined #openstack-placement | 09:11 | |
| *** ttsiouts has quit IRC | 09:12 | |
| *** snevi has quit IRC | 09:19 | |
| *** cdent has joined #openstack-placement | 09:25 | |
| *** rubasov has quit IRC | 09:50 | |
| cdent | stephenfin: I want to extract sections of https://docs.openstack.org/placement/latest/contributor/index.html to sub pages and then makes sure those pages show up in the blue column on the left. Can I? Basically I want to put a toctree in there. | 10:20 |
|---|---|---|
| stephenfin | cdent: I don't think so | 10:21 |
| stephenfin | At least not with the theme in its current form | 10:21 |
| cdent | okay. good to know. So the alternative would be a manual toctree in the main body of the document, yeah? | 10:22 |
| stephenfin | Let me experiment with it for a second | 10:22 |
| cdent | thanks | 10:23 |
| cdent | what I'm doing is pull out the testing section to prepare for making that page have quite a bit more info | 10:24 |
| cdent | but I want the fact that there are sub pages to be more visible than currently | 10:24 |
| *** tssurya has quit IRC | 10:40 | |
| *** tssurya has joined #openstack-placement | 10:42 | |
| openstackgerrit | Chris Dent proposed openstack/placement master: Docs: extract testing info to own sub-page https://review.openstack.org/639628 | 10:57 |
| *** ttsiouts_ has quit IRC | 11:09 | |
| *** ttsiouts has joined #openstack-placement | 11:10 | |
| *** e0ne has joined #openstack-placement | 11:16 | |
| *** ttsiouts has quit IRC | 11:23 | |
| *** rubasov has joined #openstack-placement | 11:35 | |
| *** ttsiouts has joined #openstack-placement | 11:49 | |
| *** tetsuro has joined #openstack-placement | 11:57 | |
| *** tetsuro has quit IRC | 11:59 | |
| *** s10 has joined #openstack-placement | 12:16 | |
| openstackgerrit | Chris Dent proposed openstack/placement master: Make api log in perfload be linkable https://review.openstack.org/639643 | 12:22 |
| *** mriedem has joined #openstack-placement | 13:44 | |
| *** e0ne has quit IRC | 13:50 | |
| *** e0ne has joined #openstack-placement | 14:04 | |
| stephenfin | cdent: So we could fix that but it would involve changes to openstackdocstheme | 14:12 |
| stephenfin | cdent: See http://docs.openvswitch.org/en/latest/intro/ | 14:12 |
| stephenfin | Specifically, the contents section on the right | 14:13 |
| stephenfin | You'll note that as you click on each link, it'll redraw the ToC | 14:13 |
| stephenfin | I'm not sure why we don't have that enabled for openstackdocstheme as-is | 14:13 |
| cdent | stephenfin: thanks for digging at that. I went ahead and dig a very simple thing for now, but it might be cool to explore doing fancier stuff | 14:14 |
| stephenfin | cdent: Fair | 14:16 |
| stephenfin | also, '.. contents::' | 14:16 |
| stephenfin | if you wanted a local page-specific ToC without having to do it manually | 14:16 |
| cdent | this is what I did, and hope to evolve, somehow: https://review.openstack.org/#/c/639628/1/doc/source/contributor/index.rst | 14:17 |
| *** Sundar has joined #openstack-placement | 14:30 | |
| *** ttsiouts has quit IRC | 14:45 | |
| *** s10 has quit IRC | 15:04 | |
| *** s10 has joined #openstack-placement | 15:05 | |
| *** ttsiouts has joined #openstack-placement | 15:06 | |
| *** s10 has quit IRC | 15:13 | |
| *** s10 has joined #openstack-placement | 15:14 | |
| *** helenafm has quit IRC | 15:42 | |
| openstackgerrit | Chris Dent proposed openstack/osc-placement master: Update tox and tests to work with modern setups https://review.openstack.org/639717 | 15:54 |
| cdent | mriedem: I hope that works with the gate-side functional tests that osc-placement does | 15:55 |
| cdent | I feel in that hole because I was working on adding a microversion, because I respond well to your commands | 15:55 |
| mriedem | pretty sure there is a functional-py35 job on that repo, but you might have hit py36 issues? | 16:09 |
| mriedem | osc-placement-dsvm-functional-py3 which will just use whatever python3 is on the devstack host | 16:09 |
| mriedem | so py35 on xenial and py36 on bionic | 16:10 |
| *** rubasov has quit IRC | 16:16 | |
| *** rubasov has joined #openstack-placement | 16:16 | |
| *** s10 has quit IRC | 16:16 | |
| *** tssurya has quit IRC | 16:21 | |
| cdent | I'm pretty sure it's a python2 test run against a python3 devstack | 16:24 |
| cdent | because the functional tests, as written, can't pass in python3 | 16:29 |
| openstackgerrit | Chris Dent proposed openstack/osc-placement master: Update tox and tests to work with modern setups https://review.openstack.org/639717 | 16:38 |
| openstackgerrit | Chris Dent proposed openstack/osc-placement master: Add support for 1.18 microversion https://review.openstack.org/639738 | 16:38 |
| *** tetsuro has joined #openstack-placement | 16:40 | |
| *** rubasov has quit IRC | 16:46 | |
| cdent | the chat in #openstack-tc right about not using legacy-dsvm much longer needs to apply to osc-placement's tests at some point | 16:47 |
| *** tetsuro has quit IRC | 16:51 | |
| *** e0ne has quit IRC | 17:00 | |
| *** mriedem is now known as mriedem_away | 17:01 | |
| *** rubasov has joined #openstack-placement | 17:13 | |
| *** cdent has left #openstack-placement | 17:28 | |
| *** cdent has joined #openstack-placement | 17:28 | |
| *** ttsiouts has quit IRC | 17:31 | |
| *** ttsiouts has joined #openstack-placement | 17:31 | |
| *** dims has quit IRC | 17:35 | |
| *** ttsiouts has quit IRC | 17:36 | |
| *** efried is now known as efried_afk | 17:47 | |
| *** dims has joined #openstack-placement | 17:48 | |
| *** Sundar is now known as DarthNau | 17:50 | |
| *** efried_afk is now known as efried | 18:32 | |
| *** mriedem_away is now known as mriedem | 18:50 | |
| *** e0ne has joined #openstack-placement | 18:58 | |
| openstackgerrit | Chris Dent proposed openstack/osc-placement master: Update tox and tests to work with modern setups https://review.openstack.org/639717 | 19:08 |
| openstackgerrit | Chris Dent proposed openstack/osc-placement master: Add support for 1.18 microversion https://review.openstack.org/639738 | 19:08 |
| cdent | that was a nightmare. turns out there were _many_ python3 problems | 19:08 |
| cdent | mriedem: ^ | 19:08 |
| * cdent dines | 19:08 | |
| *** DarthNau has quit IRC | 19:25 | |
| *** ttsiouts has joined #openstack-placement | 19:36 | |
| *** e0ne has quit IRC | 19:59 | |
| *** e0ne has joined #openstack-placement | 20:09 | |
| *** Sundar has joined #openstack-placement | 20:16 | |
| *** e0ne has quit IRC | 20:17 | |
| openstackgerrit | Chris Dent proposed openstack/osc-placement master: Update tox and tests to work with modern setups https://review.openstack.org/639717 | 20:19 |
| openstackgerrit | Chris Dent proposed openstack/osc-placement master: Add support for 1.18 microversion https://review.openstack.org/639738 | 20:19 |
| cdent | goodnight all | 20:24 |
| *** cdent has quit IRC | 20:24 | |
| *** e0ne has joined #openstack-placement | 20:30 | |
| *** e0ne has quit IRC | 20:33 | |
| *** e0ne has joined #openstack-placement | 20:35 | |
| *** Sundar has quit IRC | 21:33 | |
| *** e0ne has quit IRC | 21:54 | |
| *** ttsiouts has quit IRC | 23:32 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!