Tuesday, 2015-05-12

*** dboik has quit IRC00:00
*** dims has joined #openstack-containers00:00
*** sdake has quit IRC00:01
*** achanda has quit IRC00:04
*** unicell has quit IRC00:18
*** unicell has joined #openstack-containers00:23
openstackgerritMerged openstack/magnum: Delete swarm bay also delete related containers  https://review.openstack.org/18079900:35
*** adrian_otto has quit IRC00:44
*** dboik_ has quit IRC00:49
*** dboik_ has joined #openstack-containers00:52
*** ChanServ changes topic to "OpenStack Containers Team"00:54
-openstackstatus- NOTICE: Gerrit has been downgraded to version 2.8 due to the issues observed today. Please report further problems in #openstack-infra.00:55
*** tobe has joined #openstack-containers00:58
*** suro-patz1 has quit IRC00:58
tobeHi all, I'm big fan of OpenStack and container. I'm new to magnum and could like to ask a few question about its design01:00
tobeMagnum build CaaS upon OpenStack. Will it manage anything about container in OpenStack?01:02
*** achanda has joined #openstack-containers01:03
tobeI mean we're willing to implement the services like Aws Elastic Beanstall or Lambda, container is the important component of them. Can magnum provide the basic management for them?01:04
*** prad has quit IRC01:05
tobeActually, I don't know the major difference of CaaS and PaaS. Magnum implements the multi-tenant CaaS. Can we use it to implement the so called "private CaaS" that all containers run in user's virtual machines?01:06
tobeThat's my question about magnum and I'm really willing to make a contribution for that :-)01:07
*** Marga_ has quit IRC01:07
*** achanda has quit IRC01:08
*** achanda has joined #openstack-containers01:11
*** dboik_ has quit IRC01:19
madhuriHi tobe01:24
madhuriYou mean containers on user vm not on Openstack vms?01:25
*** erkules_ has joined #openstack-containers01:25
tobeYes, it's like Aws Elastic Beanstalk01:27
tobeThe containers run on user's vm and have the better isolation than the global CaaS01:28
*** erkules has quit IRC01:28
tobeIt's one of the requirements. And I'm wondering if magnum can be the infrastructure of OpenStack containers to help to implement these.01:29
madhuriCurrently there is no such support in magnum01:38
madhuritobe, You can draft a blueprint for this01:40
madhuriI am not sure about the use case01:40
madhuriMay be as I don't have any idea about Aws Elastic Beanstalk01:41
madhurilan, around?01:41
yuanyingI created blueprint like your suggestion https://blueprints.launchpad.net/magnum/+spec/magnum-allow-handmade-bay01:42
tobeThanks madhuri and yuanying. I'm new to the community and will learn to make contribution for magnum :-)01:45
madhuriYou are welcome tobe. Feel free to ping us anytime :)01:45
tobeGreat! I would like to know about the product of magnum01:46
tobeFrom official doc, I know it's a CaaS platform upon OpenStack01:47
tobeAnd will it do more for any service which would like to use container?01:47
tobeLike Aws Lambda which runs the scripts in containers in OpenStack vms01:48
*** fangfenghua has joined #openstack-containers01:50
tobeIf magnum could be the best solution to manage containers, I think it would be much easier to implement other product with containers01:50
yuanyingYes I think so01:51
tobeBut Lambda is much different from Amazon container service. I hope we could help to explore the best practices :-)01:54
lanmadhuri, yes01:56
openstackgerritMerged openstack/magnum: Allow container name as identifier in API calls  https://review.openstack.org/18199002:00
*** unicell has quit IRC02:02
tobe@madhuri @lan Beanstalk is like a private paas which runs in user's ec2. User can deploy their code in Beanstalk without managing the environment. It's different from traditional paas and simplify the usage02:02
openstackgerritMerged openstack/magnum: Make docker volume config more resilient  https://review.openstack.org/18111502:03
*** jay-lau-513 has joined #openstack-containers02:05
madhuritobe, Thanks for the explanation. You may wait for some others to respond to your queries.02:05
madhurilan, Have you tries updating a pod?02:06
*** dboik has joined #openstack-containers02:07
*** dboik has quit IRC02:07
*** achanda has quit IRC02:07
*** dboik has joined #openstack-containers02:08
*** achanda has joined #openstack-containers02:09
lanmadhuri, yes ,  but was few day ago. what's wrong ?02:09
madhuriI can't update it02:10
madhuriCan you paste the command?02:10
madhuriIt always fail at apiserver with 400 status02:10
*** vilobhmm1 has quit IRC02:10
lanmagnum pod-update <pod> replace manifest=<manifest>02:12
lanany error message in conductor log ?02:12
madhuriCan't we do it like magnum pod-update <pod> replace images=[] ?02:14
madhuriDoes it support only manifest in path?02:15
lanmagnum pod-update <pod> replace images=[] only changed the images field in db  IIUC.  But I think we can support it.02:16
lanYes, we can support to pass the manifest path.02:16
madhuriIt means only manifest in path request is forwarded to kubernetes.02:18
madhuriNot all02:18
madhuriRight?02:18
lanYes.02:19
madhuriHmm this seems to be an issue02:19
lanany requirement to change other fields expect manifest ?02:22
lanSince we only used manifest file to create a pod, then I think we can only update the manifest file to change anything you want , right?02:23
madhuriYes02:24
madhuriBut we can update just passing the patch also02:24
madhurihttps://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/kubectl_update.md02:25
madhuriYou can have a look if interested02:25
lanA quick look at this file, seems currently we can't support to pass --patch parameter when update a resource.02:29
lanhttps://github.com/openstack/magnum/blob/master/magnum/conductor/handlers/common/kube_utils.py#L56-L5902:29
lanIt should be a new feature ?02:30
madhuriNot new02:32
madhuriBut we should be able to update like manifest={}02:33
lanthink so , too. But it may be a problem to distinguish "{}" to be a total manifest file or just a patch02:41
openstackgerritMerged openstack/magnum: Make MagnumObject a subclass of Oslo VersionedObject  https://review.openstack.org/18013302:41
*** dims has quit IRC02:45
madhuriI think we need a discussion on this02:47
*** EricGonczer_ has joined #openstack-containers02:51
openstackgerritMerged openstack/magnum: Use oslo.versionedobjects remotable decorators  https://review.openstack.org/18185302:54
openstackgerritMerged openstack/magnum: Move VersionedObject registration to the new scheme  https://review.openstack.org/18057702:54
*** julim has joined #openstack-containers02:57
openstackgerritxu-haiwei proposed openstack/magnum: Keypair_id should be a required option when creating a baymodel  https://review.openstack.org/18185003:14
*** EricGonczer_ has quit IRC03:36
*** kebray has quit IRC03:37
*** EricGonczer_ has joined #openstack-containers03:44
*** kebray has joined #openstack-containers03:52
*** suro-patz has joined #openstack-containers03:53
*** adrian_otto has joined #openstack-containers03:56
*** adrian_otto has quit IRC03:56
*** EricGonczer_ has quit IRC03:58
*** EricGonczer_ has joined #openstack-containers04:06
*** EricGonczer_ has quit IRC04:16
openstackgerritxu-haiwei proposed openstack/magnum: Image_id should be a required option when creating a baymodel  https://review.openstack.org/18184904:19
*** suro-patz has quit IRC04:20
openstackgerritLan Qi Song proposed openstack/magnum: Add support for container status  https://review.openstack.org/18038404:22
*** dims has joined #openstack-containers04:33
*** Marga_ has joined #openstack-containers04:36
*** Marga__ has joined #openstack-containers04:37
*** sdake_ has quit IRC04:37
*** dims has quit IRC04:38
*** Marga_ has quit IRC04:41
jugglerhi, anyone here? :)04:42
*** tobe has quit IRC04:52
openstackgerritxu-haiwei proposed openstack/python-magnumclient: Make baymodel name a required option  https://review.openstack.org/18183904:56
*** mahito has joined #openstack-containers04:57
*** mahito has quit IRC04:58
*** mahito has joined #openstack-containers04:58
*** suro-patz has joined #openstack-containers05:02
*** suro-patz has quit IRC05:08
*** unicell has joined #openstack-containers05:14
*** oro_ has joined #openstack-containers05:21
*** oro has joined #openstack-containers05:21
*** unicell has quit IRC05:50
*** unicell has joined #openstack-containers05:50
*** suro-patz has joined #openstack-containers05:50
openstackgerritLan Qi Song proposed openstack/magnum: Add support for container status  https://review.openstack.org/18038405:52
*** fangfenghua has quit IRC05:53
*** unicell1 has joined #openstack-containers06:03
*** unicell has quit IRC06:04
*** kebray has quit IRC06:15
*** coolsvap|afk is now known as coolsvap06:18
*** tobe has joined #openstack-containers06:19
*** tobe has quit IRC06:19
*** coolsvap is now known as coolsvap|afk06:21
*** coolsvap|afk has quit IRC06:28
*** coolsvap has joined #openstack-containers06:29
*** oro_ has quit IRC06:38
*** sdake_ has joined #openstack-containers06:38
*** oro has quit IRC06:39
*** Marga__ has quit IRC06:48
*** suro-patz has quit IRC06:49
*** tobe43 has joined #openstack-containers07:00
*** fangfenghua has joined #openstack-containers07:01
*** erkules_ is now known as erkules07:11
*** erkules has joined #openstack-containers07:12
*** sdake_ has quit IRC07:23
*** nshaikh has joined #openstack-containers07:31
*** fangfenghua_ has joined #openstack-containers07:42
*** fangfenghua_ has quit IRC07:47
*** nshaikh has quit IRC07:49
*** oro has joined #openstack-containers07:50
*** nshaikh has joined #openstack-containers07:51
*** oro_ has joined #openstack-containers07:52
*** openstackstatus has quit IRC07:52
*** openstack has joined #openstack-containers07:54
*** daneyon has quit IRC08:01
*** yuanying has quit IRC08:07
*** achanda has quit IRC08:25
openstackgerritxu-haiwei proposed openstack/magnum: Keypair_id should be a required option when creating a baymodel  https://review.openstack.org/18185008:29
*** Marga_ has joined #openstack-containers08:42
openstackgerritxu-haiwei proposed openstack/magnum: Image_id should be a required option when creating a baymodel  https://review.openstack.org/18184908:47
*** oro has quit IRC09:03
*** mahito has quit IRC09:04
*** oro_ has quit IRC09:04
tobe43It seems magnum is started by heat. Can we deploy magnum without using heat?09:08
*** fangfenghua has quit IRC09:13
*** oro has joined #openstack-containers09:18
*** oro_ has joined #openstack-containers09:20
*** tobe43 has quit IRC09:31
*** daneyon has joined #openstack-containers09:31
openstackgerritDigambar proposed openstack/magnum: Fix baymodel exists with same name.  https://review.openstack.org/18220709:33
openstackgerritMerged openstack/magnum: Image_id should be a required option when creating a baymodel  https://review.openstack.org/18184909:43
*** chandankumar has joined #openstack-containers09:49
openstackgerritxu-haiwei proposed openstack/magnum: Keypair_id should be a required option when creating a baymodel  https://review.openstack.org/18185009:51
*** BertrandN has joined #openstack-containers10:05
*** oro has quit IRC10:11
*** oro_ has quit IRC10:12
*** jay-lau-513 has quit IRC10:13
openstackgerritMadhuri Kumari proposed openstack/magnum: Added support of Kubernetes API in magnum.  https://review.openstack.org/17041410:30
*** dims has joined #openstack-containers10:33
*** fangfenghua has joined #openstack-containers10:48
*** coolsvap is now known as coolsvap|afk10:52
*** oro has joined #openstack-containers11:00
*** oro_ has joined #openstack-containers11:00
*** EricGonczer_ has joined #openstack-containers11:53
*** dims_ has joined #openstack-containers12:03
*** dims has quit IRC12:06
*** zul has quit IRC12:06
*** zul has joined #openstack-containers12:19
*** rpothier has joined #openstack-containers12:34
*** Marga_ has quit IRC12:38
*** dims_ has quit IRC12:40
*** dims has joined #openstack-containers12:42
*** EricGonczer_ has quit IRC12:56
*** zul has quit IRC12:59
*** sdake has joined #openstack-containers13:01
*** sdake_ has joined #openstack-containers13:03
*** fangfenghua has quit IRC13:03
*** zul has joined #openstack-containers13:03
*** rlrevell has joined #openstack-containers13:05
*** sdake has quit IRC13:06
*** jjlehr has joined #openstack-containers13:09
*** hongbin has joined #openstack-containers13:12
sdake_morning folks13:18
*** sdake_ is now known as sdake13:18
*** suro-patz has joined #openstack-containers13:22
*** prad has joined #openstack-containers13:29
*** dboik has quit IRC13:35
*** jfarschman has joined #openstack-containers13:37
*** jfarschman is now known as MilesDenver13:37
*** lan_ has joined #openstack-containers13:43
hongbinmorning13:47
*** xek is now known as x3k13:52
*** kebray has joined #openstack-containers13:56
*** dboik has joined #openstack-containers13:58
*** lan_ has quit IRC14:10
*** Marga_ has joined #openstack-containers14:11
*** Marga_ has quit IRC14:16
*** zul has quit IRC14:17
*** Marga_ has joined #openstack-containers14:17
*** EricGonczer_ has joined #openstack-containers14:17
openstackgerritDavanum Srinivas (dims) proposed openstack/magnum: Remove dependency on python-kubernetes  https://review.openstack.org/18231114:19
*** zul has joined #openstack-containers14:19
*** nshaikh has quit IRC14:23
*** lan_ has joined #openstack-containers14:24
*** joffter has joined #openstack-containers14:25
*** nshaikh has joined #openstack-containers14:26
*** suro-patz has quit IRC14:27
*** nshaikh has left #openstack-containers14:28
*** nshaikh has joined #openstack-containers14:30
openstackgerritMerged openstack/magnum: Add support for container status  https://review.openstack.org/18038414:33
openstackgerritMerged openstack/magnum: Keypair_id should be a required option when creating a baymodel  https://review.openstack.org/18185014:33
*** chandankumar has quit IRC14:36
*** lan_ has quit IRC14:38
*** jjlehr has quit IRC14:41
*** xek has joined #openstack-containers14:43
*** sdake_ has joined #openstack-containers14:49
*** achanda has joined #openstack-containers14:52
*** sdake has quit IRC14:52
openstackgerritHongbin Lu proposed openstack/magnum: [WIP] Utilize baylock for conductor horizontal-scale  https://review.openstack.org/17277414:59
*** achanda has quit IRC15:01
*** kebray has quit IRC15:05
*** nihilifer has joined #openstack-containers15:09
*** jjlehr has joined #openstack-containers15:10
*** Marga_ has quit IRC15:13
*** daneyon_ has joined #openstack-containers15:15
*** adrian_otto has joined #openstack-containers15:16
*** daneyon has quit IRC15:18
*** nihilifer has quit IRC15:18
*** adrian_otto has left #openstack-containers15:19
*** shakamunyi has joined #openstack-containers15:22
*** barra204 has joined #openstack-containers15:22
*** nshaikh has quit IRC15:27
*** julim has quit IRC15:33
*** adrian_otto has joined #openstack-containers15:46
*** nihilifer has joined #openstack-containers15:46
adrian_ottoReminder: Our team meeting will begin in 15 minutes (1600 UTC) in #openstack-meeting-alt so I look forward to seeing you there!15:47
*** daneyon_ has quit IRC15:47
*** daneyon has joined #openstack-containers15:48
*** BertrandN has quit IRC15:49
*** nihilifer has quit IRC15:50
*** adrian_otto has quit IRC15:53
*** diga_ has joined #openstack-containers15:54
*** Marga_ has joined #openstack-containers15:54
*** jsotoca has joined #openstack-containers15:59
*** Tango has joined #openstack-containers15:59
*** Marga_ has quit IRC16:01
*** Marga_ has joined #openstack-containers16:01
*** kebray has joined #openstack-containers16:02
*** adrian_otto has joined #openstack-containers16:02
*** unicell has joined #openstack-containers16:02
*** joffter has left #openstack-containers16:03
*** joffter has joined #openstack-containers16:03
*** unicell1 has quit IRC16:04
*** oro_ has quit IRC16:05
*** oro has quit IRC16:06
*** fangfenghua_ has joined #openstack-containers16:09
*** openstackgerrit_ has quit IRC16:11
*** unicell has quit IRC16:12
*** fangfenghua_ has quit IRC16:15
*** fangfenghua_ has joined #openstack-containers16:16
*** fangfenghua_ has quit IRC16:18
*** Marga_ has quit IRC16:21
*** Marga_ has joined #openstack-containers16:22
*** Marga_ has quit IRC16:28
*** Marga_ has joined #openstack-containers16:28
*** suro-patz has joined #openstack-containers16:28
*** jsotoca has quit IRC16:29
*** julim has joined #openstack-containers16:31
*** dboik_ has joined #openstack-containers16:31
*** dboik has quit IRC16:33
*** suro-patz has quit IRC16:43
*** suro-patz has joined #openstack-containers16:46
*** unicell has joined #openstack-containers16:47
*** dboik_ has quit IRC17:02
*** jjlehr has quit IRC17:02
*** dboik has joined #openstack-containers17:02
*** jjlehr has joined #openstack-containers17:03
*** sdake has joined #openstack-containers17:11
*** sdake_ has quit IRC17:14
*** Marga_ has quit IRC17:18
*** jjlehr has quit IRC17:23
*** xek has quit IRC17:27
*** Marga_ has joined #openstack-containers17:28
*** Vinod____ has joined #openstack-containers17:29
*** achanda has joined #openstack-containers17:30
*** diga_ has quit IRC17:41
hongbinHi apmelton, are you around?17:45
apmeltonhongbin: yes, what's up?17:45
*** dboik has quit IRC17:45
hongbinI tried the swarm template17:45
hongbinThere is an issue17:45
hongbin$ docker -H tcp://172.24.4.14:2376 run -i cirros /bin/ping -c 4 8.8.8.817:45
hongbinFATA[0001] Error response from daemon: client and server don't have same version (client : 1.18, server: 1.17)17:46
*** vilobhmm11 has joined #openstack-containers17:46
*** dboik has joined #openstack-containers17:46
hongbinAnd I am using the new image17:46
apmeltonhongbin: that docker -H ... command, is that being run from the devstack host, or from one of the bay's nodes?17:46
hongbindevstack host17:47
hongbinBTW, what is the credential to SSH to the bay node?17:47
apmeltonssh fedora@172.24.4.1417:47
apmeltonhongbin: what you migh try doing is rebooting the instances in the bay, I think what'll happen is when each node brings up it's swarm containers, they'll update to the latest image17:48
hongbinI see, it is fedora (not minion) :)17:48
hongbinK. Will try that17:49
hongbinThx17:49
hongbinapmelton: Reboot. No luck.17:51
apmeltondamn17:52
apmeltonI wonder if it's actually conflicting with the docker daemon on the host itself17:52
hongbinFrom the error message, it looks like it is17:52
apmeltonhongbin: can you try doing a "docker -H tcp://172.24.4.14:2376 version"17:52
apmeltonand a "docker -H tcp://172.24.4.14:2375 version"17:53
hongbinhttp://pastie.org/1018510317:53
hongbinHere is the 2375 one:17:55
hongbinhttp://pastie.org/1018510817:55
apmeltonyea... hmmmm17:56
apmeltonthis sadly is going to be a recurring issue17:56
hongbinNeed to file a bug report?17:57
apmeltonhongbin: were you trying to talk to the swarm daemon directly to debug an issue?17:58
hongbinKind of17:58
apmeltonif you limit your interaction through magnum, you can set docker_remote_api_version=1.17 in the docker group17:58
hongbinI have another error, and try to figure out why17:59
hongbinK.17:59
hongbinI guess I can walk around by SSH into the node17:59
apmeltonhongbin: that or downgrade your installed docker version on your devstack host18:00
hongbinI see18:00
hongbinK. Get that.18:00
apmeltonhongbin: this highlights a larger issue though, how do we handle upgrades to bay nodes?18:01
hongbinI see.18:01
*** dboik_ has joined #openstack-containers18:01
hongbinI guess the docker client need the work18:02
hongbinAnyway, I am good to go. Thanks for the help.18:03
apmeltonyou're welcome hongbin18:03
*** dboik has quit IRC18:04
*** rlrevell1 has joined #openstack-containers18:04
*** rlrevell has quit IRC18:06
*** joffter has quit IRC18:06
*** jjlehr has joined #openstack-containers18:15
*** rlrevell has joined #openstack-containers18:26
*** rlrevell1 has quit IRC18:28
*** suro-patz has quit IRC18:30
*** suro-patz has joined #openstack-containers18:31
*** rlrevell has quit IRC18:39
*** rlrevell has joined #openstack-containers18:40
*** dboik_ has quit IRC19:03
*** dboik has joined #openstack-containers19:04
*** openstackgerrit_ has joined #openstack-containers19:16
*** suro-patz1 has joined #openstack-containers19:20
*** suro-patz has quit IRC19:20
*** openstackgerrit_ has quit IRC19:25
*** achanda has quit IRC19:33
*** shakamunyi has quit IRC19:35
*** barra204 has quit IRC19:36
*** shakamunyi has joined #openstack-containers19:50
*** barra204 has joined #openstack-containers19:50
ewindischadrian_otto: ugh, did UTC conversion mess with me today?19:54
ewindischseems it did :(19:55
*** dboik_ has joined #openstack-containers19:58
*** dboik has quit IRC20:01
*** achanda has joined #openstack-containers20:04
*** oro has joined #openstack-containers20:06
adrian_otto:-)20:07
*** dboik_ has quit IRC20:09
*** dboik has joined #openstack-containers20:10
*** kebray has quit IRC20:20
*** achanda has quit IRC20:21
*** logan2 has quit IRC20:33
*** vilobhmm11 has quit IRC20:35
*** achanda has joined #openstack-containers20:36
*** vilobhmm1 has joined #openstack-containers20:37
*** openstackgerrit has quit IRC20:37
*** openstackgerrit has joined #openstack-containers20:37
*** vilobhmm1 has quit IRC20:38
*** oro has quit IRC20:41
*** vilobhmm1 has joined #openstack-containers20:49
*** vilobhmm1 has quit IRC20:50
*** vilobhmm1 has joined #openstack-containers20:50
*** kebray has joined #openstack-containers21:01
*** vilobhmm1 has quit IRC21:01
*** vilobhmm1 has joined #openstack-containers21:02
*** vilobhmm1 has quit IRC21:03
*** vilobhmm1 has joined #openstack-containers21:04
*** 18WAABPY2 has joined #openstack-containers21:06
*** 92AAA7LGD has joined #openstack-containers21:06
*** dboik_ has joined #openstack-containers21:19
*** dboik has quit IRC21:22
*** EricGonczer_ has quit IRC21:23
*** dboik_ has quit IRC21:23
*** rpothier has quit IRC21:26
*** juggler has quit IRC21:33
openstackgerritHongbin Lu proposed openstack/magnum: Correct a spelling error in quickstart guide.  https://review.openstack.org/18246321:36
*** MilesDenver has quit IRC21:42
*** Vinod____ has quit IRC21:45
*** rlrevell has quit IRC21:45
openstackgerritHongbin Lu proposed openstack/magnum: Create temporary file under /tmp folder  https://review.openstack.org/18246721:46
*** juggler has joined #openstack-containers21:57
*** vilobhmm1 has quit IRC22:00
*** kebray has quit IRC22:04
*** vilobhmm1 has joined #openstack-containers22:04
*** vilobhmm1 has quit IRC22:05
*** vilobhmm1 has joined #openstack-containers22:05
*** vilobhmm1 has quit IRC22:07
*** Marga__ has joined #openstack-containers22:09
*** vilobhmm11 has joined #openstack-containers22:10
*** Marga_ has quit IRC22:10
*** jay-lau-513 has joined #openstack-containers22:12
jay-lau-513#openstak-chinese22:12
hongbinHi sdake adrian_otto, is there any items that you need ppl to work on?22:14
*** logan2 has joined #openstack-containers22:18
*** jfarschman has joined #openstack-containers22:24
*** jfarschman is now known as MilesDenver22:24
*** MilesDenver has quit IRC22:24
*** jfarschman has joined #openstack-containers22:24
*** jfarschman is now known as MilesDenver22:24
sdakehongbin horizontal scale and lbaas support22:26
sdakeother then that, I think the rest will be decided at  summit22:27
hongbinsdake:  I commented on the horizontal scale review22:27
sdakei saw, I wouldn't worry about performance22:27
hongbinThe performance is not as expected22:27
sdakethe entire point of horizontal scale is to not worry about performance22:27
*** dims_ has joined #openstack-containers22:28
sdakewhat kind of impact?22:28
hongbinThe problem is there is no performance gain after scaling22:28
hongbinbecause the requests are queued on the m-api22:28
*** sdake_ has joined #openstack-containers22:29
*** dims has quit IRC22:30
hongbinI could take a look at the lbaas support.22:30
hongbinThis one https://blueprints.launchpad.net/magnum/+spec/external-lb ?22:31
sdake_ya tango is lookign at it22:32
sdake_hongbin we dont want performance gain, we want the ability to handle more load i think22:32
sdake_iperhaps the rest api needs to be made threaded or something22:33
hongbinmore load means more throughtput?22:33
*** sdake has quit IRC22:33
hongbinthreading is a straightforward solution22:33
hongbinBut may need to discuss more. I am not sure22:33
*** hongbin has quit IRC22:38
*** jjlehr1 has joined #openstack-containers22:39
*** jjlehr1 has quit IRC22:41
*** jjlehr has quit IRC22:43
*** sdake has joined #openstack-containers22:43
*** sdake_ has quit IRC22:46
*** vilobhmm11 has quit IRC22:49
*** vilobhmm1 has joined #openstack-containers22:49
*** adrian_otto has quit IRC22:56
*** kebray has joined #openstack-containers23:09
*** EricGonczer_ has joined #openstack-containers23:16
*** yuanying has joined #openstack-containers23:17
*** Marga__ has quit IRC23:17
*** Marga_ has joined #openstack-containers23:18
*** Marga_ has quit IRC23:25
*** Marga_ has joined #openstack-containers23:26
*** EricGonc_ has joined #openstack-containers23:49
*** Tango has quit IRC23:52
*** EricGonczer_ has quit IRC23:53
*** mahito has joined #openstack-containers23:57

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