Monday, 2015-01-05

*** LinstatSDR has quit IRC00:02
*** LinstatSDR has joined #openstack-containers00:05
*** unicell has quit IRC00:10
*** LinstatSDR has quit IRC00:13
*** jay-lau-513 has quit IRC00:32
*** EricGonczer_ has joined #openstack-containers00:47
*** Kennan has joined #openstack-containers01:00
yuanyingmorning01:34
*** jay-lau-513 has joined #openstack-containers01:36
*** unicell has joined #openstack-containers01:45
*** EricGonczer_ has quit IRC01:48
*** kebray has quit IRC01:48
*** daneyon has joined #openstack-containers02:05
*** LinstatSDR has joined #openstack-containers02:12
*** daneyon has quit IRC02:12
*** daneyon has joined #openstack-containers02:13
*** daneyon has quit IRC02:17
*** EricGonczer_ has joined #openstack-containers02:19
*** EricGonczer_ has quit IRC02:42
openstackgerritMerged stackforge/magnum: Add oslo concurrency namespace  https://review.openstack.org/14485802:50
*** erkules_ has joined #openstack-containers02:54
*** erkules has quit IRC02:56
openstackgerritMotohiro/Yuanying Otsuka proposed stackforge/magnum: Remove unnecessary line in opts.py  https://review.openstack.org/14491302:59
openstackgerritMotohiro/Yuanying Otsuka proposed stackforge/magnum: Remove unnecessary line in opts.py  https://review.openstack.org/14491303:00
sdakeyi yuanying03:03
sdakeyi/hi03:03
sdakedid you see the new atomic based template from larsks?03:04
yuanyinghi03:13
yuanyingI read a mail, but not see the code yet.03:13
sdakeits a big improvement imo03:13
sdakebut still no bare metal template03:13
sdakei'm alsot not sure how to make a bare metal template since I'm not sure how the network is configured via ironic on bare metal03:14
sdakeon my network I have a private which vms connect to and a public where I allocate floating ips which represent the "outside world"03:14
sdakeI'm not sure if ironic has the same thing or not03:14
sdakeI could just hvae a public - in which case all traffic would be external03:15
yuanyingmaybe, fixed network should be configurable via parameter.03:15
sdakenot sure03:16
sdakeI will ask the guys in ironic monday morning03:16
sdakeand see if they have any idea how network should operate03:16
yuanyinghmmm03:16
sdakeyou can set the fixed cidr via parameter, but IIRC that is the network used by flannel03:16
yuanyingok, i will see and test a larsks template.03:18
yuanyingI mean, template fixed network should be configurable with net_id, not fixed_network_cidr.03:19
yuanyingoh03:20
yuanyinglarks/heat-kube supports fixed_network_id..03:20
sdakeyup03:20
sdakeyuanying bay create is giving :03:28
sdake  File "/home/sdake/repos/magnum/magnum/api/controllers/v1/bay.py", line 263, in post03:29
sdake    res_bay = pecan.request.rpcapi.bay_create(new_bay)03:29
sdakeTypeError: bay_create() takes exactly 3 arguments (2 given)03:29
sdakehmm takes a ctxt now03:29
sdakewonder what ctxt is supposed to be in this instance03:29
yuanyingit is unnecessary.03:32
sdakebay_create uses it in the handlers03:32
sdakewhere should it get the osc client context?03:32
sdakeiirc that happened automatically via rpc03:33
sdakethe ctxt on the receive side I mean03:33
yuanyingBy default, context is given by rpc.03:34
yuanyingconductor api looks like strange.03:34
sdakeya I think a patch got in that busted things :(03:35
sdakeneed the rpcapi->backend to be unit tested03:35
sdakerather handlers03:35
sdakerpcapi->handlers should be unit tested I mean03:35
yuanyingagree03:35
sdaketaking out ctxt fixes it03:36
sdakeon the rpcpapi side03:36
yuanyingand, bay_list should be deleted.03:37
sdakefixing now03:38
yuanyingit calls objects.Bay.list directly03:38
sdakebtw, we are on the +2/+a two separate reviews process now03:38
sdakeya no reason for that to go through AMQP03:38
openstackgerritSteven Dake proposed stackforge/magnum: bay-create does not need ctxt on the rpcapi side  https://review.openstack.org/14491603:39
sdakeI think bay_list is ok there03:39
sdakeits ok for the api to call the db operation directly03:39
sdakeit is just one extra function call, not through AMQP03:40
sdakethat way the data access model is in one place (api.py)03:40
sdakeunless it needs to be handled via conductor because it is long-lived03:40
yuanyingmaybe bay_delete and bay_show don't need ctxt?03:41
sdakemagnum bay-delete is not deleting the stack either03:42
*** fandi has joined #openstack-containers03:43
yuanyingnow, does magnum need two +2?03:46
sdakeyes03:46
sdakewith you and jay we think we have enough folks to keep the review queue moving along03:47
sdakeand provide better review quality03:47
yuanyingOK03:47
yuanyingbut now I have approved...03:47
sdakedont sweat the past man :)03:48
openstackgerritMerged stackforge/magnum: bay-create does not need ctxt on the rpcapi side  https://review.openstack.org/14491603:48
sdake  File "/home/sdake/repos/magnum/magnum/api/controllers/v1/pod.py", line 280, in post03:48
sdake    pecan.response.location = link.build_url('pods', new_pod.uuid)03:48
sdakepod create is busted too03:48
sdakeand its executing cmd is ['kubectl', 'create', '-f', './mariadb-pod.yaml']03:49
sdakeneeds to -s float-of-master03:49
sdake:8080 I think ;-)03:49
openstackgerritSteven Dake proposed stackforge/magnum: Remove ctxt from rpcapi for pod create  https://review.openstack.org/14491703:50
yuanyingauthentication will be failed03:51
yuanyingif `-s master_address` is provieded.03:51
sdakehuh?03:52
sdakethere is no authentication atm03:52
yuanyinghm03:52
sdakeya, its wide open03:52
sdakewe need to improve those templates at some point to install cert keys or something03:52
sdakeI don't know how that part works03:52
yuanyingI try 'kubectl -s master_address' directly.03:52
yuanyingit's not worked last year.03:53
sdake-    kubectl create --server=192.168.1.245:8080 -f "k8s/service/${svc}-service.yaml"03:53
sdakethe 8080 is mandatory03:53
yuanyingI will try it. thanks03:53
yuanyingWhere is latest atomic host image which dated later than 2015-01-01?04:07
sdakeI built a new one04:08
yuanyingthanks04:08
sdakesec I'll find a link for where I put it04:08
sdakehttps://fedorapeople.org/groups/heat/kolla/fedora-21-atomic.qcow204:10
sdakethis is dated 1/1/2015, but it works fine04:10
sdakeI have tested it outside of magnum with kolla04:10
yuanyingthank you very much!04:10
sdakeI think he is talking about centos not fedora where the 1/1 iamge doesn't work04:10
sdakeselinux is busted on fedora atomic upgrades04:10
sdakeI've got a bug filed, but in the meantime I just set it to permissive in that image04:11
yuanyingok04:11
sdakewell i'm off to bed, yuanying if you manage to get pod creation working send a note to the mail list would you?04:16
sdakethat will be a good step in pointing out the project is coming alive ;)04:16
yuanyingOK, good night.04:17
jay-lau-513I see that you are talking a lot for k8s, just want to share you with another installation process https://github.com/jay-lau/jay-work/tree/master/k8s/install for multi node k8s install04:24
jay-lau-513Yes, seems we are losing -s option for all kubectl command04:24
*** suro_ has joined #openstack-containers04:27
yuanyinghi jay-lau-513, it's good document for me.04:29
jay-lau-513yuanying my pleasure :-)04:33
jay-lau-513yuanying some comments for https://review.openstack.org/#/c/144917/104:33
jay-lau-513ctxt was still needed as we need to put the pod to db once the pod was created04:33
jay-lau-513yuanying https://github.com/stackforge/magnum/blob/master/magnum/conductor/handlers/kube.py#L8304:35
yuanyingya, this is handler.04:36
yuanyingcontext is provided by default from rpc.04:36
jay-lau-513yuanying oh, my bad. I c04:38
*** dharmit has joined #openstack-containers04:41
*** achanda has joined #openstack-containers04:46
yuanyingOh04:54
yuanying`kubectl version -s https://master_address:8080` requires authentication, but I should use http instead of https04:55
yuanyingI had used bad address.04:55
jay-lau-513[root@sym110 log]# kubectl --server=http://9.21.61.71:8080 get pods NAME                                   IMAGE(S)                   HOST                LABELS                              STATUS 75eccaf4-9497-11e4-95d9-5254000e3dc4   brendanburns/redis-slave   <unassigned>        name=redisslave,uses=redis-master   Pending af69a3ef-9490-11e4-95d9-5254000e3dc4   brendanburns/redis-slave   9.21.61.186/        name=re05:00
*** suro_ has quit IRC05:07
openstackgerritJay Lau proposed stackforge/magnum: Remove ctxt from RPC API  https://review.openstack.org/14492005:11
*** suro_ has joined #openstack-containers05:12
*** achanda has quit IRC05:20
*** daneyon has joined #openstack-containers05:29
*** nshaikh has joined #openstack-containers05:30
*** suro_ has quit IRC05:34
sdakejay-lau-513 if you use larsks repo, it does all the config automatically05:37
sdakeand kub/flannel are pre-installed in the image05:37
jay-lau-513sdake does it can also handle multi node installation?05:37
sdakeyup05:37
sdakeyou set minion count to 205:37
sdakeit will make two minions and 1 master05:38
sdakelars stedman's email is on the mailing list with a link to the repo05:38
jay-lau-513sdake Cool, I was always using GCE and chef cook book for multi node installation05:38
sdakeit is meant to work with magnum/kolla05:38
jay-lau-513sdake will try larsks05:38
sdakehttp://github.com/larsks/heat-kubernetes05:38
sdakeI guess we should document that dependency05:38
sdakewhen you create a bay, it uses that template05:39
sdakethat is what the baymodel sets up (the template)05:40
*** daneyon has quit IRC05:40
sdakebay create creates a stack based upon larsks template repo05:40
sdakemake sense?05:40
*** daneyon has joined #openstack-containers05:40
jay-lau-513sdake yes, I c05:41
sdakewe need to get his repo working for ironic case05:41
jay-lau-513sdake it can make a whole story for magnum05:41
sdakebut for now, virt is good enough I think for milestone #105:41
*** daneyon has quit IRC05:41
sdakeya bay create -f ollowed by pod/service create, bang you have a fully functional high speed bare metal cluster05:41
*** daneyon has joined #openstack-containers05:41
sdake(when running via ironic)05:41
sdakehey daneyon05:41
jay-lau-513sdake I think that we still need https://review.openstack.org/#/c/144917/ as my patch was depending on this one05:42
sdakegot it, restored it05:42
jay-lau-513cool05:43
*** daneyon has quit IRC05:46
sdakejay to use the template, install under /etc/magnum/templates05:47
sdakeput the heat-kubernetes directory in that path05:47
sdakethere is a config option, but I think that will work as the default05:48
sdakeok i'm off to bed05:48
sdakenight all :)05:48
yuanyingIn the future, can we use another template which provides kubernetes?05:50
jay-lau-513yuanying why use another template? Does current heat-k8s template has some problem?05:53
yuanyingSometimes even I want to try other OS ^_^;05:54
jay-lau-513yuanying me too ;-)05:54
jay-lau-513yuanying I think it make sense that we provide other ways to provide kubernetes05:56
yuanyingjay-lau-513: I think so, like a amazon, it permit `user can boot a host by hand`05:57
jay-lau-513yuanying make sense05:57
jay-lau-513yuanying can we file a bp to trace this?05:58
yuanyingIt sounds good05:58
*** yuanying_ has joined #openstack-containers06:07
*** yuanying has quit IRC06:09
*** yuanying_ has quit IRC06:22
*** yuanying has joined #openstack-containers06:23
*** suro_ has joined #openstack-containers06:37
*** ygoto has quit IRC06:48
*** ygoto has joined #openstack-containers06:49
*** achanda has joined #openstack-containers06:56
*** diga has joined #openstack-containers07:10
*** suro_ has quit IRC07:23
*** LinstatSDR has quit IRC07:30
*** achanda has quit IRC07:44
*** achanda has joined #openstack-containers07:45
*** achanda_ has joined #openstack-containers07:47
*** achanda has quit IRC07:49
*** achanda_ has quit IRC07:52
openstackgerritJay Lau proposed stackforge/magnum: Remove bay_uuid from replication controller db object  https://review.openstack.org/14494507:57
*** yuanying_ has joined #openstack-containers08:15
*** achanda has joined #openstack-containers08:17
*** yuanying has quit IRC08:18
*** jay-lau-513 has quit IRC08:37
*** ygoto has quit IRC08:43
*** ygoto has joined #openstack-containers08:44
*** mikedillion has joined #openstack-containers08:49
*** jay-lau-513 has joined #openstack-containers08:51
*** achanda has quit IRC08:59
*** mikedillion has quit IRC09:00
*** achanda has joined #openstack-containers09:03
*** fandi has quit IRC09:11
*** stannie has joined #openstack-containers09:17
*** achanda has quit IRC09:28
openstackgerritMotohiro/Yuanying Otsuka proposed stackforge/magnum: Add test and refactor bay_create on rpc handler  https://review.openstack.org/14495909:46
*** fandi has joined #openstack-containers09:48
*** jay-lau-513 has quit IRC10:13
openstackgerritMotohiro/Yuanying Otsuka proposed stackforge/magnum: Add test and refactoring on bay_create  https://review.openstack.org/14495910:16
yuanying_hmmmm, I can't understand some point on pod creation..10:21
openstackgerritKai Qiang Wu proposed stackforge/magnum: Fix the opts in genconfig issue  https://review.openstack.org/14496410:25
*** nshaikh has quit IRC10:41
openstackgerritMotohiro/Yuanying Otsuka proposed stackforge/python-magnumclient: Support file path as a pod data  https://review.openstack.org/14496510:52
openstackgerritMotohiro/Yuanying Otsuka proposed stackforge/python-magnumclient: Support file path as a pod data  https://review.openstack.org/14496510:54
*** junhongl has quit IRC11:05
*** junhongl has joined #openstack-containers11:06
*** Slower has quit IRC11:08
*** ygoto has quit IRC11:09
*** unicell has quit IRC11:11
*** dharmit has quit IRC11:31
*** nshaikh has joined #openstack-containers11:38
*** unicell has joined #openstack-containers11:46
*** unicell has quit IRC11:52
*** fandi has quit IRC11:53
*** jay-lau-513 has joined #openstack-containers12:26
openstackgerritMerged stackforge/magnum: Fix the opts in genconfig issue  https://review.openstack.org/14496412:29
openstackgerritMerged stackforge/magnum: Remove ctxt from rpcapi for pod create  https://review.openstack.org/14491712:32
openstackgerritMerged stackforge/magnum: Remove ctxt from RPC API  https://review.openstack.org/14492012:33
*** dims has joined #openstack-containers12:35
openstackgerritJay Lau proposed stackforge/magnum: Add bay_uuid for replication controller  https://review.openstack.org/14497912:59
openstackgerritDavanum Srinivas (dims) proposed stackforge/magnum: Add missing Exceptions  https://review.openstack.org/14498013:08
openstackgerritDavanum Srinivas (dims) proposed stackforge/magnum: Add missing Exceptions  https://review.openstack.org/14498013:16
*** jeckersb_gone has quit IRC13:23
*** jeckersb_gone has joined #openstack-containers13:23
*** erkules_ is now known as erkules13:26
*** jeckersb_gone is now known as jeckersb13:50
sdakemorning13:51
dimshi sdake13:51
*** stannie has quit IRC13:53
sdakehey dims13:54
*** stannie has joined #openstack-containers14:08
*** unicell has joined #openstack-containers14:19
*** LinstatSDR has joined #openstack-containers14:21
*** mikedillion has joined #openstack-containers14:36
*** thomasem has joined #openstack-containers14:38
*** LinstatSDR has quit IRC14:41
*** unicell has quit IRC14:45
*** jeckersb is now known as jeckersb_gone14:47
openstackgerritDavanum Srinivas (dims) proposed stackforge/magnum: Add missing Exceptions  https://review.openstack.org/14498014:48
sdakedims what is bay locked?14:51
sdakehow do you lock a bay?14:51
dimssdake: ENOCLUE, just trying to make sure we define an exception that is being thrown14:52
sdakewhere is the excception thrown?14:54
sdakeperhaps it makes more sense to delete the throw of the exception14:54
sdakeatm, there is no way to lock a bay from deletion14:54
sdakethe only error that hsould be thrown (on delete) is bayNotEmpty14:55
sdakerather exception not error14:55
dimshttps://github.com/stackforge/magnum/blob/master/magnum/db/sqlalchemy/api.py#L10114:55
dimssdake: added in  https://review.openstack.org/#/c/127532/14:56
*** EricGonczer_ has joined #openstack-containers14:58
sdakethat api isn't called14:58
sdakeit can be deleted14:58
sdakecan you remove the bay from your change14:58
dimssdake: yep sure thing14:59
*** jeckersb_gone is now known as jeckersb14:59
openstackgerritDavanum Srinivas (dims) proposed stackforge/magnum: Add missing Exceptions  https://review.openstack.org/14498014:59
openstackgerritSteven Dake proposed stackforge/magnum: Remove usage of BayLocked  https://review.openstack.org/14500315:00
*** fandi has joined #openstack-containers15:00
sdakedims we need m0ar unit tests15:02
dimssdake: i have the container stuff working against a remote docker as specified in host_url under [docker] section. what do we do next to point to docker daemon(s) deployed by bay/pods?15:02
sdakedims I am not clear on what should be done with bare docker15:04
sdakeI was always thinking pods/services would do the job15:04
sdakebut then someone added in containers, so I thought they had a vision of where that was going15:04
sdakemy guess is the rest API takes a docker endpoint address, so just connect to it15:04
sdakethe problem is scheduling among the bays, how is that done15:05
sdakeamong the bay I mean15:05
sdakenodes in the bay15:05
*** openstack has joined #openstack-containers15:06
*** unicell has joined #openstack-containers15:17
sdakewow we are up to 226 test cases15:26
sdakewhen did that happen!15:26
sdakejay-lau-513 there are test cases for database for replication controller that could be copied15:28
sdakejay-lau-513 can you tackle that?15:28
sdakeie copy from test_bay.py to test_replicationcontroller.py15:28
*** achanda has joined #openstack-containers15:30
*** nshaikh has quit IRC15:35
*** unicell has quit IRC15:44
openstackgerritSteven Dake proposed stackforge/magnum: Remove usage of BayLocked  https://review.openstack.org/14500316:00
openstackgerritSteven Dake proposed stackforge/magnum: WIP: Add unit tests for the conductor AMQP API  https://review.openstack.org/14501216:00
sdakedims, can you look at that second patch and tell me why my unit tests are not running?16:00
sdakecodebase has 60% coverage so far16:04
sdakenot terrible.16:04
dimssdake: https://review.openstack.org/145003?16:04
dimsah the WIP one16:05
sdakeright16:05
sdakemy test cases aren't running16:05
sdakeand I haven't faintest idea why16:05
sdakepep8 passes no errors16:05
sdakenosetests returns 0 tests run16:05
*** diga_ has joined #openstack-containers16:05
*** achanda has quit IRC16:06
*** openstackgerrit has quit IRC16:06
*** openstackgerrit has joined #openstack-containers16:07
*** achanda has joined #openstack-containers16:07
*** daneyon has joined #openstack-containers16:08
dimssdake: pep8 does kick in for me16:11
dims./magnum/tests/conductor/test_rpcapi.py:22:1: H305  imports not grouped correctly (copy: stdlib, mock: third-party)16:11
dimsERROR: InvocationError: '/Users/dims/openstack/magnum/.tox/pep8/bin/flake8'16:11
dimslooking at test case16:11
*** achanda has quit IRC16:12
*** pradk has joined #openstack-containers16:14
sdakehappy new year pradk16:14
*** pradk is now known as prad-afk16:14
dimssdake:  s/def bay_create(self)/def test_bay_create(self)/16:14
prad-afksdake, you too :)16:14
*** unicell has joined #openstack-containers16:14
sdakesweet thanks dims16:14
sdakei'll fix the rest up :)16:15
*** achanda has joined #openstack-containers16:16
diga_Hi All16:20
diga_Happy New year to you all16:20
sdakehey diga_16:20
diga_Hi sdake16:20
diga_Happy new year to you16:21
diga_I am setting up magnum demo on vm16:22
sdakethat should work if you have neutron running on your vm16:22
sdakeif not, it wont16:22
diga_but I have created container & setting up the magnum under the container16:22
diga_ok16:22
sdakebay creation requires neutron16:23
diga_okay16:23
diga_do I need devstack setup also in container to setup a magnum ?16:23
sdakeyes16:23
diga_ok16:24
diga_will do that also16:24
*** prad-afk is now known as pradk16:30
*** achanda has quit IRC16:32
*** junhongl has quit IRC16:34
*** junhongl has joined #openstack-containers16:35
*** fawadkhaliq has joined #openstack-containers16:38
*** adrian_otto has joined #openstack-containers16:40
*** adrian_otto has quit IRC16:40
*** adrian_otto has joined #openstack-containers16:41
openstackgerritSteven Dake proposed stackforge/magnum: WIP: Add unit tests for the conductor AMQP API  https://review.openstack.org/14501216:48
sdakedims any idea why that would output this:16:49
sdakehttp://paste.fedoraproject.org/165861/1420476516:49
sdakei printed out kwargs, it does not have the same arguments16:49
*** openstackgerrit has quit IRC16:51
*** openstackgerrit has joined #openstack-containers16:51
dimssdake: just added "test_" to the 2 method names?16:52
sdakeyup and changed the implementation a bit16:53
*** unicell has quit IRC16:58
sdakeTypeError: bay_delete() got multiple values for keyword argument 'uuid'16:59
*** openstackgerrit has quit IRC17:04
*** EricGonc_ has joined #openstack-containers17:04
*** openstackgerrit has joined #openstack-containers17:04
*** EricGonczer_ has quit IRC17:05
*** stannie has quit IRC17:06
*** achanda has joined #openstack-containers17:15
dimssdake: can't use **kwargs in getattr()(), plain ol' kwargs17:22
*** mikedillion has quit IRC17:24
*** achanda has quit IRC17:28
*** achanda has joined #openstack-containers17:29
sdakedims cool I'll try that17:34
*** achanda has quit IRC17:34
*** diga_ has quit IRC17:37
*** daneyon_ has joined #openstack-containers17:42
openstackgerritSteven Dake proposed stackforge/magnum: Add unit tests for the conductor AMQP API  https://review.openstack.org/14501217:43
*** daneyon has quit IRC17:45
*** daneyon_ has quit IRC17:49
*** achanda has joined #openstack-containers17:50
*** suro_ has joined #openstack-containers17:57
*** achanda has quit IRC17:59
*** achanda has joined #openstack-containers17:59
openstackgerritSteven Dake proposed stackforge/magnum: Add unit tests for the conductor AMQP API  https://review.openstack.org/14501218:01
*** Slower has joined #openstack-containers18:02
*** achanda has quit IRC18:04
*** suro_ has quit IRC18:10
*** suro_ has joined #openstack-containers18:11
*** erw has quit IRC18:12
*** stevebaker has quit IRC18:14
*** suro_ has quit IRC18:15
*** suro_ has joined #openstack-containers18:16
*** stevebaker has joined #openstack-containers18:16
*** PaulCzar has quit IRC18:18
*** erw has joined #openstack-containers18:18
*** fawadkhaliq has quit IRC18:24
*** achanda has joined #openstack-containers18:26
*** PaulCzar has joined #openstack-containers18:30
*** achanda has quit IRC18:31
*** adrian_otto has quit IRC18:37
*** junhongl has quit IRC18:38
*** junhongl has joined #openstack-containers18:42
*** adrian_otto has joined #openstack-containers18:46
adrian_ottoReminder: Our team meeting is coming tomorrow - 2015-01-06 1600 UTC19:01
*** junhongl has quit IRC19:11
*** junhongl has joined #openstack-containers19:14
*** daneyon has joined #openstack-containers19:36
*** pradk is now known as prad-afk19:39
*** GeneralSalty has joined #openstack-containers19:45
*** Slower has quit IRC20:37
*** dims has quit IRC20:57
*** LinstatSDR has joined #openstack-containers21:05
*** daneyon has quit IRC21:56
*** daneyon has joined #openstack-containers21:57
*** daneyon has quit IRC22:02
*** thomasem has quit IRC22:03
*** dims__ has joined #openstack-containers22:04
*** suro_ has quit IRC22:05
*** suro_ has joined #openstack-containers22:05
*** LinstatSDR has quit IRC22:07
*** EricGonc_ has quit IRC22:27
jay-lau-513sdake ok, I will take a look at the rc test case22:28
*** jeckersb is now known as jeckersb_gone22:41
openstackgerritSteven Dake proposed stackforge/magnum: Add unit tests for the conductor AMQP API  https://review.openstack.org/14501222:48
sdakeso my wife saw a demo of these atthe store22:49
sdakehttp://www.mbl-northamerica.com/mbl-101-x-treme/22:50
sdakethey cost 250k USD22:50
openstackgerritMerged stackforge/magnum: Add bay_uuid for replication controller  https://review.openstack.org/14497923:03
*** dims__ has quit IRC23:17
*** prad-afk has quit IRC23:48

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