| *** zz_dimtruck is now known as dimtruck | 00:00 | |
| *** portdirect is now known as portdirect_awayz | 00:10 | |
| *** agrebennikov__ has quit IRC | 00:25 | |
| *** dimtruck is now known as zz_dimtruck | 00:28 | |
| *** portdirect_awayz is now known as authz | 00:43 | |
| *** authz is now known as portdirect | 00:45 | |
| *** hoangcx has joined #openstack-barbican | 00:47 | |
| *** portdirect is now known as pd_ | 00:48 | |
| *** jamielennox is now known as jamielennox|away | 01:02 | |
| *** zz_dimtruck is now known as dimtruck | 01:10 | |
| *** jamielennox|away is now known as jamielennox | 01:17 | |
| openstackgerrit | Merged openstack/barbican: Fix error in api-guide https://review.openstack.org/421712 | 02:35 |
|---|---|---|
| openstackgerrit | Merged openstack/barbican: Removes unnecessary utf-8 encoding https://review.openstack.org/419242 | 02:35 |
| openstackgerrit | Merged openstack/barbican: Replace str(uuid.uuid4()) with utils.generate_uuid() https://review.openstack.org/420498 | 02:35 |
| openstackgerrit | Nam Nguyen Hoai proposed openstack/barbican: Clean imports in code https://review.openstack.org/424413 | 02:35 |
| *** chris_hultin|AWA is now known as chris_hultin | 03:17 | |
| *** chris_hultin is now known as chris_hultin|AWA | 03:21 | |
| *** diazjf has joined #openstack-barbican | 04:49 | |
| *** diazjf has quit IRC | 04:50 | |
| *** dimtruck is now known as zz_dimtruck | 05:16 | |
| *** andreas_s has joined #openstack-barbican | 07:12 | |
| *** shohel has joined #openstack-barbican | 07:49 | |
| *** openstackgerrit has quit IRC | 08:03 | |
| *** pcaruana has joined #openstack-barbican | 08:45 | |
| *** openstackgerrit has joined #openstack-barbican | 09:42 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/barbican: Updated from global requirements https://review.openstack.org/423636 | 09:42 |
| *** hoangcx has quit IRC | 10:06 | |
| *** strigazi_AFK is now known as strigazi | 10:09 | |
| *** pd_ is now known as portdirect | 11:47 | |
| *** catintheroof has joined #openstack-barbican | 12:16 | |
| *** shohel has quit IRC | 12:34 | |
| *** jmckind has joined #openstack-barbican | 13:18 | |
| *** dave-mccowan has joined #openstack-barbican | 13:18 | |
| *** spotz_zzz is now known as spotz | 13:39 | |
| *** spotz is now known as spotz_zzz | 13:45 | |
| *** jsheeren has joined #openstack-barbican | 14:01 | |
| *** jsheeren has left #openstack-barbican | 14:08 | |
| *** nrado has joined #openstack-barbican | 14:10 | |
| *** spotz_zzz is now known as spotz | 14:13 | |
| *** jperry has joined #openstack-barbican | 14:21 | |
| openstackgerrit | Dave McCowan proposed openstack/python-barbicanclient: do not merge: check gate with older version of cliff https://review.openstack.org/424667 | 14:25 |
| *** agrebennikov__ has joined #openstack-barbican | 14:33 | |
| nrado | Hi, when I run "openstack secret container list" I can see that my certificate containers still have consumers although I deleted the listener/loadbalancer consumers | 14:35 |
| nrado | Is this normal? | 14:35 |
| nrado | or a bug? | 14:35 |
| *** spotz is now known as spotz_zzz | 14:38 | |
| openstackgerrit | Merged openstack/castellan: Updated from global requirements https://review.openstack.org/420828 | 14:42 |
| dave-mccowan | rm_work ^^ | 14:53 |
| *** tdink has joined #openstack-barbican | 14:56 | |
| openstackgerrit | Merged openstack/barbican: Updated from global requirements https://review.openstack.org/423636 | 14:57 |
| *** spotz_zzz is now known as spotz | 15:00 | |
| *** chris_hultin|AWA is now known as chris_hultin | 15:03 | |
| *** kfarr has joined #openstack-barbican | 15:09 | |
| *** chris_hultin is now known as chris_hultin|AWA | 15:19 | |
| *** jmckind has quit IRC | 15:21 | |
| *** jaosorior has joined #openstack-barbican | 15:25 | |
| *** zz_dimtruck is now known as dimtruck | 15:25 | |
| *** edtubill has joined #openstack-barbican | 15:36 | |
| *** chris_hultin|AWA is now known as chris_hultin | 15:43 | |
| openstackgerrit | Dave McCowan proposed openstack/python-barbicanclient: Remove invalid smoke test that is failing in the gate https://review.openstack.org/424667 | 15:52 |
| dave-mccowan | kfarr alee jaosorior ^^ does this fix make sense? | 15:53 |
| alee | dave-mccowan, sounds reasonable to me | 15:54 |
| jaosorior | dave-mccowan: I guess it fixes it, but why don't we just catch the exception? we should probably be testing that anyway | 15:54 |
| *** briancurtin has left #openstack-barbican | 15:54 | |
| jaosorior | assertRaises | 15:54 |
| jaosorior | dave-mccowan, alee ^^ | 15:54 |
| alee | jaosorior, sounds reasonable to me to | 15:56 |
| dave-mccowan | jaosorior it seems reasonable for an API test, but maybe not a CLI test. if we do want a clean failure, the barbican client code should check for it, and not rely on cliff to raise an exception on noneType. | 15:56 |
| dave-mccowan | the error is: AttributeError: 'NoneType' object has no attribute 'startswith', raised in the cliff library code | 15:57 |
| *** dmellado has quit IRC | 16:07 | |
| jaosorior | wow | 16:07 |
| jaosorior | well, that does seem like a regression on cliff's side | 16:07 |
| jaosorior | it should be handled there | 16:07 |
| jaosorior | if that's the case | 16:07 |
| jaosorior | do you think we should then comment out the code and leave a TODO there? while trying to get the cliff folks to fix that | 16:07 |
| jaosorior | dave-mccowan: ^^ | 16:07 |
| dave-mccowan | jaosorior i agree with the thought, but i think in this case we're covered with unit tests and don't need a smoke test for this case. | 16:11 |
| dave-mccowan | jaosorior i will open a bug on cliff | 16:11 |
| *** pcaruana has quit IRC | 16:16 | |
| *** diazjf has joined #openstack-barbican | 16:45 | |
| *** andreas_s has quit IRC | 16:46 | |
| *** dmellado has joined #openstack-barbican | 16:48 | |
| *** dmellado has quit IRC | 16:53 | |
| *** dmellado has joined #openstack-barbican | 16:59 | |
| *** dave-mccowan has quit IRC | 17:11 | |
| rm_work | nrado: if you can reproduce easily, please file a bug against neutron-lbaas or octavia (are you using octavia?) | 17:25 |
| rm_work | nrado: we can take a look at it | 17:25 |
| rm_work | if that's happening, it's probably something on that side | 17:25 |
| *** diazjf has quit IRC | 17:28 | |
| *** jmckind has joined #openstack-barbican | 17:43 | |
| *** dave-mccowan has joined #openstack-barbican | 17:50 | |
| *** jmckind_ has joined #openstack-barbican | 17:50 | |
| *** jmckind has quit IRC | 17:51 | |
| *** strigazi is now known as strigazi_AFK | 18:05 | |
| *** armstrong has joined #openstack-barbican | 18:13 | |
| *** dave-mccowan has quit IRC | 18:30 | |
| *** diazjf has joined #openstack-barbican | 18:51 | |
| nrado | rm_work: I'm using neutron-lbaas | 18:55 |
| rm_work | which driver? | 18:55 |
| *** kfarr has quit IRC | 18:55 | |
| nrado | Haproxy | 18:56 |
| rm_work | hmm ok | 18:57 |
| rm_work | so it's definitely in the neutron-lbaas code | 18:57 |
| rm_work | we must not be releasing it | 18:57 |
| *** dave-mccowan has joined #openstack-barbican | 18:57 | |
| rm_work | can you reproduce it and then dump the log from neutron-lbaas worker into a pastebin? | 18:57 |
| *** jmckind has joined #openstack-barbican | 19:24 | |
| *** jmckind_ has quit IRC | 19:27 | |
| *** jmckind has quit IRC | 19:28 | |
| *** jmckind_ has joined #openstack-barbican | 19:34 | |
| *** jmckind_ has quit IRC | 19:35 | |
| *** jmckind has joined #openstack-barbican | 19:38 | |
| dave-mccowan | nrado ^^ | 19:38 |
| openstackgerrit | dane-fichter proposed openstack/barbican-tempest-plugin: Added Metadata client and unit tests https://review.openstack.org/424817 | 19:46 |
| *** diazjf has quit IRC | 19:54 | |
| *** diazjf has joined #openstack-barbican | 19:57 | |
| *** jmckind has quit IRC | 20:02 | |
| *** jmckind has joined #openstack-barbican | 20:03 | |
| *** jmckind has quit IRC | 20:08 | |
| *** jmckind has joined #openstack-barbican | 20:09 | |
| nrado | rm_work: I'll do it, but I Don't have time atm | 20:09 |
| nrado | I will send you a pm with the logs as soon as I finished it | 20:10 |
| rm_work | no worries | 20:10 |
| *** jmckind has quit IRC | 20:14 | |
| *** jmckind has joined #openstack-barbican | 20:14 | |
| *** jmckind_ has joined #openstack-barbican | 20:22 | |
| *** jmckind has quit IRC | 20:23 | |
| *** diazjf has quit IRC | 20:23 | |
| *** jmckind_ has quit IRC | 20:30 | |
| *** jperry has quit IRC | 20:31 | |
| *** jperry has joined #openstack-barbican | 20:33 | |
| *** jmckind has joined #openstack-barbican | 20:36 | |
| *** diazjf has joined #openstack-barbican | 20:40 | |
| *** diazjf has quit IRC | 20:55 | |
| *** dave-mccowan has quit IRC | 21:10 | |
| *** dimtruck is now known as zz_dimtruck | 21:15 | |
| *** jmckind_ has joined #openstack-barbican | 21:23 | |
| *** jmckind has quit IRC | 21:25 | |
| *** catintheroof has quit IRC | 21:35 | |
| *** catintheroof has joined #openstack-barbican | 21:35 | |
| *** catintheroof has quit IRC | 21:35 | |
| *** zz_dimtruck is now known as dimtruck | 21:37 | |
| *** jmckind has joined #openstack-barbican | 21:39 | |
| *** jmckind_ has quit IRC | 21:40 | |
| *** portdirect is now known as portdirect_away | 21:46 | |
| *** jmckind has quit IRC | 22:00 | |
| *** armstrong has quit IRC | 22:02 | |
| *** jperry has quit IRC | 22:19 | |
| *** tdink_ has joined #openstack-barbican | 22:36 | |
| *** tdink has quit IRC | 22:38 | |
| *** tdink_ has quit IRC | 22:42 | |
| *** tdink has joined #openstack-barbican | 22:45 | |
| *** tdink has quit IRC | 22:49 | |
| *** david-lyle has quit IRC | 22:50 | |
| *** dimtruck is now known as zz_dimtruck | 22:52 | |
| *** david-lyle has joined #openstack-barbican | 22:53 | |
| *** spotz is now known as spotz_zzz | 23:03 | |
| *** jaosorior has quit IRC | 23:12 | |
| *** zz_dimtruck is now known as dimtruck | 23:13 | |
| *** edtubill has quit IRC | 23:15 | |
| *** rm_work has quit IRC | 23:16 | |
| *** rm_work has joined #openstack-barbican | 23:16 | |
| openstackgerrit | dane-fichter proposed openstack/barbican-tempest-plugin: Added Metadata client and unit tests https://review.openstack.org/424817 | 23:16 |
| *** dimtruck is now known as zz_dimtruck | 23:27 | |
| *** dave-mccowan has joined #openstack-barbican | 23:33 | |
| *** tdink has joined #openstack-barbican | 23:35 | |
| openstackgerrit | dane-fichter proposed openstack/barbican-tempest-plugin: Added Metadata client and unit tests https://review.openstack.org/424817 | 23:46 |
| *** armstrong has joined #openstack-barbican | 23:58 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!