| *** markvoelker has joined #openstack-qa | 00:20 | |
| *** markvoelker has quit IRC | 00:25 | |
| *** hongbin has joined #openstack-qa | 00:51 | |
| *** brinzhang has joined #openstack-qa | 00:57 | |
| openstackgerrit | wanglbj proposed openstack/tempest master: Add unit test for backups of volume https://review.opendev.org/675075 | 01:26 |
|---|---|---|
| *** larainema has joined #openstack-qa | 01:49 | |
| *** masayukig has joined #openstack-qa | 02:40 | |
| *** markvoelker has joined #openstack-qa | 02:55 | |
| *** markvoelker has quit IRC | 03:00 | |
| *** rcernin_ has joined #openstack-qa | 03:15 | |
| *** rcernin has quit IRC | 03:15 | |
| *** brinzhang has quit IRC | 03:26 | |
| *** brinzhang has joined #openstack-qa | 03:27 | |
| *** ramishra has joined #openstack-qa | 04:01 | |
| *** hongbin has quit IRC | 04:02 | |
| *** udesale has joined #openstack-qa | 04:05 | |
| *** surpatil has joined #openstack-qa | 04:18 | |
| *** markvoelker has joined #openstack-qa | 04:20 | |
| *** markvoelker has quit IRC | 04:25 | |
| *** raukadah is now known as chkumar|rover | 04:37 | |
| openstackgerrit | Merged openstack/os-testr master: Add Python 3 Train unit tests https://review.opendev.org/670636 | 04:55 |
| *** bhagyashris has joined #openstack-qa | 05:12 | |
| *** gcheresh has joined #openstack-qa | 05:23 | |
| *** Luzi has joined #openstack-qa | 05:43 | |
| *** surpatil has quit IRC | 06:02 | |
| openstackgerrit | Masayuki Igawa proposed openstack/tempest master: [WIP] Add PDF building https://review.opendev.org/668823 | 06:04 |
| *** rcernin_ has quit IRC | 06:18 | |
| *** sridharg has joined #openstack-qa | 06:34 | |
| *** bhagyashris has quit IRC | 06:47 | |
| *** trident has quit IRC | 07:01 | |
| *** trident has joined #openstack-qa | 07:10 | |
| *** jpena|off is now known as jpena | 07:11 | |
| *** sshnaidm|afk is now known as sshnaidm | 07:16 | |
| *** markvoelker has joined #openstack-qa | 08:02 | |
| *** markvoelker has quit IRC | 08:07 | |
| *** gfidente has joined #openstack-qa | 08:18 | |
| *** ramishra has quit IRC | 08:43 | |
| *** ramishra has joined #openstack-qa | 08:46 | |
| *** dtantsur|afk is now known as dtantsur | 08:46 | |
| *** rcernin_ has joined #openstack-qa | 09:14 | |
| openstackgerrit | Stephen Finucane proposed openstack/devstack master: Remove deprecated PostgreSQL database driver https://review.opendev.org/678496 | 09:16 |
| openstackgerrit | Stephen Finucane proposed openstack/devstack master: lib/nova: Install mysql extra https://review.opendev.org/678497 | 09:16 |
| *** brinzhang_ has joined #openstack-qa | 09:17 | |
| *** brinzhang has quit IRC | 09:21 | |
| openstackgerrit | Lucian Petrut proposed openstack/tempest master: mke2fs: do not use full path https://review.opendev.org/675071 | 09:32 |
| *** rcernin_ has quit IRC | 09:42 | |
| *** ccamposr has joined #openstack-qa | 09:45 | |
| *** markvoelker has joined #openstack-qa | 10:05 | |
| *** markvoelker has quit IRC | 10:10 | |
| *** markvoelker has joined #openstack-qa | 10:35 | |
| *** markvoelker has quit IRC | 10:40 | |
| *** lpetrut has joined #openstack-qa | 10:41 | |
| *** surpatil has joined #openstack-qa | 10:55 | |
| *** udesale has quit IRC | 11:04 | |
| *** tesseract has joined #openstack-qa | 11:12 | |
| *** Luzi has quit IRC | 11:25 | |
| *** jpena is now known as jpena|lunch | 11:25 | |
| *** Luzi has joined #openstack-qa | 11:26 | |
| *** Garyx has quit IRC | 11:43 | |
| *** jroll has quit IRC | 11:44 | |
| *** jroll has joined #openstack-qa | 11:45 | |
| *** rh-jelabarre has joined #openstack-qa | 11:53 | |
| *** rcernin_ has joined #openstack-qa | 11:53 | |
| *** markvoelker has joined #openstack-qa | 12:00 | |
| *** e0ne has joined #openstack-qa | 12:01 | |
| *** larainema has quit IRC | 12:08 | |
| *** artom has joined #openstack-qa | 12:09 | |
| *** surpatil has quit IRC | 12:25 | |
| *** jpena|lunch is now known as jpena | 12:30 | |
| *** rcernin_ has quit IRC | 12:32 | |
| *** nweinber has joined #openstack-qa | 12:36 | |
| *** slaweq has joined #openstack-qa | 12:58 | |
| *** e0ne has quit IRC | 12:59 | |
| *** e0ne has joined #openstack-qa | 13:05 | |
| *** eandersson has joined #openstack-qa | 13:13 | |
| eandersson | Anyone happen to have an example on how to set up SSL for a non-wsgi ready service? | 13:14 |
| eandersson | https://review.opendev.org/#/c/678543/1/devstack/plugin.sh | 13:14 |
| frickler | eandersson: just set up your service on a different port and start a tls proxy like neutron does here https://opendev.org/openstack/devstack/src/branch/master/lib/neutron-legacy#L495 | 13:17 |
| frickler | actually it's on my todo list for designate for some time to do that, but long list, little time *sigh* | 13:18 |
| eandersson | Yea - trying to get the eventlet server to work with SSL (and well after that add wsgi support) | 13:18 |
| *** dave-mccowan has joined #openstack-qa | 13:18 | |
| eandersson | I think it was debian that wanted ssl support in app, as they didn't want to force a proxy in front of the app | 13:20 |
| eandersson | Ideal would have been wsgi, but haven't been able to get it to work properly. | 13:21 |
| *** slaweq has quit IRC | 13:36 | |
| *** Luzi has quit IRC | 13:44 | |
| *** e0ne has quit IRC | 13:51 | |
| *** mriedem has joined #openstack-qa | 13:59 | |
| openstackgerrit | Sai Kiran proposed openstack/tempest master: Validation of openstack keystone version status https://review.opendev.org/673466 | 14:03 |
| *** e0ne has joined #openstack-qa | 14:22 | |
| *** e0ne has quit IRC | 14:23 | |
| *** e0ne has joined #openstack-qa | 14:24 | |
| *** zigo has joined #openstack-qa | 14:33 | |
| *** markvoelker has quit IRC | 14:41 | |
| *** markvoelker has joined #openstack-qa | 14:44 | |
| *** gcheresh has quit IRC | 14:53 | |
| *** lpetrut has quit IRC | 14:55 | |
| *** e0ne has quit IRC | 15:11 | |
| *** rajinir has joined #openstack-qa | 15:14 | |
| *** e0ne has joined #openstack-qa | 15:23 | |
| *** brinzhang_ has quit IRC | 15:35 | |
| *** brinzhang_ has joined #openstack-qa | 15:36 | |
| *** e0ne has quit IRC | 15:38 | |
| *** mattw4 has joined #openstack-qa | 15:38 | |
| *** mattw4 has quit IRC | 15:39 | |
| *** mattw4 has joined #openstack-qa | 15:39 | |
| *** e0ne has joined #openstack-qa | 15:40 | |
| *** mattw4 has quit IRC | 15:42 | |
| *** mattw4 has joined #openstack-qa | 15:42 | |
| *** mattw4 has quit IRC | 15:52 | |
| *** slaweq has joined #openstack-qa | 15:56 | |
| *** e0ne has quit IRC | 16:02 | |
| *** jpena is now known as jpena|off | 16:02 | |
| openstackgerrit | Eric Harney proposed openstack/hacking master: Fix deprecated escape chars in strings https://review.opendev.org/678605 | 16:03 |
| openstackgerrit | Eric Harney proposed openstack/hacking master: Clean up "is" conditionals https://review.opendev.org/678607 | 16:10 |
| *** ramishra has quit IRC | 16:11 | |
| openstackgerrit | Matt Riedemann proposed opendev/elastic-recheck master: Include "Invalid" bugs in cleanup CLI https://review.opendev.org/678608 | 16:22 |
| openstackgerrit | Matt Riedemann proposed opendev/elastic-recheck master: Delete old queries: 2019-08-26 https://review.opendev.org/678609 | 16:22 |
| *** igordc has joined #openstack-qa | 16:37 | |
| *** slaweq has quit IRC | 16:55 | |
| *** tesseract has quit IRC | 16:57 | |
| *** slaweq has joined #openstack-qa | 17:00 | |
| *** slaweq_ has joined #openstack-qa | 17:05 | |
| *** slaweq has quit IRC | 17:05 | |
| *** mattw4 has joined #openstack-qa | 17:19 | |
| *** chkumar|rover is now known as raukadah | 17:21 | |
| *** dtantsur is now known as dtantsur|afk | 17:25 | |
| *** gfidente is now known as gfidente|sad_sum | 17:50 | |
| *** e0ne has joined #openstack-qa | 17:59 | |
| *** e0ne has quit IRC | 18:04 | |
| openstackgerrit | Sai Kiran proposed openstack/tempest master: Validation of openstack keystone version status https://review.opendev.org/673466 | 18:38 |
| *** trident has quit IRC | 18:40 | |
| *** trident has joined #openstack-qa | 18:40 | |
| *** markvoelker has quit IRC | 18:57 | |
| *** slaweq_ has quit IRC | 19:01 | |
| *** markvoelker has joined #openstack-qa | 19:11 | |
| *** sridharg has quit IRC | 19:23 | |
| openstackgerrit | Merged openstack/grenade stable/stein: Capture console logs from failed server create https://review.opendev.org/678287 | 19:28 |
| *** gfidente|sad_sum has quit IRC | 19:35 | |
| openstackgerrit | Rick Bartra proposed openstack/patrole master: Fix 'use_dynamic_credentials = false' with Neutron extension tests https://review.opendev.org/676979 | 19:42 |
| *** mattw4 has quit IRC | 19:58 | |
| *** mattw4 has joined #openstack-qa | 20:17 | |
| *** mattw4 has quit IRC | 20:28 | |
| *** slaweq has joined #openstack-qa | 20:29 | |
| *** mattw4 has joined #openstack-qa | 20:39 | |
| *** nweinber has quit IRC | 20:55 | |
| *** slaweq has quit IRC | 21:01 | |
| *** lpetrut has joined #openstack-qa | 21:07 | |
| *** trident has quit IRC | 21:14 | |
| *** trident has joined #openstack-qa | 21:20 | |
| *** markvoelker has quit IRC | 21:21 | |
| *** lpetrut has quit IRC | 21:22 | |
| *** trident has quit IRC | 21:25 | |
| *** igordc has quit IRC | 21:26 | |
| *** mattw4 has quit IRC | 21:28 | |
| *** trident has joined #openstack-qa | 21:33 | |
| *** dosaboy has joined #openstack-qa | 21:35 | |
| *** mattw4 has joined #openstack-qa | 21:36 | |
| *** dosaboy has quit IRC | 21:39 | |
| *** dosaboy has joined #openstack-qa | 21:39 | |
| *** tonyb has quit IRC | 21:39 | |
| *** dosaboy has quit IRC | 21:40 | |
| *** dosaboy has joined #openstack-qa | 21:41 | |
| *** markvoelker has joined #openstack-qa | 22:05 | |
| *** trident has quit IRC | 22:05 | |
| *** markvoelker has quit IRC | 22:10 | |
| *** trident has joined #openstack-qa | 22:14 | |
| *** mriedem has quit IRC | 22:36 | |
| *** rcernin has joined #openstack-qa | 22:45 | |
| *** mattw4 has quit IRC | 23:02 | |
| *** slaweq has joined #openstack-qa | 23:11 | |
| *** dave-mccowan has quit IRC | 23:11 | |
| *** slaweq has quit IRC | 23:16 | |
| *** dave-mccowan has joined #openstack-qa | 23:34 | |
| *** markvoelker has joined #openstack-qa | 23:41 | |
| *** markvoelker has quit IRC | 23:46 | |
| *** stewie925 has joined #openstack-qa | 23:54 | |
| stewie925 | hello all | 23:54 |
| stewie925 | I have a question with a commit that I made - https://review.opendev.org/#/c/676743 | 23:55 |
| stewie925 | there were some openstack tox-py36 errors that dont seem to make sense | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!