Monday, 2017-07-17

*** sapcc-bot has joined #openstack-barbican00:15
*** sapcc-bot has joined #openstack-barbican00:16
*** sapcc-bot has joined #openstack-barbican00:27
*** sapcc-bot has joined #openstack-barbican01:20
*** liujiong has joined #openstack-barbican01:24
*** liujiong_lj has joined #openstack-barbican01:36
*** liujiong has quit IRC01:37
*** sapcc-bot has joined #openstack-barbican01:39
*** liujiong_lj is now known as liujiong01:39
*** sapcc-bot has joined #openstack-barbican01:50
*** sapcc-bot has quit IRC01:50
*** sapcc-bot has joined #openstack-barbican01:58
*** sapcc-bot has joined #openstack-barbican02:08
*** sapcc-bot has joined #openstack-barbican02:26
*** noslzzp has quit IRC02:27
*** sapcc-bot has joined #openstack-barbican02:31
*** sapcc-bot has joined #openstack-barbican02:37
*** sapcc-bot has quit IRC02:37
*** sapcc-bot has joined #openstack-barbican02:43
*** sapcc-bot has joined #openstack-barbican02:50
*** sapcc-bot has joined #openstack-barbican03:01
*** dave-mccowan has quit IRC03:04
*** sapcc-bot has joined #openstack-barbican03:12
openstackgerritJeremy Liu proposed openstack/python-barbicanclient master: Update external doc reference  https://review.openstack.org/48423803:16
*** sapcc-bot has joined #openstack-barbican03:18
openstackgerritJeremy Liu proposed openstack/python-barbicanclient master: Update doc references  https://review.openstack.org/48423803:22
openstackgerritJeremy Liu proposed openstack/barbican master: Update internal doc reference according to doc migration result  https://review.openstack.org/48424003:43
*** sapcc-bot has joined #openstack-barbican04:05
*** sapcc-bot has joined #openstack-barbican04:11
*** sapcc-bot has joined #openstack-barbican04:23
*** sapcc-bot has joined #openstack-barbican04:24
*** sapcc-bot has joined #openstack-barbican04:47
*** sapcc-bot has joined #openstack-barbican05:33
*** sapcc-bot has joined #openstack-barbican05:40
*** sapcc-bot has joined #openstack-barbican06:03
*** sapcc-bot has joined #openstack-barbican06:20
*** andreas_s has joined #openstack-barbican06:23
*** sapcc-bot has joined #openstack-barbican06:25
*** sapcc-bot has joined #openstack-barbican06:33
*** sapcc-bot has joined #openstack-barbican06:39
*** sapcc-bot has joined #openstack-barbican06:56
*** sapcc-bot has quit IRC06:56
*** namnh has joined #openstack-barbican06:58
*** sapcc-bot has joined #openstack-barbican07:29
*** sapcc-bot has joined #openstack-barbican07:47
*** sapcc-bot has quit IRC07:47
*** sapcc-bot has joined #openstack-barbican07:53
*** sapcc-bot has joined #openstack-barbican07:59
*** sapcc-bot has joined #openstack-barbican08:11
*** sapcc-bot has joined #openstack-barbican08:22
*** sapcc-bot has joined #openstack-barbican08:29
*** sapcc-bot has joined #openstack-barbican08:52
*** sapcc-bot has joined #openstack-barbican08:58
*** sapcc-bot has joined #openstack-barbican09:04
*** salmankhan has joined #openstack-barbican09:09
*** sapcc-bot has joined #openstack-barbican09:34
*** sapcc-bot has joined #openstack-barbican09:40
*** liujiong has quit IRC10:06
*** salmankhan has quit IRC10:08
*** sapcc-bot has joined #openstack-barbican10:10
*** salmankhan has joined #openstack-barbican10:10
*** sapcc-bot has joined #openstack-barbican10:22
*** namnh has quit IRC10:57
*** raildo has joined #openstack-barbican10:58
*** sapcc-bot has joined #openstack-barbican11:09
*** sapcc-bot has quit IRC11:09
*** salmankhan has quit IRC11:16
*** salmankhan has joined #openstack-barbican11:19
*** raildo has quit IRC11:56
*** raildo has joined #openstack-barbican12:18
*** salmankhan has quit IRC12:27
*** salmankhan1 has joined #openstack-barbican12:27
*** sapcc-bot has joined #openstack-barbican12:30
*** salmankhan1 has quit IRC12:32
*** salmankhan has joined #openstack-barbican12:37
*** sapcc-bot has joined #openstack-barbican12:47
*** catintheroof has joined #openstack-barbican12:51
*** salmankhan has quit IRC12:57
*** randomhack has joined #openstack-barbican13:10
*** salmankhan has joined #openstack-barbican13:11
*** noslzzp has joined #openstack-barbican13:24
*** sapcc-bot has joined #openstack-barbican13:53
*** namnh has joined #openstack-barbican13:58
*** zhurong has joined #openstack-barbican13:59
*** zhurong has quit IRC13:59
*** livelace has quit IRC14:04
*** chlong has joined #openstack-barbican14:05
*** chlong has quit IRC14:10
*** namnh has quit IRC14:42
*** andreas_s has quit IRC15:10
*** chlong has joined #openstack-barbican15:36
*** chlong has quit IRC15:38
*** chlong has joined #openstack-barbican15:45
*** kfarr has joined #openstack-barbican16:26
*** spotz has quit IRC16:42
*** spotz has joined #openstack-barbican16:45
*** chlong has quit IRC17:03
*** salmankhan has quit IRC17:04
*** salmankhan has joined #openstack-barbican17:09
*** chlong has joined #openstack-barbican17:20
*** livelace has joined #openstack-barbican17:43
*** salmankhan has quit IRC17:59
*** livelace has quit IRC18:03
randomhackI'm trying to debug the configuration import process for nova-compute, because my group [key_manager] api_class setting is being ignored.  In our specific case the option is not directly under cinder.conf but under a cinder_override.conf placed in a referenced --config-dir during the nova-compute service startup.19:05
randomhackWhen I set a breakpoint in the nova/keymgr/__init__.py near where the default is set, the nova.conf.CONF is already set to the ConfKeyManager insecure option.19:07
randomhackTBH, I'm way over my head trying to debug python. ;(19:10
*** noslzzp has quit IRC19:11
*** dave-mccowan has joined #openstack-barbican19:44
*** randomhack has quit IRC19:48
dave-mccowanHappy Monday Barbicaneers!  Weekly IRC starts in 10 minutes. :-)19:49
*** randomhack has joined #openstack-barbican19:49
*** dave-mccowan has quit IRC20:17
*** chlong has quit IRC20:27
*** chlong has joined #openstack-barbican20:32
*** raildo has quit IRC20:34
randomhackkfarr: With some help, I found that removing the set_default option in __init__.py fixes the problem, the api_class is read correctly from the nova.conf  -- http://pasted.co/e621604c20:42
randomhackand with the code uncommented, I my api_class is always overridden by the default: http://pasted.co/3ee9412e20:46
*** noslzzp has joined #openstack-barbican21:03
*** randomhack has quit IRC21:11
*** chlong has quit IRC21:26
*** dave-mccowan has joined #openstack-barbican21:34
*** namnh has joined #openstack-barbican22:14
namnhdave-mccowan: hello Dave22:15
namnhcan I ask you a problem22:15
dave-mccowanhi namnh22:21
namnhdave-mccowan: following to my plan, I hope that I can finish to implement the rolling upgrade feature in this cycle (Pike), but I am afraid that it is impossible.22:24
namnhbecause we have only short time for Pike. is it ok to move this feature to the next cycle?22:25
dave-mccowannamnh yes, that's fine.  offline upgrade is already a big improvement for pike.22:26
namnhdave-mccowan: thanks, but I feel that I am lack of core-review to help me to review the feature :(22:28
dave-mccowannamnh i understand.  sorry, the core team has definitely shrunk over the last few months.22:29
dave-mccowannamnh do you plan to be in Sydney for the next summit?22:29
namnhdave-mccowan: I've registered TSP for PTG but there is no result. for Sydney I will register TSP and I hope i will be lucky man :)22:31
namnhhow about you?22:31
dave-mccowannamnh good luck!  i'll be at both the ptg and summit.  i hope to meet you there.22:32
namnhdave-mccowan: sure, thanks. do you have plan to implement new feature for next cycle?22:35
*** catintheroof has quit IRC23:07
dave-mccowannamnh i'm not sure yet.  we'll try to plan at the PTG.23:17
*** namnh has quit IRC23:19
*** chlong has joined #openstack-barbican23:25

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!