| *** jkulik has quit IRC | 00:02 | |
| *** jkulik has joined #openstack-oslo | 00:02 | |
| *** hamalq has quit IRC | 00:41 | |
| *** rcernin has quit IRC | 01:43 | |
| *** rcernin has joined #openstack-oslo | 02:20 | |
| *** rcernin has quit IRC | 02:24 | |
| *** rcernin has joined #openstack-oslo | 02:28 | |
| *** rcernin has quit IRC | 02:31 | |
| *** rcernin has joined #openstack-oslo | 02:32 | |
| openstackgerrit | David Vallee Delisle proposed openstack/oslo.config master: Adding --check-defaults to validator https://review.opendev.org/759338 | 02:37 |
|---|---|---|
| *** bcafarel has quit IRC | 02:37 | |
| *** brinzhang has joined #openstack-oslo | 03:03 | |
| *** bcafarel has joined #openstack-oslo | 03:33 | |
| *** zzzeek has quit IRC | 04:24 | |
| *** zzzeek has joined #openstack-oslo | 04:25 | |
| *** zzzeek has quit IRC | 04:46 | |
| *** zzzeek has joined #openstack-oslo | 04:49 | |
| *** zzzeek has quit IRC | 05:47 | |
| *** zzzeek has joined #openstack-oslo | 05:48 | |
| *** rpittau|afk is now known as rpittau | 06:49 | |
| *** sboyron has joined #openstack-oslo | 07:02 | |
| *** ralonsoh has joined #openstack-oslo | 07:31 | |
| *** dtantsur|afk is now known as dtantsur | 07:51 | |
| *** lbragstad_ has joined #openstack-oslo | 08:18 | |
| *** lbragstad has quit IRC | 08:22 | |
| *** iurygregory has quit IRC | 08:44 | |
| *** tosky has joined #openstack-oslo | 08:45 | |
| *** iurygregory has joined #openstack-oslo | 08:50 | |
| *** rcernin has quit IRC | 08:52 | |
| *** rcernin has joined #openstack-oslo | 09:15 | |
| *** rcernin has quit IRC | 09:45 | |
| *** yoctozepto has quit IRC | 09:50 | |
| *** brinzhang_ has joined #openstack-oslo | 09:51 | |
| *** yoctozepto has joined #openstack-oslo | 09:51 | |
| *** brinzhang has quit IRC | 09:54 | |
| *** rcernin has joined #openstack-oslo | 09:55 | |
| *** zzzeek has quit IRC | 09:56 | |
| *** zzzeek has joined #openstack-oslo | 09:59 | |
| *** rcernin has quit IRC | 11:18 | |
| *** rcernin has joined #openstack-oslo | 11:19 | |
| *** rcernin has quit IRC | 11:27 | |
| *** rcernin has joined #openstack-oslo | 11:33 | |
| *** rcernin has quit IRC | 11:46 | |
| *** rcernin has joined #openstack-oslo | 11:52 | |
| *** rcernin has quit IRC | 11:55 | |
| *** zzzeek has quit IRC | 12:13 | |
| *** zzzeek has joined #openstack-oslo | 12:16 | |
| *** zzzeek has quit IRC | 12:27 | |
| *** zzzeek has joined #openstack-oslo | 12:28 | |
| *** gibi is now known as gibi_away | 12:52 | |
| *** dtantsur is now known as dtantsur|brb | 13:06 | |
| *** dtantsur|brb is now known as dtantsur | 14:22 | |
| *** ralonsoh has left #openstack-oslo | 14:43 | |
| *** lbragstad_ is now known as lbragstad | 14:59 | |
| *** bcafarel has quit IRC | 14:59 | |
| *** bcafarel has joined #openstack-oslo | 15:04 | |
| dtantsur | hey folks! is it possible to make oslo.config read a configuration file after it has been initialized? | 15:17 |
| stephenfin | yes, you can reload configuration using a signal | 16:23 |
| stephenfin | dtantsur: ^ | 16:23 |
| stephenfin | SIGHUP, to be specific | 16:24 |
| dtantsur | stephenfin: mm, that's not exactly what I need, I need to open a new file | 16:24 |
| stephenfin | oh, so you've an existing config object and you want to reinitialize it based on a new conf file? | 16:25 |
| stephenfin | *that* I'm not sure about. It sounds like something we _should_ support but I don't know if we do, given you could just restart the service with a new '--conf-file' argument | 16:26 |
| stephenfin | dtantsur: The docs suggest not :( "The parsing of CLI args and config files is initiated by invoking the config manager [...]" https://docs.openstack.org/oslo.config/latest/reference/configuration-files.html | 16:27 |
| dtantsur | yep, seems unsupported. thanks for confirming! | 16:28 |
| *** hamalq has joined #openstack-oslo | 18:07 | |
| *** dtantsur is now known as dtantsur|afk | 18:15 | |
| bnemec | That would introduce the mutable config problem, unfortunately. It would be very difficult to make it work in a general way that didn't cause a lot of other problems. | 18:30 |
| -openstackstatus- NOTICE: The Gerrit service at review.opendev.org is being restarted quickly as a pre-upgrade sanity check, estimated downtime is less than 5 minutes. | 18:36 | |
| *** rpittau is now known as rpittau|afk | 18:39 | |
| *** openstackgerrit has quit IRC | 19:02 | |
| *** openstackgerrit has joined #openstack-oslo | 19:26 | |
| openstackgerrit | Michael Bayer proposed openstack/oslo.db master: clean up test engine disposal https://review.opendev.org/763248 | 19:26 |
| *** sboyron has quit IRC | 19:52 | |
| *** sboyron has joined #openstack-oslo | 20:04 | |
| *** dkehn has joined #openstack-oslo | 20:40 | |
| openstackgerrit | Ghanshyam Mann proposed openstack/oslo.policy master: Add policy file selection logic when default changing to yaml https://review.opendev.org/763261 | 20:45 |
| *** rcernin has joined #openstack-oslo | 21:13 | |
| *** sboyron has quit IRC | 22:22 | |
| *** johnsom has quit IRC | 22:27 | |
| *** johnsom has joined #openstack-oslo | 22:29 | |
| *** raildo_ has quit IRC | 23:42 | |
| openstackgerrit | Ghanshyam Mann proposed openstack/oslo.policy master: Add policy file selection logic when default changing to yaml https://review.opendev.org/763261 | 23:50 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!