*** david-lyle has joined #openstack-oslo | 00:00 | |
*** david-lyle_ has joined #openstack-oslo | 00:03 | |
*** david-lyle has quit IRC | 00:05 | |
*** david-lyle_ has quit IRC | 00:09 | |
*** bigdogstl has joined #openstack-oslo | 00:15 | |
*** bigdogstl has quit IRC | 00:21 | |
*** bigdogstl has joined #openstack-oslo | 00:21 | |
*** sputnik13 has quit IRC | 00:24 | |
*** tonytan4ever has joined #openstack-oslo | 00:25 | |
*** tonytan4ever has quit IRC | 00:31 | |
*** bigdogstl has quit IRC | 00:37 | |
*** bigdogstl has joined #openstack-oslo | 00:38 | |
*** bigdogstl has quit IRC | 00:41 | |
*** bigdogstl has joined #openstack-oslo | 00:43 | |
*** bigdogst_ has joined #openstack-oslo | 00:47 | |
*** bigdogstl has quit IRC | 00:48 | |
openstackgerrit | Qiming Teng proposed openstack/oslo.messaging: Trivial: fix notify filter when data item is None https://review.openstack.org/329754 | 00:51 |
---|---|---|
*** bigdogst_ has quit IRC | 00:53 | |
*** code-R has joined #openstack-oslo | 00:57 | |
pvinci | Is there any way to rerun just a single CI job? | 00:59 |
*** bigdogstl has joined #openstack-oslo | 01:01 | |
*** bigdogstl has quit IRC | 01:06 | |
*** jamielennox is now known as jamielennox|away | 01:11 | |
*** salv-orl_ has joined #openstack-oslo | 01:15 | |
*** jamielennox|away is now known as jamielennox | 01:16 | |
*** salv-orlando has quit IRC | 01:18 | |
*** salv-orl_ has quit IRC | 01:26 | |
*** hockeynut has quit IRC | 01:36 | |
*** andymaier has joined #openstack-oslo | 01:41 | |
mmasaki | Can anyone review this? thank you. https://review.openstack.org/#/c/230885 | 01:59 |
*** mtanin___ has quit IRC | 02:07 | |
*** tommylikehu has joined #openstack-oslo | 02:14 | |
*** yamahata has quit IRC | 02:15 | |
*** tommylikehu has quit IRC | 02:20 | |
*** tommylikehu has joined #openstack-oslo | 02:20 | |
tommylikehu | hey guys | 02:24 |
*** jecarey has quit IRC | 02:26 | |
*** jecarey has joined #openstack-oslo | 02:26 | |
tommylikehu | hey guys, I have an idea to support valuemirror /keymirror dict in olso ,which is something like :https://www.npmjs.com/package/keymirror | 02:27 |
tommylikehu | IMO,this is necessary when we create something like opt={'all_tenants':all_tenants,status:args.status} | 02:27 |
*** code-R_ has joined #openstack-oslo | 02:28 | |
tommylikehu | what's your opinion,do you considered this is necessary and reasonable? | 02:28 |
*** jecarey_ has joined #openstack-oslo | 02:29 | |
*** code-R has quit IRC | 02:31 | |
*** jecarey has quit IRC | 02:33 | |
*** jecarey_ has quit IRC | 02:38 | |
*** jecarey has joined #openstack-oslo | 02:38 | |
openstackgerrit | Paul Vinciguerra proposed openstack/oslo.messaging: Allow dispatcher to restrict endpoint methods. https://review.openstack.org/358359 | 02:39 |
*** jamielennox is now known as jamielennox|away | 02:49 | |
*** andymaier has quit IRC | 03:03 | |
*** jamielennox|away is now known as jamielennox | 03:06 | |
*** salv-orlando has joined #openstack-oslo | 03:30 | |
*** bigdogstl has joined #openstack-oslo | 03:31 | |
*** salv-orlando has quit IRC | 03:38 | |
*** yamahata has joined #openstack-oslo | 03:40 | |
*** bigdogstl has quit IRC | 03:41 | |
*** bigdogstl has joined #openstack-oslo | 03:44 | |
*** Jaison has joined #openstack-oslo | 04:15 | |
*** Jaison has quit IRC | 04:24 | |
*** jraju has joined #openstack-oslo | 04:26 | |
*** salv-orlando has joined #openstack-oslo | 04:37 | |
openstackgerrit | Qiming Teng proposed openstack/oslo.messaging: Trivial: fix notify filter when data item is None https://review.openstack.org/329754 | 04:38 |
*** salv-orlando has quit IRC | 04:49 | |
*** jamielennox is now known as jamielennox|away | 04:49 | |
*** bigdogstl has quit IRC | 04:53 | |
*** bigdogstl has joined #openstack-oslo | 04:53 | |
*** bigdogstl has quit IRC | 04:56 | |
*** bigdogstl has joined #openstack-oslo | 04:56 | |
*** salv-orlando has joined #openstack-oslo | 04:58 | |
*** bigdogstl has quit IRC | 05:01 | |
*** bigdogstl has joined #openstack-oslo | 05:13 | |
*** takashi has joined #openstack-oslo | 05:17 | |
*** bigdogstl has quit IRC | 05:17 | |
takashi | Hi | 05:18 |
takashi | I have a question about pbr. I asked the question in openstack-dev, and was told here, openstack-oslo is the right place to ask it. | 05:19 |
takashi | I'd like to implement an original options to setup.py. Is there any reference information to do that? | 05:20 |
takashi | I'm working about storlets project. The projects includes two modules, server module and agent module. I'd like to introduce a option to select the module to be installed | 05:22 |
takashi | something like 'python setup.py install --agent' and 'python setup.py install --server' | 05:22 |
*** jamielennox|away is now known as jamielennox | 05:23 | |
*** nkrinner_afk is now known as nkrinner | 05:48 | |
*** dstufft has quit IRC | 05:53 | |
*** dstufft has joined #openstack-oslo | 05:54 | |
lifeless | takashi: so yes this is the place; we don't suport that | 06:03 |
lifeless | takashi: and don't want to - adds a lot of complexity. | 06:03 |
lifeless | takashi: the recommended approach is to have two projects, one for each module | 06:03 |
*** gcb_ has joined #openstack-oslo | 06:05 | |
*** jamielennox is now known as jamielennox|away | 06:11 | |
*** ozamiatin has joined #openstack-oslo | 06:12 | |
takashi | lifeless: thanks! | 06:13 |
*** pcaruana has joined #openstack-oslo | 06:14 | |
takashi | lifeless: I just want to know possible solutions. Honestly speaking, having two separated project (as you described) looks better to me, too. | 06:15 |
takashi | s/project/projects/ | 06:15 |
openstackgerrit | Qiming Teng proposed openstack/oslo.db: Trivial: fix marker checking when value is None https://review.openstack.org/358410 | 06:20 |
*** lpetrut has joined #openstack-oslo | 06:35 | |
*** salv-orl_ has joined #openstack-oslo | 07:16 | |
openstackgerrit | Merged openstack/oslotest: A DisableModules fixture that removes modules from path https://review.openstack.org/337998 | 07:17 |
*** andymaier has joined #openstack-oslo | 07:18 | |
*** tesseract- has joined #openstack-oslo | 07:18 | |
*** salv-orlando has quit IRC | 07:19 | |
*** salv-orl_ has quit IRC | 07:21 | |
*** salv-orlando has joined #openstack-oslo | 07:25 | |
*** lpetrut has quit IRC | 07:26 | |
*** yamamoto has quit IRC | 07:38 | |
*** lpetrut has joined #openstack-oslo | 07:40 | |
*** ifarkas_afk is now known as ifarkas | 07:42 | |
*** e0ne has joined #openstack-oslo | 07:45 | |
openstackgerrit | Merged openstack/oslo.cache: Correct help text for backend option https://review.openstack.org/357407 | 07:50 |
*** rcernin has quit IRC | 07:56 | |
*** eezhova has joined #openstack-oslo | 07:56 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-oslo | 08:01 | |
*** lpetrut has quit IRC | 08:01 | |
*** openstackgerrit has quit IRC | 08:03 | |
*** openstackgerrit has joined #openstack-oslo | 08:04 | |
*** lucas-dinner is now known as lucasagomes | 08:15 | |
*** yamamoto has joined #openstack-oslo | 08:16 | |
*** cdent has joined #openstack-oslo | 08:30 | |
*** yamamoto has quit IRC | 08:40 | |
*** ifarkas has quit IRC | 08:41 | |
*** lpetrut has joined #openstack-oslo | 08:41 | |
*** ifarkas has joined #openstack-oslo | 08:42 | |
*** salv-orl_ has joined #openstack-oslo | 08:44 | |
*** salv-orlando has quit IRC | 08:45 | |
*** yamamoto has joined #openstack-oslo | 08:48 | |
lxsli | tommylikehu: I don't see a good usecase for keymirror as documented on npm | 08:48 |
lxsli | instead of opt={'status': args.status} you'd get opt={'status': 'status'} | 08:49 |
*** salv-orl_ has quit IRC | 08:49 | |
lxsli | you can also simply do opt={k: k for k in mydict} | 08:50 |
*** salv-orlando has joined #openstack-oslo | 08:50 | |
*** lpetrut has quit IRC | 08:50 | |
*** code-R_ has quit IRC | 08:56 | |
*** ifarkas_ has joined #openstack-oslo | 09:02 | |
*** eezhova has quit IRC | 09:10 | |
*** code-R has joined #openstack-oslo | 09:14 | |
*** sambetts|afk is now known as sambetts | 09:14 | |
*** d0ugal has quit IRC | 09:15 | |
*** d0ugal has joined #openstack-oslo | 09:16 | |
*** eezhova has joined #openstack-oslo | 09:19 | |
*** aarefiev_ is now known as aarefiev | 09:19 | |
*** salv-orlando has quit IRC | 09:21 | |
*** salv-orlando has joined #openstack-oslo | 09:21 | |
*** lpetrut has joined #openstack-oslo | 09:21 | |
*** nkrinner has quit IRC | 09:28 | |
*** eezhova has quit IRC | 09:35 | |
*** gcb_ has quit IRC | 09:38 | |
*** gcb_ has joined #openstack-oslo | 09:39 | |
*** lucasagomes is now known as lucas-afk | 09:40 | |
*** amotoki has joined #openstack-oslo | 09:40 | |
*** nkrinner has joined #openstack-oslo | 09:42 | |
*** amotoki has quit IRC | 09:51 | |
*** ifarkas has quit IRC | 09:54 | |
*** ifarkas_ is now known as ifarkas | 09:54 | |
*** code-R_ has joined #openstack-oslo | 10:03 | |
*** code-R has quit IRC | 10:06 | |
*** lpetrut1 has joined #openstack-oslo | 10:10 | |
*** lpetrut has quit IRC | 10:11 | |
*** lpetrut1 is now known as lpetrut | 10:11 | |
*** eezhova has joined #openstack-oslo | 10:17 | |
*** ozamiatin has quit IRC | 10:39 | |
*** amotoki has joined #openstack-oslo | 10:42 | |
*** amotoki has quit IRC | 10:53 | |
*** jpena is now known as jpena|lunch | 11:06 | |
*** boden has joined #openstack-oslo | 11:12 | |
*** eezhova has quit IRC | 11:18 | |
*** amotoki has joined #openstack-oslo | 11:42 | |
*** rcernin has joined #openstack-oslo | 11:44 | |
*** yamahata has quit IRC | 12:00 | |
*** ansmith has joined #openstack-oslo | 12:07 | |
*** mordred has quit IRC | 12:10 | |
*** andymaier has quit IRC | 12:13 | |
*** mordred has joined #openstack-oslo | 12:16 | |
*** rcernin has quit IRC | 12:23 | |
*** kgiusti has joined #openstack-oslo | 12:24 | |
*** andymaier has joined #openstack-oslo | 12:25 | |
*** rcernin has joined #openstack-oslo | 12:28 | |
*** dtardivel has joined #openstack-oslo | 12:31 | |
openstackgerrit | Atsushi SAKAI proposed openstack/oslo.log: Fix typos https://review.openstack.org/359171 | 12:31 |
openstackgerrit | Alexis Lee proposed openstack/oslo.log: Fix typos https://review.openstack.org/359171 | 12:39 |
*** edmondsw has joined #openstack-oslo | 12:40 | |
*** jpena|lunch is now known as jpena | 12:40 | |
*** takedakn has joined #openstack-oslo | 12:42 | |
*** boden has quit IRC | 12:43 | |
openstackgerrit | Atsushi SAKAI proposed openstack/oslo.log: Fix typos https://review.openstack.org/359175 | 12:48 |
openstackgerrit | Paul Vinciguerra proposed openstack/oslo.messaging: Allow dispatcher to restrict endpoint methods. https://review.openstack.org/358359 | 12:55 |
*** rlrossit has joined #openstack-oslo | 13:00 | |
*** rcernin has quit IRC | 13:03 | |
*** boden has joined #openstack-oslo | 13:04 | |
openstackgerrit | Paul Vinciguerra proposed openstack/oslo.messaging: Allow dispatcher to restrict endpoint methods. https://review.openstack.org/358359 | 13:06 |
openstackgerrit | Gevorg Davoian proposed openstack/oslo.messaging: [zmq] Check gate https://review.openstack.org/338902 | 13:11 |
*** andymaier has quit IRC | 13:12 | |
*** lucas-afk is now known as lucas-hungry | 13:12 | |
openstackgerrit | Atsushi SAKAI proposed openstack/oslo.context: Fix typos https://review.openstack.org/359194 | 13:21 |
*** andymaier has joined #openstack-oslo | 13:22 | |
*** andymaier has quit IRC | 13:23 | |
*** andymaier_ has joined #openstack-oslo | 13:23 | |
*** bigdogstl has joined #openstack-oslo | 13:24 | |
*** david-lyle has joined #openstack-oslo | 13:24 | |
*** tonytan4ever has joined #openstack-oslo | 13:24 | |
*** takedakn has quit IRC | 13:24 | |
*** takedakn has joined #openstack-oslo | 13:25 | |
*** miqui has joined #openstack-oslo | 13:30 | |
*** takedakn has quit IRC | 13:30 | |
*** cdent has quit IRC | 13:31 | |
*** nkrinner is now known as nkrinner_afk | 13:35 | |
*** jraju has quit IRC | 13:40 | |
lxsli | harlowja: morning, what JSON log formatter do you use please? | 13:41 |
*** bigdogstl has quit IRC | 13:43 | |
*** sdague has joined #openstack-oslo | 13:43 | |
*** eandersson_ has quit IRC | 13:47 | |
*** eezhova has joined #openstack-oslo | 13:48 | |
*** cdent has joined #openstack-oslo | 13:51 | |
*** rlrossit_ has joined #openstack-oslo | 13:51 | |
*** rlrossit has quit IRC | 13:55 | |
*** tonytan4ever has quit IRC | 13:56 | |
*** eandersson has joined #openstack-oslo | 13:56 | |
*** bigdogstl has joined #openstack-oslo | 13:57 | |
*** bigdogstl has quit IRC | 14:02 | |
*** pcaruana has quit IRC | 14:02 | |
*** david-lyle has quit IRC | 14:04 | |
*** tbarron|gone is now known as tbarron | 14:05 | |
openstackgerrit | Jinxing Fang proposed openstack/oslo.messaging: Change the rabbit_max_retries default value https://review.openstack.org/356840 | 14:07 |
*** tonytan4ever has joined #openstack-oslo | 14:08 | |
*** lucas-hungry is now known as lucasagomes | 14:10 | |
*** takedakn has joined #openstack-oslo | 14:12 | |
*** takashi has quit IRC | 14:13 | |
*** code-R has joined #openstack-oslo | 14:14 | |
*** code-R_ has quit IRC | 14:14 | |
*** zz_dimtruck is now known as dimtruck | 14:17 | |
*** pcaruana has joined #openstack-oslo | 14:17 | |
*** sdague has quit IRC | 14:28 | |
*** david-lyle has joined #openstack-oslo | 14:28 | |
*** adam_g has quit IRC | 14:29 | |
*** adam_g has joined #openstack-oslo | 14:34 | |
*** adam_g has quit IRC | 14:34 | |
*** adam_g has joined #openstack-oslo | 14:34 | |
*** davidlenwell has quit IRC | 14:36 | |
*** davidlenwell has joined #openstack-oslo | 14:37 | |
*** takedakn has quit IRC | 14:38 | |
*** eezhova has quit IRC | 14:39 | |
*** bigdogstl has joined #openstack-oslo | 14:52 | |
openstackgerrit | Paul Vinciguerra proposed openstack/oslo.messaging: Allow dispatcher to restrict endpoint methods. https://review.openstack.org/358359 | 14:52 |
*** david-lyle has quit IRC | 14:54 | |
*** bigdogstl has quit IRC | 14:57 | |
*** yamamoto has quit IRC | 14:57 | |
*** pvinci has quit IRC | 14:58 | |
*** hockeynut has joined #openstack-oslo | 14:58 | |
*** code-R_ has joined #openstack-oslo | 14:58 | |
*** yamamoto has joined #openstack-oslo | 15:01 | |
*** code-R has quit IRC | 15:01 | |
*** yamamoto has quit IRC | 15:06 | |
*** salv-orlando has quit IRC | 15:08 | |
*** salv-orlando has joined #openstack-oslo | 15:08 | |
*** boden has quit IRC | 15:14 | |
*** boden has joined #openstack-oslo | 15:18 | |
*** boden has quit IRC | 15:18 | |
*** andymaier_ has quit IRC | 15:19 | |
*** ifarkas is now known as ifarkas_afk | 15:21 | |
*** david-lyle has joined #openstack-oslo | 15:23 | |
*** davidlenwell has quit IRC | 15:27 | |
*** gdavoian__ has quit IRC | 15:28 | |
*** yamahata has joined #openstack-oslo | 15:29 | |
*** yamamoto has joined #openstack-oslo | 15:31 | |
*** yamamoto has quit IRC | 15:32 | |
*** yamamoto has joined #openstack-oslo | 15:33 | |
*** yamamoto has quit IRC | 15:33 | |
*** david-lyle has quit IRC | 15:33 | |
*** sdague has joined #openstack-oslo | 15:38 | |
*** davidlenwell has joined #openstack-oslo | 15:40 | |
*** code-R_ has quit IRC | 15:45 | |
*** code-R has joined #openstack-oslo | 15:46 | |
*** tesseract- has quit IRC | 15:46 | |
*** boden has joined #openstack-oslo | 15:46 | |
*** bigdogstl has joined #openstack-oslo | 15:46 | |
*** dharinic has joined #openstack-oslo | 15:47 | |
dharinic | Hello guys. I was wondering what the "versionadded" typically should be for any change proposal to oslo? | 15:49 |
*** bigdogstl has quit IRC | 15:53 | |
*** sdague has quit IRC | 15:54 | |
*** pcaruana has quit IRC | 15:56 | |
*** david-lyle has joined #openstack-oslo | 16:01 | |
dansmith | reminder ping for a +W on this: https://review.openstack.org/#/c/355981/4 | 16:07 |
*** pcaruana has joined #openstack-oslo | 16:09 | |
*** code-R has quit IRC | 16:18 | |
*** rlrossit_ has quit IRC | 16:21 | |
*** bigdogstl has joined #openstack-oslo | 16:23 | |
*** rlrossit has joined #openstack-oslo | 16:25 | |
*** bigdogstl has quit IRC | 16:27 | |
*** yamamoto has joined #openstack-oslo | 16:33 | |
*** sputnik13 has joined #openstack-oslo | 16:35 | |
*** jraju has joined #openstack-oslo | 16:38 | |
*** jraju has quit IRC | 16:39 | |
*** yamamoto has quit IRC | 16:41 | |
*** yamahata has quit IRC | 16:48 | |
*** e0ne has quit IRC | 16:52 | |
*** mtanino has joined #openstack-oslo | 16:57 | |
*** syjulian_ has joined #openstack-oslo | 17:01 | |
*** lucasagomes is now known as lucas-afk | 17:08 | |
*** sambetts is now known as sambetts|afk | 17:09 | |
*** mtanin___ has joined #openstack-oslo | 17:10 | |
*** mtanino has quit IRC | 17:12 | |
*** bigdogstl has joined #openstack-oslo | 17:15 | |
*** bigdogstl has quit IRC | 17:20 | |
*** yamahata has joined #openstack-oslo | 17:28 | |
openstackgerrit | Merged openstack/oslo.versionedobjects: JSON schema get_schema implementation for more complex fields https://review.openstack.org/343069 | 17:32 |
*** lpetrut has quit IRC | 17:33 | |
*** hockeynut has quit IRC | 17:33 | |
*** gcb_ has quit IRC | 17:36 | |
*** gcb_ has joined #openstack-oslo | 17:36 | |
*** e0ne has joined #openstack-oslo | 17:39 | |
*** code-R has joined #openstack-oslo | 17:42 | |
*** code-R_ has joined #openstack-oslo | 17:44 | |
*** code-R has quit IRC | 17:47 | |
*** bigdogstl has joined #openstack-oslo | 17:51 | |
*** e0ne has quit IRC | 17:55 | |
*** bigdogstl has quit IRC | 17:58 | |
*** dimtruck is now known as zz_dimtruck | 17:59 | |
*** e0ne has joined #openstack-oslo | 18:00 | |
*** zz_dimtruck is now known as dimtruck | 18:01 | |
*** ansmith has quit IRC | 18:01 | |
*** jamielennox|away is now known as jamielennox | 18:01 | |
harlowja | dharinic i think its more of a best effort for that one | 18:03 |
harlowja | its hard to predict the version ahead of time | 18:03 |
harlowja | so thus hard to include it on all change proposals ;) | 18:03 |
harlowja | (because its non-deterministic when things may merge) | 18:04 |
harlowja | due to people, time, reviews, ... | 18:04 |
harlowja | dansmith know anyone we can explicitly ping for that one | 18:04 |
harlowja | ? | 18:04 |
*** AJaeger has joined #openstack-oslo | 18:07 | |
AJaeger | oslo cache cores, could you review https://review.openstack.org/#/c/348156, please? We should really write OpenStack properly... | 18:08 |
* harlowja thought that was a much bigger statement | 18:08 | |
harlowja | then i realized it was just a capitalization thing :) | 18:09 |
AJaeger | oslo team, could you review my change for cookiecutter, please? https://review.openstack.org/352758 . With constraints now useable, we can rework the cookiecutter... | 18:09 |
AJaeger | thanks, harlowja | 18:09 |
harlowja | yes we should 'We should really write OpenStack properly...'! | 18:09 |
harlowja | ha | 18:09 |
AJaeger | harlowja: but in a prominent place - setup.cfg ;) | 18:10 |
harlowja | AJaeger out of curosity in https://review.openstack.org/352758 will that eventually have branches or tags of requirements repo? | 18:11 |
* harlowja wondering how that works over time | 18:11 | |
*** hockeynut has joined #openstack-oslo | 18:13 | |
AJaeger | harlowja: the default setup is that infra scripts pass in the version from the right branch of requirements repo. | 18:17 |
harlowja | k | 18:17 |
harlowja | i've created something via jenkins pipeline stuff that is also using that | 18:17 |
AJaeger | problem is manual runs - for those, we need to update the tox.ini file after requirements stable branch is created | 18:17 |
harlowja | kk | 18:18 |
harlowja | ya, https://gist.github.com/harlowja/e1aba00d2edd213f60b2257f7b482df7 is what i'm doing in some jenkisn stuff | 18:18 |
harlowja | also using the constraints stuff, because without that, say stable/liberty doesn't work | 18:18 |
AJaeger | I'm not sure how that is done - I discussed in the past a bit with dhellmann whether to add that as part of branching but don't know whether the release team found a solution for it | 18:18 |
harlowja | k | 18:19 |
AJaeger | harlowja: what creates .reports/upper-constraints.txt in your setup? | 18:19 |
harlowja | https://gist.github.com/harlowja/fb8afd1db43cbb56a3453429a3cf5ba0 | 18:20 |
harlowja | a prior node run | 18:20 |
harlowja | which is then stashed away into jenkins | 18:20 |
dharinic | Thank you harlowja . I was asking with reference to this: https://review.openstack.org/#/c/358045/2/oslo_config/cfg.py | 18:21 |
AJaeger | harlowja: yeah, that should work... | 18:21 |
harlowja | dharinic u can put in 3.17.0 if u want | 18:22 |
harlowja | though such versions are guesswork a little (depending on when it merges) | 18:22 |
dharinic | Gotcha. Thanks harlowja. | 18:22 |
harlowja | ya, i gotta get my jenkins-jobs openstack repo for these kinds of things AJaeger | 18:22 |
harlowja | i think it'd be useful for others using jenkins | 18:22 |
AJaeger | yeah, sharing is good | 18:24 |
harlowja | sharing is caring | 18:24 |
openstackgerrit | Merged openstack-dev/cookiecutter: Adjust tox.ini for constraints https://review.openstack.org/352758 | 18:29 |
*** AJaeger has left #openstack-oslo | 18:30 | |
*** lpetrut has joined #openstack-oslo | 18:33 | |
*** eezhova has joined #openstack-oslo | 18:37 | |
*** code-R_ has quit IRC | 18:41 | |
*** code-R has joined #openstack-oslo | 18:42 | |
*** dtardivel has quit IRC | 18:57 | |
*** code-R has quit IRC | 19:07 | |
*** tonytan_brb has joined #openstack-oslo | 19:11 | |
*** spzala has joined #openstack-oslo | 19:13 | |
*** ansmith has joined #openstack-oslo | 19:13 | |
*** tonytan4ever has quit IRC | 19:14 | |
*** andymaier_ has joined #openstack-oslo | 19:20 | |
*** pcaruana has quit IRC | 19:20 | |
*** salv-orlando has quit IRC | 19:28 | |
*** salv-orlando has joined #openstack-oslo | 19:28 | |
*** hockeynut has quit IRC | 19:28 | |
*** syjulian_ has quit IRC | 19:28 | |
*** salv-orlando has quit IRC | 19:32 | |
*** rlrossit_ has joined #openstack-oslo | 19:35 | |
*** rlrossit has quit IRC | 19:38 | |
*** andymaier_ has quit IRC | 19:46 | |
*** andymaier_ has joined #openstack-oslo | 19:49 | |
*** andymaier_ has quit IRC | 19:50 | |
*** andymaier_ has joined #openstack-oslo | 19:51 | |
*** amotoki has quit IRC | 20:00 | |
*** ansmith has quit IRC | 20:02 | |
*** lpetrut has quit IRC | 20:03 | |
*** e0ne has quit IRC | 20:12 | |
*** edmondsw has quit IRC | 20:13 | |
*** ansmith has joined #openstack-oslo | 20:21 | |
*** kgiusti has quit IRC | 20:22 | |
*** e0ne has joined #openstack-oslo | 20:25 | |
*** rtheis has joined #openstack-oslo | 20:27 | |
*** hockeynut has joined #openstack-oslo | 20:27 | |
*** sigmavirus is now known as sigmavirus|away | 20:29 | |
rtheis | I have a function which I would like to retry. The function establishes a connection to networking OVN backend services. Is RetryDecorator (in http://docs.openstack.org/developer/oslo.service/api/loopingcall.html) appropriate for this purpose or is there a better alternative? | 20:29 |
*** boden has quit IRC | 20:30 | |
*** boden has joined #openstack-oslo | 20:33 | |
*** itisha has joined #openstack-oslo | 20:33 | |
*** e0ne has quit IRC | 20:37 | |
*** ansmith has quit IRC | 20:45 | |
*** amotoki has joined #openstack-oslo | 21:01 | |
*** tonytan_brb has quit IRC | 21:01 | |
*** amotoki has quit IRC | 21:06 | |
*** miqui has quit IRC | 21:08 | |
*** eezhova has quit IRC | 21:13 | |
*** david-lyle has quit IRC | 21:15 | |
*** spzala has quit IRC | 21:16 | |
*** spzala has joined #openstack-oslo | 21:17 | |
*** david-lyle has joined #openstack-oslo | 21:18 | |
*** dimtruck is now known as zz_dimtruck | 21:21 | |
*** spzala has quit IRC | 21:21 | |
*** zz_dimtruck is now known as dimtruck | 21:23 | |
*** pradk has quit IRC | 21:24 | |
*** rlrossit_ has quit IRC | 21:30 | |
*** hockeynut has quit IRC | 21:31 | |
*** salv-orlando has joined #openstack-oslo | 21:32 | |
*** rtheis has quit IRC | 21:34 | |
*** spzala has joined #openstack-oslo | 21:53 | |
*** boden has quit IRC | 21:59 | |
*** tonytan4ever has joined #openstack-oslo | 22:02 | |
*** amotoki has joined #openstack-oslo | 22:02 | |
*** kfox1111 has joined #openstack-oslo | 22:04 | |
kfox1111 | having an odd problem. glance-registry is 401'ing on health checks. any ideas what might cause that? | 22:04 |
kfox1111 | the api-paste looks like its enabled ok as far as I can tell. | 22:04 |
*** tonytan4ever has quit IRC | 22:07 | |
*** amotoki has quit IRC | 22:07 | |
harlowja | hmmmm | 22:12 |
harlowja | double check the files are in the right places i suppose | 22:13 |
kfox1111 | I enabled debug and it is showing the right api-paste | 22:14 |
kfox1111 | the contents are here: http://pastebin.com/wdS7ANe0 | 22:14 |
kfox1111 | I've checked it on several of my clouds too and its broken on all of them. :/ | 22:15 |
*** andymaier_ has quit IRC | 22:15 | |
harlowja | and '/etc/glance/healthcheck_disable' doesn't exist right? | 22:15 |
kfox1111 | correct. it is not there. | 22:15 |
harlowja | hmmmm | 22:20 |
harlowja | which oslo.middleware version kfox1111 ? | 22:20 |
kfox1111 | tried with both liberty and trunk. | 22:21 |
kfox1111 | both from rdo. | 22:21 |
harlowja | k | 22:21 |
harlowja | what happens if u do a get request to that healthcheck url? | 22:23 |
harlowja | against trunk oslo.middleware version | 22:23 |
harlowja | u should get more info about why, if its really failing | 22:23 |
harlowja | ie https://github.com/openstack/oslo.middleware/blob/master/oslo_middleware/healthcheck/__init__.py#L287 | 22:23 |
harlowja | that should get triggered | 22:23 |
harlowja | HEAD requests don't explain why | 22:23 |
*** lpetrut has joined #openstack-oslo | 22:24 | |
kfox1111 | 401. and tells me to auth with keystone. | 22:26 |
*** sdague has joined #openstack-oslo | 22:26 | |
kfox1111 | its like its forcing keystone first, or ignoring the healthcheck. | 22:26 |
*** cdent has quit IRC | 22:27 | |
*** lpetrut has quit IRC | 22:28 | |
*** dimtruck is now known as zz_dimtruck | 22:30 | |
*** sdague has quit IRC | 22:31 | |
kfox1111 | not sure why it would be forcing keystone though. | 22:32 |
harlowja | hmmm | 22:35 |
harlowja | ya, i'm unsure | 22:38 |
harlowja | the filter file seems valid | 22:38 |
kfox1111 | could it be ignoring the pipelines somehow? | 22:39 |
harlowja | it would seem like thats happening | 22:41 |
harlowja | although not sure how | 22:41 |
kfox1111 | any way to turn up logging somehow on the pipeline? | 22:43 |
*** yamahata has quit IRC | 22:47 | |
harlowja | unsure, i would expect the routes lib to be able to be turned up | 22:48 |
*** spzala has quit IRC | 22:48 | |
harlowja | but i haven't looked into that one for a while | 22:49 |
harlowja | *in a while | 22:49 |
harlowja | or is it paste that handles that, arg, i forget, ha | 22:50 |
*** yamamoto has joined #openstack-oslo | 22:51 | |
harlowja | but ya, kfox1111 something seems odd if that pipeline isn't even getting triggered, though others here may know more about paste and such than me :-/ | 23:00 |
*** spzala has joined #openstack-oslo | 23:00 | |
*** pvinci has joined #openstack-oslo | 23:01 | |
*** tonytan4ever has joined #openstack-oslo | 23:03 | |
*** spzala has quit IRC | 23:05 | |
*** tonytan4ever has quit IRC | 23:08 | |
*** yamahata has joined #openstack-oslo | 23:09 | |
*** bigdogstl has joined #openstack-oslo | 23:25 | |
*** bigdogstl has quit IRC | 23:29 | |
*** spzala has joined #openstack-oslo | 23:34 | |
*** salv-orlando has quit IRC | 23:36 | |
*** spzala has quit IRC | 23:39 | |
*** eandersson_ has joined #openstack-oslo | 23:40 | |
*** eandersson has quit IRC | 23:43 | |
*** bigdogstl has joined #openstack-oslo | 23:45 | |
*** bigdogstl has quit IRC | 23:50 | |
*** spzala has joined #openstack-oslo | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!