Tuesday, 2016-06-28

*** armax has joined #openstack-lbaas00:02
*** piet has quit IRC00:09
*** diogogmt has quit IRC00:17
*** chenli has joined #openstack-lbaas00:39
*** fnaval has quit IRC00:44
*** fnaval has joined #openstack-lbaas00:57
*** yamamot__ has joined #openstack-lbaas00:57
*** rudrajit_ has joined #openstack-lbaas01:01
*** rudrajit_ has quit IRC01:01
*** rudrajit_ has joined #openstack-lbaas01:02
*** rudrajit has joined #openstack-lbaas01:05
*** piet has joined #openstack-lbaas01:08
*** kevo has quit IRC01:08
*** rudrajit_ has quit IRC01:08
*** bana_k has quit IRC01:11
*** rcernin has quit IRC01:11
*** fawadkhaliq has joined #openstack-lbaas01:20
*** yuanying has quit IRC01:22
*** piet has quit IRC01:22
*** fawadkhaliq has quit IRC01:24
*** yuanying has joined #openstack-lbaas01:25
*** rudrajit_ has joined #openstack-lbaas01:36
*** rudrajit has quit IRC01:40
*** alhu has quit IRC01:41
*** amotoki has joined #openstack-lbaas01:42
*** gongysh has joined #openstack-lbaas01:45
*** bana_k has joined #openstack-lbaas01:46
*** amotoki has quit IRC01:46
*** csomerville has quit IRC01:47
*** piet has joined #openstack-lbaas01:56
*** fawadkhaliq has joined #openstack-lbaas02:01
*** fawadkhaliq has quit IRC02:05
*** csomerville has joined #openstack-lbaas02:13
*** ajmiller_ has quit IRC02:14
*** ajmiller has joined #openstack-lbaas02:14
*** sputnik13 has joined #openstack-lbaas02:14
*** fawadkhaliq has joined #openstack-lbaas02:22
*** ajmiller has quit IRC02:22
*** ajmiller has joined #openstack-lbaas02:22
*** sbalukoff has joined #openstack-lbaas02:24
*** fawadkhaliq has quit IRC02:26
openstackgerritli,chen proposed openstack/octavia: Add a timeout config  https://review.openstack.org/33380002:31
*** chlong has quit IRC02:37
*** fawadkhaliq has joined #openstack-lbaas02:43
*** fawadkhaliq has quit IRC02:46
*** yamamot__ has quit IRC02:50
*** chlong has joined #openstack-lbaas02:50
*** yamamot__ has joined #openstack-lbaas02:50
*** yuanying has quit IRC02:50
openstackgerritMerged openstack/neutron-lbaas-dashboard: Updated from global requirements  https://review.openstack.org/33232402:53
openstackgerritMerged openstack/neutron-lbaas: Add neutron-lbaas-dashboard devstack guide in README.md  https://review.openstack.org/31400703:00
*** yamamot__ has quit IRC03:02
*** yamamot__ has joined #openstack-lbaas03:02
*** yamamot__ has quit IRC03:08
openstackgerritMerged openstack/octavia: Remove untrue comment message  https://review.openstack.org/33436103:23
*** somerville32 has joined #openstack-lbaas03:26
*** csomerville has quit IRC03:29
*** woodster_ has quit IRC03:29
johnsomHmmm, I think that comment is still valid.  Oh well, it is on my list of flows03:31
johnsomthat need to be cleaned up03:31
*** amotoki has joined #openstack-lbaas03:32
*** Purandar has joined #openstack-lbaas03:45
*** bana_k has quit IRC03:46
*** sputnik13 has quit IRC03:47
*** yuanying has joined #openstack-lbaas03:48
*** chenli has quit IRC03:49
*** links has joined #openstack-lbaas03:50
*** numans has quit IRC03:53
*** yamamot__ has joined #openstack-lbaas03:54
*** numans has joined #openstack-lbaas03:56
*** chenli has joined #openstack-lbaas03:59
*** yuanying has quit IRC04:00
*** yuanying has joined #openstack-lbaas04:01
chenlijohnsom:  ? what you mean ?04:02
johnsomWell, the flow should not be split there.  It should be one flow now that the taskflow bug, referenced in the comment, is fixed.04:03
chenlijohnsom:  o, that comment is still there04:04
chenlijohnsom:  by the way, I have a question about that.  why we split the 2 flow at the first place ?  why 'flatten out the flows' is an issue ?  Don't we want the 'post_lb_amp_assoc_flow' not run if 'allocate_amphorae_flow' fails ?04:05
johnsomWell, as the comment that was removed states, there was a04:07
johnsomBug in taskflowe04:07
johnsomWe could not do a conditional working at the time04:08
johnsomWe need to make it one flow so that we can revert the flow correctly should an error occur04:09
chenlijohnsom:   I'm confused..04:13
chenlijohnsom: there're 2 comments in the 'create_load_balancer' method04:14
johnsomYes, both related04:14
chenlijohnsom:  the first one is removed by https://review.openstack.org/#/c/334361/, because the way octavia  handles building amphora is changed in change  https://review.openstack.org/#/c/206252/54/octavia/controller/worker/flows/amphora_flows.py04:15
chenlijohnsom:  the second comment is still there,  it is introduced by the same change04:15
chenlijohnsom:  https://review.openstack.org/#/c/206252/54/octavia/controller/worker/controller_worker.py04:15
chenlijohnsom:  What I do not understand is why flatten out the flows is an issue ?04:16
chenlijohnsom:  if any task in amphora+creation fails, should the post_lb_amp_asso fails too ?04:18
chenlijohnsom:   flatten out the flows should be something we want, isn't it ?04:18
johnsomTwo reasons.  We are doing conditionals up front that are not necessary.  Second we are not using single flows, so reverts can end up only partially reverting the flow.  Thus the two comments04:19
chenlijohnsom:  what is 'conditionals up front' means ?04:19
johnsomThe topology conditional04:20
chenlijohnsom:  still not understand.... Could you point to me where we used it ?04:21
*** numans has quit IRC04:21
johnsomIt is the lines right after the comment removed04:21
johnsom294, etc04:22
chenlithis   if topology == constants.TOPOLOGY_SINGLE: ?04:22
*** sputnik13 has joined #openstack-lbaas04:22
johnsomYes04:22
*** bana_k has joined #openstack-lbaas04:23
johnsomWe just need to refactor this method now that the bug referenced is fixed04:23
johnsomIt will fix error handling04:23
johnsomAnd help with the move to flavor capability04:24
chenlijohnsom:  why the topology would affect the follwing 2 flows ?04:25
johnsomDoes that help clarify the issues and the comments?04:26
johnsomWe should not need to make that conditional here.04:26
johnsom It should be handled in the flow04:26
johnsomI don't understand your concern here.  Are you just arguing that the comment was bad?04:28
chenlijohnsom:  no, I do not have any concern. I just can not understand what this comment means04:29
chenlijohnsom:  I'm trying to understand it...04:29
johnsomOk.  Sorry, the comments are notes around the issues the bug caused in our code.  We need to rewrite this method to remove the work arounds for the bug.  That is what the comments are trying to remind us.04:31
johnsomThis method does not work the way it should for the failure case, thus the comments to fix it once the bug is fixed (it is now).04:32
chenlijohnsom:   what is the failure case ? what will happen ?04:32
johnsomFailure case: neutron fails.  The LB will be in an incorrect state until we fix the issue the comments are about04:33
johnsomI.e. Pending_* instead of Error04:34
*** sputnik13 has quit IRC04:34
chenlijohnsom:  you mean when issue happens in the second flow ?04:35
chenlijohnsom: post_lb_amp_association_flow ?04:35
johnsomYes, for example04:35
johnsomIt should be one flow now that the bug is fixed04:36
*** amotoki has quit IRC04:37
*** armax has quit IRC04:39
chenlijohnsom:   o! so if we match our task into the bug description, task 1 is  'MapLoadbalancerToAmphora' , task 2& task3 are  map_lb_to_amp &  map_lb_to_amp, task 4 is post_lb_amp_association_flow04:39
*** bana_k has quit IRC04:41
johnsomSomething like that.  The flow can be merged and maybe leverage existing subflows I created for failover.  I have to get this cleaned up in the next few weeks04:43
chenlijohnsom: now I understand why we split into 2 subflow. Thanks very much !04:44
*** Purandar has quit IRC04:44
*** sputnik13 has joined #openstack-lbaas04:45
johnsomSure, NP04:46
chenlijohnsom:  But I still don't understand why we has  "if topology == constants.TOPOLOGY_SINGLE:" in the "create_load_balancer" method.   Doesn't it already been checked inside octavia.controller.worker.flows.load_balancer_flows =>   get_create_load_balancer_flow &  get_post_lb_amp_association_flow04:46
*** fawadkhaliq has joined #openstack-lbaas04:46
*** rcernin has joined #openstack-lbaas04:47
chenlijohnsom:  why can't just give the value 'topology' to  store[constants.UPDATE_DICT] ?04:47
johnsomYes, thus the comment04:47
johnsomWe really need to pull the flavors forward and not just pull from the config04:48
*** yuanying has quit IRC04:49
*** fawadkhaliq has quit IRC04:50
*** anilvenkata has joined #openstack-lbaas04:50
chenlijohnsom: I think we can remove the conditionals up front first.  This is a separate thing.  Let me work on that. :)04:54
*** numans has joined #openstack-lbaas04:54
*** amotoki has joined #openstack-lbaas04:54
johnsomOk.  Please take into account a future with flavors.04:54
johnsomI see a future where a flavor decides the topology04:55
chenlijohnsom:  do we have any bp/spec for the flavor ?04:57
johnsomYes, it is in the neutron specs repo04:57
openstackgerritli,chen proposed openstack/octavia: Remove the conditional check for topology  https://review.openstack.org/33477204:59
johnsomhttps://specs.openstack.org/openstack/neutron-specs/specs/mitaka/neutron-flavor-framework-templates.html05:00
johnsomThis is one05:00
chenlijohnsom:  Thanks very much !05:00
johnsomhttp://specs.openstack.org/openstack/neutron-specs/specs/kilo/neutron-flavor-framework.html05:00
johnsomAnother part of it05:01
johnsomNp05:01
*** M00nr41n has quit IRC05:13
*** somerville32 has quit IRC05:20
*** bana_k has joined #openstack-lbaas05:27
*** nmagnezi has joined #openstack-lbaas05:29
*** kevo has joined #openstack-lbaas05:31
*** amotoki has quit IRC05:31
*** fawadkhaliq has joined #openstack-lbaas05:34
*** piet has quit IRC05:35
*** fawadkhaliq has quit IRC05:36
*** fawadk has joined #openstack-lbaas05:36
*** rcernin has quit IRC05:37
*** amotoki has joined #openstack-lbaas05:42
*** kobis has joined #openstack-lbaas05:47
*** amotoki has quit IRC05:58
*** yuanying has joined #openstack-lbaas06:05
*** amotoki has joined #openstack-lbaas06:05
*** M00nr41n has joined #openstack-lbaas06:07
*** rcernin has joined #openstack-lbaas06:09
*** yuanying has quit IRC06:11
*** yuanying has joined #openstack-lbaas06:12
*** davidlenwell has quit IRC06:30
*** davidlenwell has joined #openstack-lbaas06:40
*** ajmiller has quit IRC06:42
*** ajmiller has joined #openstack-lbaas06:42
*** pcaruana has joined #openstack-lbaas06:46
*** rudrajit_ has quit IRC06:59
*** saju_m has joined #openstack-lbaas06:59
*** tesseract- has joined #openstack-lbaas06:59
*** rudrajit has joined #openstack-lbaas07:00
*** rudrajit has quit IRC07:04
*** ducttape_ has quit IRC07:15
openstackgerritsajuptpm proposed openstack/neutron-lbaas: neutron-lbaasv2-agent Member status update missing  https://review.openstack.org/33467607:21
*** saju_m has quit IRC07:29
*** yuanying has quit IRC07:34
*** yuanying has joined #openstack-lbaas07:34
*** yuanying has quit IRC07:35
*** yuanying has joined #openstack-lbaas07:36
ajoblogan, thanks for the ping, I didnt' see your email, so reading now, thanks a lot07:39
*** jsheeren has joined #openstack-lbaas07:47
*** diogogmt has joined #openstack-lbaas07:53
*** sputnik13 has quit IRC07:55
*** sputnik13 has joined #openstack-lbaas08:00
*** eezhova has joined #openstack-lbaas08:04
*** dmk0202 has joined #openstack-lbaas08:06
*** jsheeren has quit IRC08:10
openstackgerritElena Ezhova proposed openstack/octavia: Decrease default resource expiry age in DevStack setup  https://review.openstack.org/33437408:21
*** sputnik13 has quit IRC08:25
*** ihrachys has joined #openstack-lbaas08:25
*** eezhova has quit IRC08:34
*** noshankus has joined #openstack-lbaas08:34
openstackgerritKobi Samoray proposed openstack/neutron-lbaas: Driver exceptions overriden by plugin  https://review.openstack.org/33437608:36
*** eezhova has joined #openstack-lbaas08:36
*** Prashant has joined #openstack-lbaas08:39
*** noshankus has quit IRC08:40
PrashantHi Team, Is it possible to install LBaaSV2 agent on network-node using stable/liberty devstack code?. From code looks agent can be installed on node where q-svc service is running08:41
Prashantcould someone please confirm..08:41
*** bana_k has quit IRC08:43
*** noshankus has joined #openstack-lbaas08:43
*** eranra has quit IRC08:45
*** ducttape_ has joined #openstack-lbaas08:46
openstackgerritElena Ezhova proposed openstack/neutron-lbaas: Set up hooks for the functional job and add test_migrations test  https://review.openstack.org/32099908:48
*** ducttape_ has quit IRC08:52
*** jsheeren has joined #openstack-lbaas09:04
jsheerenhi all, i'm setting up octavia on my mitaka env09:04
jsheereni'm having a problem where neutron keeps complaining about authentication09:04
jsheerenwhen i check the keystone logs, i see that it's trying to authenticate against keystone v2; whereas i have configured keystone v309:05
jsheerenoctavia.conf keystone_authtoken settings point to the v3 public keystone endpoint09:05
jsheerenis there another place where i need to config this?09:06
jsheerenhah nevermind; l vs i (auth_url) .. maybe i need some sleep. heh09:16
jsheerenor a better font ..09:16
jsheerenhmz, that wasn't it.  when using octavia, do i need the neutron-lbaas agents? and neutron-lbaas.conf file?09:21
chenlijsheeren:  octavia do not need neutron-lbaas-agents. neutron-lbaas.conf  is used by neutron-server => the service_plugins =neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2.09:23
eezhovaand in neutron_lbaas.conf you'll have to set service_provider = LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default in service_providers section09:25
jsheerenchenli: thx09:25
jsheereneezhova: ah; i put the service_provider inside the neutron.conf (under [service_providers])09:25
jsheerenso i put that in neutron_lbaas.conf09:26
*** yuanying has quit IRC09:26
*** amotoki has quit IRC09:27
jsheereni was following http://docs.openstack.org/mitaka/networking-guide/adv-config-lbaas.html  btw09:28
*** chenli has quit IRC09:30
*** eranra has joined #openstack-lbaas09:31
*** eranra has quit IRC09:33
*** gongysh has quit IRC09:34
eezhovajsheeren, I guess it should work both ways, it's just common to add this configuration into a separate file that is dynamically discovered by neutron-server09:37
*** ducttape_ has joined #openstack-lbaas09:48
*** ducttape_ has quit IRC09:53
*** ri0 has joined #openstack-lbaas09:55
openstackgerritElena Ezhova proposed openstack/neutron-lbaas: Set up hooks for the functional job and add test_migrations test  https://review.openstack.org/32099910:02
*** amotoki has joined #openstack-lbaas10:17
*** sbalukoff_ has joined #openstack-lbaas10:20
*** sbalukoff has quit IRC10:24
openstackgerritElena Ezhova proposed openstack/neutron-lbaas: Set up hooks for the functional job and add test_migrations test  https://review.openstack.org/32099910:28
*** amotoki has quit IRC10:30
*** eezhova has quit IRC10:32
*** amotoki has joined #openstack-lbaas10:35
*** Prashant has quit IRC10:44
*** fawadk has quit IRC10:47
*** yuanying has joined #openstack-lbaas10:47
*** ducttape_ has joined #openstack-lbaas10:49
*** amotoki has quit IRC10:50
*** ducttape_ has quit IRC10:53
openstackgerritKaiLi proposed openstack/neutron-lbaas: Add status in Octavia  https://review.openstack.org/32419711:07
openstackgerritsajuptpm proposed openstack/neutron-lbaas: neutron-lbaasv2-agent Member status update missing  https://review.openstack.org/33467611:10
*** eezhova has joined #openstack-lbaas11:16
*** rtheis has joined #openstack-lbaas11:20
*** fawadkhaliq has joined #openstack-lbaas11:25
*** ajmiller has quit IRC11:29
*** ajmiller has joined #openstack-lbaas11:29
*** ri0 has left #openstack-lbaas11:36
*** yamamot__ has quit IRC11:45
*** ducttape_ has joined #openstack-lbaas11:50
*** ajmiller has quit IRC11:52
*** ajmiller has joined #openstack-lbaas11:52
*** amotoki has joined #openstack-lbaas11:52
*** ducttape_ has quit IRC11:54
*** null0 has joined #openstack-lbaas11:54
*** null0 has quit IRC12:01
*** piet has joined #openstack-lbaas12:02
*** ri0 has joined #openstack-lbaas12:02
*** ri0 is now known as Guest8599412:02
*** fawadkhaliq has quit IRC12:04
*** Guest85994 has quit IRC12:05
*** null0 has joined #openstack-lbaas12:05
*** null0 has left #openstack-lbaas12:06
*** Frito has joined #openstack-lbaas12:07
*** numans has quit IRC12:08
openstackgerritElena Ezhova proposed openstack/neutron-lbaas: Set up hooks for the functional job and add test_migrations test  https://review.openstack.org/32099912:09
*** ducttape_ has joined #openstack-lbaas12:11
*** jsheeren has quit IRC12:14
*** diogogmt has quit IRC12:21
*** diogogmt has joined #openstack-lbaas12:22
*** fawadkhaliq has joined #openstack-lbaas12:28
*** yamamoto has joined #openstack-lbaas12:28
*** ducttape_ has quit IRC12:29
*** fawadkhaliq has quit IRC12:32
*** diogogmt has quit IRC12:34
openstackgerritElena Ezhova proposed openstack/neutron-lbaas: Set up hooks for the functional job and add test_migrations test  https://review.openstack.org/32099912:34
*** links has quit IRC12:40
*** reedip is now known as outofmemory12:42
*** links has joined #openstack-lbaas12:52
*** matt-borland has joined #openstack-lbaas12:56
*** eezhova has quit IRC13:02
*** eezhova has joined #openstack-lbaas13:03
*** M00nr41n has quit IRC13:05
openstackgerritElena Ezhova proposed openstack/neutron-lbaas: Set up hooks for the functional job and add test_migrations test  https://review.openstack.org/32099913:06
*** diogogmt has joined #openstack-lbaas13:15
*** armax has joined #openstack-lbaas13:27
*** jsheeren has joined #openstack-lbaas13:39
jsheerenhi, i'm getting following error in octavia-worker: octavia.common.clients TypeError: __init__() got an unexpected keyword argument 'insecure'13:39
jsheereni set insecure = False in my octavia.conf13:39
jsheerenfor octavia 0.8 on mitaka, which is the recommended python-glanceclient version?13:39
openstackgerritElena Ezhova proposed openstack/neutron-lbaas: Set up hooks for the functional job and add test_migrations test  https://review.openstack.org/32099913:40
*** piet has quit IRC13:49
*** sputnik13 has joined #openstack-lbaas14:01
*** woodster_ has joined #openstack-lbaas14:05
*** ducttape_ has joined #openstack-lbaas14:09
*** eranra has joined #openstack-lbaas14:10
*** BjoernT has joined #openstack-lbaas14:13
*** piet has joined #openstack-lbaas14:15
*** M00nr41n has joined #openstack-lbaas14:27
*** nmagnezi has quit IRC14:31
*** diogogmt has quit IRC14:32
*** diogogmt has joined #openstack-lbaas14:32
openstackgerritElena Ezhova proposed openstack/neutron-lbaas: Set up hooks for the functional job and add test_migrations test  https://review.openstack.org/32099914:34
*** ajmiller has quit IRC14:36
*** ajmiller has joined #openstack-lbaas14:36
openstackgerritPablo Iranzo Gómez proposed openstack/neutron-lbaas: Fix typo on message  https://review.openstack.org/33506914:37
*** yamamoto has quit IRC14:37
*** yamamoto has joined #openstack-lbaas14:38
*** links has quit IRC14:38
*** kobis has quit IRC14:38
*** eezhova has quit IRC14:39
*** yamamoto has quit IRC14:43
*** eezhova has joined #openstack-lbaas14:44
*** sputnik13 has quit IRC14:44
*** nmagnezi has joined #openstack-lbaas14:45
*** krotscheck_dcm is now known as krotscheck14:48
*** fnaval has quit IRC14:49
*** ajmiller has quit IRC14:53
*** TrevorV has joined #openstack-lbaas14:54
*** ajmiller has joined #openstack-lbaas14:54
*** jsheeren has quit IRC14:54
*** armax has quit IRC14:55
*** armax has joined #openstack-lbaas14:57
*** noshankus has quit IRC14:58
*** noshankus has joined #openstack-lbaas14:59
*** Purandar has joined #openstack-lbaas15:07
*** amotoki has quit IRC15:07
*** M00nr41n has quit IRC15:08
*** M00nr41n has joined #openstack-lbaas15:10
*** yamamoto has joined #openstack-lbaas15:12
*** fnaval has joined #openstack-lbaas15:13
*** M00nr41n has quit IRC15:14
*** nmagnezi has quit IRC15:15
*** M00nr41n has joined #openstack-lbaas15:20
*** fawadkhaliq has joined #openstack-lbaas15:20
*** anilvenkata has quit IRC15:24
*** M00nr41n has quit IRC15:24
*** fawadkhaliq has quit IRC15:25
*** M00nr41n has joined #openstack-lbaas15:29
openstackgerritElena Ezhova proposed openstack/neutron-lbaas: Set up hooks for the functional job and add test_migrations test  https://review.openstack.org/32099915:36
*** ducttape_ has quit IRC15:39
*** dmk0202 has quit IRC15:42
*** ducttape_ has joined #openstack-lbaas15:42
*** rudrajit has joined #openstack-lbaas15:43
*** eezhova has quit IRC15:45
*** armax_ has joined #openstack-lbaas15:48
*** eezhova has joined #openstack-lbaas15:49
*** cody-somerville has joined #openstack-lbaas15:49
*** armax has quit IRC15:50
*** armax_ is now known as armax15:50
*** mkrai_ has joined #openstack-lbaas15:51
*** bana_k has joined #openstack-lbaas15:52
mkrai_Hi15:52
mkrai_I am Madhuri Kumari from Magnum team. I have a concern about barbican_cert_manager15:53
* redrobot pokes head in15:53
mkrai_Magnum has copied cert_manager code from neutron-lbaas15:53
mkrai_I see that delete_cert method doesn't actually delete the certs https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/common/cert_manager/barbican_cert_manager.py#L18715:54
mkrai_Could anyone tell me why?15:54
*** tesseract- has quit IRC15:56
bloganmkrai_: i'm not sure, could be that its owned by the user and the lbaas service shouldn't actually delete the cert, but rm_work would be better to answer that question15:57
mkrai_Thanks blogan for response15:57
mkrai_That makes sense15:58
mkrai_rm_work: Hi15:58
bloganmkrai_: he's probably not awake right now :)15:58
mkrai_Ok I will try pinging him later15:59
mkrai_Thanks :)15:59
bloganbut i'm assuming from the little previous knowledge i have of this that the cert is owned by the user and could be used by other services so deleting it would cause issues15:59
blogani reserve the rgiht to be totally wrong though :)15:59
*** csomerville has joined #openstack-lbaas16:03
*** cody-somerville has quit IRC16:04
*** nokes has joined #openstack-lbaas16:04
*** noshankus has quit IRC16:04
*** nokes is now known as noshankus16:04
*** noshankus has quit IRC16:06
*** somerville32 has joined #openstack-lbaas16:09
*** rudrajit has quit IRC16:10
*** rudrajit has joined #openstack-lbaas16:11
*** csomerville has quit IRC16:13
*** brad_behle has joined #openstack-lbaas16:14
*** rudrajit has quit IRC16:16
*** ihrachys has quit IRC16:22
*** kevo has quit IRC16:32
rm_workmkrai_ / blogan / redrobot: that is correct16:35
rm_workmkrai_: there WAS a method called _actually_delete_cert() but since we were NEVER using it, I eventually trimmed it out16:35
rm_workmkrai_: depending on when you copied the code, you MIGHT have it?16:35
mkrai_rm_work: Hi16:35
mkrai_yes we have it16:35
rm_workok16:35
rm_workyes, we just didn't like deleting things16:35
mkrai_And in Magnum's use case, we don't need the certificates after we delete bay16:36
rm_workyou could remove the original delete method and replace with _actually_delete16:36
rm_workfor your use case that might be fine16:36
mkrai_Yes16:36
bloganmkrai_: are you doing user certs or managing your own certs?16:36
bloganlike the certs are owned by magnum16:36
rm_workI wish castellan would have just added that interface so it wasn't copy/pasted everywhere T_T16:36
* rm_work prods redrobot 16:36
mkrai_Managing own certs16:37
mkrai_rm_work: Could you please tell me the usecase in lbaas?16:37
rm_workmkrai_: also depending on when you copied it, that code has been refactored significantly16:37
mkrai_Is it because cert is managed by user?16:38
rm_workmkrai_: for LBaaS, the *user* creates certs, passes them to LBaaS, and we only read the certs16:38
rm_workwe don't have the ability/need to delete them for real16:38
rm_workjust register/deregister as a consumer16:38
mkrai_Ok make sense16:38
rm_workthe user might use the same cert for multiple loadbalancers16:38
rm_workor even multiple products16:38
rm_workcool :)16:39
mkrai_Thanks rm_work blogan for explanation16:40
mkrai_Have a good day!16:40
rm_workyou too ^_^16:40
bloganmkrai_: np16:41
*** permalac has joined #openstack-lbaas16:43
*** permalac_ has quit IRC16:45
eezhovajsheeren, I guess it should work both ways, it's just common to add this configuration into a separate file that is dynamically discovered by neutron-server16:49
*** pcaruana has quit IRC16:49
*** rcernin has quit IRC16:51
*** eezhova has left #openstack-lbaas16:52
*** somerville32 has quit IRC17:02
*** cody-somerville has joined #openstack-lbaas17:04
*** cody-somerville has quit IRC17:04
*** cody-somerville has joined #openstack-lbaas17:04
*** fawadkhaliq has joined #openstack-lbaas17:07
*** rudrajit has joined #openstack-lbaas17:07
*** kevo has joined #openstack-lbaas17:17
*** bana_k has quit IRC17:17
*** yamamoto has quit IRC17:22
*** mkrai_ has quit IRC17:27
*** brad_behle has quit IRC17:27
*** brad_behle has joined #openstack-lbaas17:28
*** eezhova has joined #openstack-lbaas17:33
*** eezhova has quit IRC17:37
*** fawadkhaliq has quit IRC17:40
*** rcernin has joined #openstack-lbaas17:45
*** piet has quit IRC17:52
*** cody-somerville has quit IRC17:58
*** cody-somerville has joined #openstack-lbaas17:58
*** diogogmt has quit IRC17:58
*** ajmiller has quit IRC17:59
*** ajmiller has joined #openstack-lbaas17:59
*** diogogmt has joined #openstack-lbaas18:00
*** rudrajit_ has joined #openstack-lbaas18:01
*** rudrajit has quit IRC18:05
*** diogogmt has quit IRC18:16
*** yamamoto has joined #openstack-lbaas18:23
*** csomerville has joined #openstack-lbaas18:24
*** pcaruana has joined #openstack-lbaas18:25
*** ducttape_ has quit IRC18:25
*** cody-somerville has quit IRC18:28
*** diogogmt has joined #openstack-lbaas18:28
*** Frito has quit IRC18:29
*** csomerville has quit IRC18:30
*** ducttape_ has joined #openstack-lbaas18:31
*** ajmiller has quit IRC18:33
*** ajmiller has joined #openstack-lbaas18:34
*** yamamoto has quit IRC18:34
*** davidlenwell has quit IRC18:42
*** rudrajit has joined #openstack-lbaas18:44
*** rudrajit_ has quit IRC18:47
*** davidlenwell has joined #openstack-lbaas18:52
*** cody-somerville has joined #openstack-lbaas19:06
*** ihrachys has joined #openstack-lbaas19:13
*** ihrachys has quit IRC19:18
*** ihrachys has joined #openstack-lbaas19:21
*** rudrajit_ has joined #openstack-lbaas19:24
*** rudrajit has quit IRC19:27
*** ihrachys has quit IRC19:34
*** ihrachys has joined #openstack-lbaas19:35
*** ihrachys has quit IRC19:45
*** ihrachys has joined #openstack-lbaas19:48
*** ihrachys has quit IRC19:53
*** _ducttape_ has joined #openstack-lbaas19:56
*** ducttape_ has quit IRC20:00
*** csomerville has joined #openstack-lbaas20:07
*** cody-somerville has quit IRC20:10
*** somerville32 has joined #openstack-lbaas20:10
*** ajmiller has quit IRC20:13
*** ajmiller has joined #openstack-lbaas20:13
*** csomerville has quit IRC20:14
*** ajmiller has quit IRC20:14
*** ajmiller has joined #openstack-lbaas20:14
*** ajmiller has quit IRC20:20
*** ajmiller has joined #openstack-lbaas20:21
*** saju_m has joined #openstack-lbaas20:22
*** saju_m has quit IRC20:23
*** saju_m has joined #openstack-lbaas20:23
*** saju_m has quit IRC20:29
*** saju_m has joined #openstack-lbaas20:41
*** dmk0202 has joined #openstack-lbaas21:11
*** _ducttape_ has quit IRC21:14
*** ducttape_ has joined #openstack-lbaas21:15
*** harlowja has quit IRC21:19
*** piet has joined #openstack-lbaas21:21
*** TrevorV has quit IRC21:25
*** dmk0202 has quit IRC21:42
*** armax has quit IRC21:44
*** matt-borland has quit IRC21:46
*** piet has quit IRC21:48
*** piet has joined #openstack-lbaas21:48
*** somerville32 has quit IRC21:51
*** somerville32 has joined #openstack-lbaas21:51
*** armax has joined #openstack-lbaas21:52
*** davidlenwell has quit IRC22:02
*** piet has quit IRC22:03
*** davidlenwell has joined #openstack-lbaas22:11
*** harlowja has joined #openstack-lbaas22:16
*** harlowja has quit IRC22:23
*** armax_ has joined #openstack-lbaas22:38
*** BjoernT has quit IRC22:40
*** armax has quit IRC22:40
*** armax_ is now known as armax22:40
*** ajmiller has quit IRC22:55
*** ajmiller has joined #openstack-lbaas22:55
*** rcernin has quit IRC23:03
*** ducttape_ has quit IRC23:04
*** somerville32 has quit IRC23:05
*** BjoernT has joined #openstack-lbaas23:12
*** harlowja has joined #openstack-lbaas23:12
*** BjoernT has quit IRC23:17
*** piet has joined #openstack-lbaas23:48
*** saju_m has quit IRC23:50
*** numans has joined #openstack-lbaas23:51
*** kbyrne has quit IRC23:59

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