Tuesday, 2015-09-08

*** dimsum__ has quit IRC00:03
*** muralia has quit IRC00:07
*** tbh has joined #openstack-containers00:11
tbhcan anyone please review this https://review.openstack.org/#/c/220746/ ?00:12
*** kebray has joined #openstack-containers00:17
*** sdake has joined #openstack-containers00:18
*** banix has joined #openstack-containers00:23
*** puranamr has quit IRC00:24
*** puranamr has joined #openstack-containers00:26
*** banix has quit IRC00:27
openstackgerritEli Qiao proposed openstack/magnum: Fix wrong parameter passed to heat-params  https://review.openstack.org/22091800:28
*** eliqiao has joined #openstack-containers00:29
tbheliqiao, is your blueprint same as this https://blueprints.launchpad.net/magnum/+spec/baymodel-all-attributes-validation ?00:38
eliqiaotbh: sorry , I don't notice that bp, but they are slit difference, I would like to validate all resources beofore creating a bay.00:40
eliqiaoas vikas' comments, some resources maybe deleted after baymodel created but before creating a bay.00:41
eliqiaoeven bay-create would be failed due to heat creates stack failed, but I would be good to validate all resource is usable beofore sending request to heat.00:42
tbheliqiao, yeah that's true, even validating resources while creating a baymodel will be good right00:45
tbhI thought to have these validations  for now, and then while implementing bp, we just refactor the code, so that we some class which accepts baymodel object and validates all its atrributes00:47
*** dimsum__ has joined #openstack-containers00:48
*** puranamr has quit IRC00:49
*** puranamr has joined #openstack-containers00:51
*** dongc has joined #openstack-containers00:54
*** tbh has quit IRC01:01
*** ganeshna has joined #openstack-containers01:14
*** apuimedo_ has quit IRC01:15
*** apuimedo_ has joined #openstack-containers01:16
*** Marga_ has joined #openstack-containers01:19
*** Marga_ has quit IRC01:20
*** Marga_ has joined #openstack-containers01:21
*** erkules_ has joined #openstack-containers01:30
*** yuanying has quit IRC01:32
*** erkules has quit IRC01:33
*** ganeshna has quit IRC01:33
*** yuanying has joined #openstack-containers01:35
*** zhenguo has joined #openstack-containers01:35
*** Marga_ has quit IRC01:35
*** hongbin has joined #openstack-containers01:37
*** eliqiao has quit IRC01:38
*** banix has joined #openstack-containers01:39
*** dimsum__ has quit IRC01:40
*** jlcoello has quit IRC01:40
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: Fix retrieving ca_cert  https://review.openstack.org/22113301:41
*** eliqiao has joined #openstack-containers01:43
*** david-ly_ has joined #openstack-containers01:51
*** yuanying has quit IRC01:52
*** yuanying has joined #openstack-containers01:53
*** david-lyle has quit IRC01:54
*** yuanying has quit IRC02:01
*** yuanying has joined #openstack-containers02:01
*** yuanying has quit IRC02:02
*** mathspanda has joined #openstack-containers02:08
*** yuanying has joined #openstack-containers02:13
*** yuanying has quit IRC02:15
*** apuimedo_ has quit IRC02:23
*** puranamr has quit IRC02:25
*** puranamr has joined #openstack-containers02:27
*** puranamr has quit IRC02:30
*** puranamr has joined #openstack-containers02:31
*** yuanying has joined #openstack-containers02:38
*** dimsum__ has joined #openstack-containers02:40
openstackgerritEli Qiao proposed openstack/magnum: Fix heat-mesos README  https://review.openstack.org/22114002:42
wanghuahongbing: ping02:44
wanghuayuanying:ping02:44
wanghuado you know what is the usage of magnum node-create and node-list02:44
yuanyingwanghua: currently it isn't used, and meaningless02:46
*** dimsum__ has quit IRC02:46
wanghuayuanying: why not remove it02:46
yuanyingsomeone will map to k8s/swarm node, maybe..02:47
wanghuaWe have bay-update already02:48
yuanyingI think it's ok to remove02:48
*** yuanying has quit IRC02:50
*** yuanying has joined #openstack-containers02:54
*** tbh has joined #openstack-containers02:57
*** dave-mcc_ has quit IRC02:58
openstackgerritMerged openstack/magnum: Modify log message  https://review.openstack.org/22080903:00
tbhhongbin, Hi03:02
hongbintbh: yo03:02
tbhhongbin, I didn't understand  the comment "Need to re-generate the config sample"03:03
hongbintype "tox -egenconfig03:03
hongbinit will generate the sample config file03:03
hongbinsince you added new configs, so you need to re-generate the sample03:04
tbhhongbin, so I need to add this file to the patch?03:04
hongbinyes03:04
*** puranamr has quit IRC03:04
*** puranamr has joined #openstack-containers03:05
tbhhongbin, okay and regarding the management_url, it gives Resource not found error even if we use auth_url in __init__03:05
openstackgerritEli Qiao proposed openstack/magnum: Fix wrong parameter passed to heat-params  https://review.openstack.org/22091803:05
hongbintbh: you need to refer nova document to figure out why03:09
tbhhongbin, sure03:09
hongbinthx. If management_url has to be used, it needs a very convincing reason03:10
hongbinHave to leave now. See you folks. Have a good everning03:11
*** hongbin has quit IRC03:11
wanghuatbh: what is your problem03:11
tbhwanghua, actually while creating a nova client, am passing all required parameters like toke, auth_url03:12
openstackgerritHua Wang proposed openstack/magnum: Code refactor for keystoneclient  https://review.openstack.org/21869903:12
tbhwanghua, but with out setting the management.url to the url I am unable to send any request to nova API03:13
tbhwanghua, you can see here https://review.openstack.org/#/c/220746/5/magnum/common/clients.py03:14
eliqiaohongbin:  a question about mesos supporting, currently , we can only create a mesos bay in magnum , and play it with CURL with marthon?03:14
eliqiaohongbin:  do we have plan to intergrate Marathon to magnum?03:15
wanghuatbh: It is a bug maybe03:16
wanghuatbh: If you can find the bug and refer it into the comment, I think it is ok03:17
tbhwanghua, ha yeah I will do that03:18
tbhwanghua, but I feel if we set bypass_url it will work03:18
wanghuatbh: directly set nova url?03:18
tbhwanghua, https://github.com/openstack/python-novaclient/blob/72190ba9a28353f1176cdc20f2ea2c688ee697e7/novaclient/v2/client.py#L22303:19
openstackgerritEli Qiao proposed openstack/magnum: Conductor: Remove _update_stack_outputs from bay_conductor  https://review.openstack.org/22077403:19
wanghuatbh: I think the two ways are similiar03:20
wanghuatbh: If you have time, you can fix the bug. I think it is easy to fix.03:21
*** humble_ has joined #openstack-containers03:23
*** humble__ has joined #openstack-containers03:24
tbhwanghua, yeah03:24
*** vilobhmm_11 has joined #openstack-containers03:25
*** wanghua has quit IRC03:25
*** puranamr has quit IRC03:26
*** humble_ has quit IRC03:27
vilobhmm_11humble__ : ping03:29
vilobhmm_11humble_ : ^^03:29
humble__vilobhmm_11:pong03:29
vilobhmm_11https://review.openstack.org/#/c/220851/1/magnum/db/sqlalchemy/api.py if the records = [] for the case when 1) bay_uuid is not found and also for 2) bay_uuid is found but no pods are present03:31
humble__yes03:31
*** banix has quit IRC03:31
vilobhmm_11since query.all() does not throw an exception for NoResultsFound03:32
humble__right03:32
humble__query.one() throw03:32
vilobhmm_11i know03:32
humble__then what is the problem03:32
vilobhmm_11i was thinking i should do something like this03:33
humble__https://review.openstack.org/#/c/202946/03:34
humble__This commit do the similar work03:35
vilobhmm_11https://gist.github.com/anonymous/1806222958aba233c51803:37
vilobhmm_11I know i will fix that as well03:37
vilobhmm_11intially the team decided to take that route03:37
vilobhmm_11thats why it was implemented that way IMHO03:37
vilobhmm_11but will fix all 3 resources03:38
vilobhmm_11humble_ : please check https://gist.github.com/anonymous/1806222958aba233c51803:38
humble__I think it doesn't work03:39
humble__the two cases will both raise NotFound03:39
humble__exception03:39
vilobhmm_11both cases raise NoResultFound and also records = []03:40
humble__vilobhmm_11: yes03:40
vilobhmm_11so how do we distinguish03:40
vilobhmm_11thats why https://review.openstack.org/#/c/202946/5/magnum/db/sqlalchemy/api.py was proposed IMHO03:41
humble__yes03:41
humble__It first query bay03:41
vilobhmm_11yep..but then someone had issue that this will have performance impact03:42
*** yuanying_ has joined #openstack-containers03:42
humble__I think so, but there is no better solution now03:42
vilobhmm_11doing it that way i.e. as done here https://review.openstack.org/#/c/202946/5/magnum/db/sqlalchemy/api.py03:42
vilobhmm_11for https://gist.github.com/anonymous/1806222958aba233c518 why do you think case where bay_uuid is present but no pods will return no result found ?03:43
humble__you can have a try03:44
*** yuanying has quit IRC03:44
humble__where you use a sql sentence to select something03:44
humble__select * from pod where pod.uuid = xxxx03:46
humble__I think the two cases will both return []03:46
vilobhmm_11but the query is select * from pod where pod.bay_uuid = xxxx03:47
*** julim has quit IRC03:47
humble__yes03:48
humble__typo error03:48
vilobhmm_11ok :)03:48
humble__the sql sentence can not tell whether bay exists03:49
humble__so we need select * from bay where bay.uuid = xxxx03:50
vilobhmm_11yup!03:50
vilobhmm_11isn't pod's bay_uuid foreign key for bay's uuid ?03:50
vilobhmm_11doesn't seem like from db/sqlalchemy/models.py03:50
humble__I think it should be a foreign key03:51
humble__But now it is not.03:51
*** dongc_ has joined #openstack-containers03:51
vilobhmm_11it should be…any reason why it is not ?03:51
*** dongc has quit IRC03:51
humble__I have no idea. I want to recorrect it.03:52
vilobhmm_11filed a bug https://bugs.launchpad.net/magnum/+bug/149319603:52
openstackLaunchpad bug 1493196 in Magnum "Should pod/rc/service bay_uuid be foreign key for Bay uuid ?" [Undecided,New] - Assigned to Vilobh Meshram (vilobhmm)03:52
vilobhmm_11we can discuss about this in tommorows weekly meeting03:53
vilobhmm_11humble__ : ^^03:53
humble__nice03:53
*** puranamr has joined #openstack-containers03:54
*** puranamr has quit IRC03:57
*** puranamr has joined #openstack-containers03:58
*** dongc__ has joined #openstack-containers04:01
*** dongc_ has quit IRC04:03
*** tbh has quit IRC04:05
vilobhmm_11humble__ : have you anytime faced this problem while deploying magnum in devstack "RTNETLINK answers : permission denied". I am using virtual box with ubuntu14.0404:09
*** jlcoello has joined #openstack-containers04:13
*** tbh has joined #openstack-containers04:13
*** kebray has quit IRC04:18
*** kebray has joined #openstack-containers04:18
*** puranamr has quit IRC04:18
*** puranamr has joined #openstack-containers04:19
*** vilobhmm_11 has quit IRC04:20
*** vilobhmm_11 has joined #openstack-containers04:23
*** eghobo has joined #openstack-containers04:31
*** suro-patz has joined #openstack-containers04:31
*** unicell1 has joined #openstack-containers04:33
*** unicell has quit IRC04:34
*** kebray_ has joined #openstack-containers04:41
*** eghobo_ has joined #openstack-containers04:42
*** kebray has quit IRC04:43
*** eghobo has quit IRC04:46
*** dongc_ has joined #openstack-containers04:48
*** dongc__ has quit IRC04:48
*** suro-patz has quit IRC04:58
*** dongc_ has quit IRC05:00
*** tbh has quit IRC05:01
*** dongc has joined #openstack-containers05:02
*** ganeshna has joined #openstack-containers05:09
*** eghobo_ has quit IRC05:13
openstackgerritbharaththiruveedula proposed openstack/magnum: "keypair_id" should be existent when creating a baymodel  https://review.openstack.org/22074605:14
*** mathspanda has quit IRC05:17
*** eghobo has joined #openstack-containers05:20
*** ganeshna has quit IRC05:22
*** BertrandN1 has joined #openstack-containers05:22
*** Tennyson has joined #openstack-containers05:23
*** BertrandN has quit IRC05:24
openstackgerritvikas choudhary proposed openstack/magnum: [WIP] Read resources(service/pod/rc) using k8s bay-endpoint  https://review.openstack.org/22115005:28
*** ganeshna has joined #openstack-containers05:30
*** suro-patz has joined #openstack-containers05:47
Tangogus: ping05:52
*** tbh has joined #openstack-containers05:56
*** irenab has joined #openstack-containers05:58
*** irenab has quit IRC06:01
*** tbh has quit IRC06:01
*** chandankumar has joined #openstack-containers06:02
humble__vilobhmm_11: can you paste the error message06:03
*** VikasC has joined #openstack-containers06:09
openstackgerritbharaththiruveedula proposed openstack/magnum: "keypair_id" should be existent when creating a baymodel  https://review.openstack.org/22074606:11
*** tbh has joined #openstack-containers06:15
*** vimal has joined #openstack-containers06:15
*** Tennyson has quit IRC06:23
eliqiaoyuanying: ping06:24
eliqiaoyuanying_ ping06:24
yuanying_eliqiao: pong06:25
eliqiaoyuanying_ I'd like to discuss about https://review.openstack.org/#/c/220918/06:25
yuanying_eliqiao: Actually, I don't know how to use FIXED_NETWORK_CIDR06:26
yuanying_why this parameter is introduced?06:27
eliqiaoit is planed to compute the no_proxy if it is not explictly passed when creating a baymodel06:28
eliqiao#link http://paste.openstack.org/show/449787/06:28
eliqiaoyuanying_: check this link for current heat-param and no_proxy06:28
*** BertrandN has joined #openstack-containers06:29
openstackgerritHua Wang proposed openstack/magnum: Code refactor for keystoneclient  https://review.openstack.org/21869906:29
*** tbh has quit IRC06:29
eliqiaoyuanying_:  heat-params is not correct06:29
*** BertrandN1 has quit IRC06:29
eliqiaoyuanying_ if you see #https://github.com/openstack/magnum/blob/master/magnum/templates/docker-swarm/fragments/add-proxy.sh#L3806:30
eliqiaofor master node, he can not know SWARM_NODE_IP06:31
eliqiaoso if you provide only http_proxy but without no_proxy, we need to compute no_proxy by cidr and the node count.06:31
*** suro-patz has quit IRC06:32
*** puranamr has quit IRC06:35
eliqiaoyuanying_: I reported bug here https://bugs.launchpad.net/magnum/+bug/149321706:36
openstackLaunchpad bug 1493217 in Magnum "no_proxy isn't correctly set if don't provide no_proxy when create baymodel" [Undecided,New] - Assigned to Eli Qiao (taget-9)06:36
yuanying_ok, you will use FIXED_NETWORK_CIDR to compute no_proxy06:36
*** Shijia has joined #openstack-containers06:36
*** diga has joined #openstack-containers06:36
yuanying_right?06:36
eliqiaoyeah06:36
yuanying_ok, I got it06:37
eliqiaothanks06:37
*** tbh has joined #openstack-containers06:41
gusTango: ?06:42
openstackgerritHua Wang proposed openstack/magnum: Use IntOpt for port  https://review.openstack.org/22116906:50
*** tbh has quit IRC06:51
VikasCCan anybody please explain me what is difference between flannel_network_cidr and portal_network_cide06:52
*** irenab has joined #openstack-containers06:53
VikasC<eliqiao> ping06:54
eliqiaoVikasC: pong06:56
VikasC:D06:56
VikasCcan you please tell very briefly  difference between flannel_network_cidr and portal_network_cidr, specifically portal one06:57
VikasCFLANNEL_NETWORK_CIDR="10.100.0.0/16" FLANNEL_NETWORK_SUBNETLEN="24" FLANNEL_USE_VXLAN="false" PORTAL_NETWORK_CIDR="10.254.0.0/16"06:58
openstackgerritHua Wang proposed openstack/magnum: Use IntOpt for port  https://review.openstack.org/22116906:58
VikasCwhen you were explaining to yuanying , i looked into my /etc/sysconfig/heat-params06:58
*** kebray_ has quit IRC06:59
eliqiaoVikasC:  that is for swarm06:59
eliqiao flannel_network_cidr and portal_network_cidr are for k8s06:59
VikasCok07:00
VikasCbut what is a portal_network_cidr07:00
VikasCflannel cidr is i think l2 network for bay-containers07:00
eliqiaoVikasC:  I don't know well with flannel.07:01
VikasChmm07:01
eliqiaobut from the template : portal_network_cidr: address range used by kubernetes for service portals07:01
eliqiaoflannel_network_cidr : network range for flannel overlay network07:02
VikasCok07:02
eliqiao VikasC: maybe you can git blame that template file and ask the author :)07:03
VikasC10.254.0.0/16 , 10.100.0.0/1607:03
VikasCcan we infer something from 254 in 2nd octet07:03
*** apuimedo_ has joined #openstack-containers07:03
*** tbh has joined #openstack-containers07:03
*** ganeshna has quit IRC07:03
VikasCportal cidr looks like super superset of flannel cidr07:04
vilobhmm_11VikasC : ping07:07
VikasCcan anybody throw some light of  into darkness of my ignorance07:07
VikasCyes vilobh07:07
Tangogus: Hi Angus, just want to touch base with you about the k8s plugin07:08
Tangogus: I have been working on porting Magnum to K8S V1 last week since this is a prerequisite for the load balancer part07:09
Tangogus: Now that's done, I want to refocus on troubleshooting the plugin to get the load balancer working07:10
*** j___ has joined #openstack-containers07:11
gusTango: I'm afraid that fell off the top of my pile and I haven't got very far with reproducing the issue :/07:13
Tangogus: ok :)  maybe you can give me some pointers to debug07:14
gusTango: I'm not in the middle of anything major right now, so keep reminding me over the next few days and I'll see what I can do.07:14
gusTango: basically there's only a single function in question: EnsureTCPLoadBalancer() in openstack.go.07:14
gusSo just add logging statements until you can see where the problem is :/07:15
Tangogus: That would be great to get your help.  It seems the problem is in the gopher cloud code that your plugin calls.07:15
TangoI did add some logging and got to the point where the call is made07:15
gusOh cool - that should be similarly easy to narrow down, except of course the fix will be to another git repo.07:15
gusTango: excellent.  If you want, you can mail me what you've got and I can see what I can do tomorrow.07:16
gus(I need to leave 15mins ago..)07:16
Tangogus: Great, will do that. Do you have any pointers to debug in the gopher cloud code?  I am not sure how to add logging there.07:17
gusI've found the gophercloud folks quite responsive to bug reports/PRs in the past.07:17
gusTango: ... nothing particularly helpful.  it's probably easier if you can reproduce it with a simple command line go program rather than go through k8s.07:17
*** vilobhmm_11 has quit IRC07:18
Tangogus: I see, that's a thought.  Do you have the IRC channel of the gophercloud folks?07:18
gusno, I last contacted them through github issue/PR comments - (and once via rackspace internal email)07:19
Tangogus: ok, sounds good.  I will email you the details that I found.  Thanks Gus, I am signing off too, it's past midnight here07:21
gusack07:21
*** tbh has quit IRC07:21
*** Tango has quit IRC07:25
*** tbh has joined #openstack-containers07:34
*** eghobo has quit IRC07:39
*** tbh has quit IRC07:42
*** achanda has joined #openstack-containers07:43
*** irenab has quit IRC07:43
*** Shijia has quit IRC07:44
*** eghobo has joined #openstack-containers07:44
*** Shijia has joined #openstack-containers07:45
*** eghobo has quit IRC07:48
*** dongc_ has joined #openstack-containers07:50
*** ganeshna has joined #openstack-containers07:51
*** dongc has quit IRC07:53
*** Shijia has quit IRC07:54
*** Shijia has joined #openstack-containers07:54
*** tbh has joined #openstack-containers07:54
*** ganeshna has quit IRC07:57
*** Shijia has quit IRC07:58
*** ganeshna has joined #openstack-containers07:59
*** Shijia has joined #openstack-containers07:59
*** alex_klimov has joined #openstack-containers07:59
*** ganeshna has quit IRC08:00
*** Shijia has quit IRC08:03
*** Shijia has joined #openstack-containers08:04
*** SourabhP has joined #openstack-containers08:07
*** Shijia has quit IRC08:08
*** SourabhP_ has joined #openstack-containers08:09
*** Shijia has joined #openstack-containers08:09
*** ganeshna has joined #openstack-containers08:11
*** SourabhP has quit IRC08:11
*** SourabhP_ is now known as SourabhP08:11
*** Shijia has quit IRC08:14
*** Shijia has joined #openstack-containers08:14
*** tbh has quit IRC08:16
*** Shijia has quit IRC08:19
*** Shijia has joined #openstack-containers08:19
*** achanda has quit IRC08:25
*** Shijia has quit IRC08:27
*** achanda has joined #openstack-containers08:28
*** Shijia has joined #openstack-containers08:28
*** ganeshna has quit IRC08:29
*** Shijia has quit IRC08:33
*** Shijia_ has joined #openstack-containers08:33
*** irenab has joined #openstack-containers08:34
*** SourabhP has quit IRC08:35
*** Shijia_ has quit IRC08:37
*** Shijia has joined #openstack-containers08:38
*** ganeshna has joined #openstack-containers08:40
*** Shijia has quit IRC08:43
*** Shijia has joined #openstack-containers08:43
*** tbh has joined #openstack-containers08:44
*** humble_ has joined #openstack-containers08:44
*** wenchma has joined #openstack-containers08:47
*** Shijia has quit IRC08:47
*** humble__ has quit IRC08:48
*** Shijia has joined #openstack-containers08:48
*** achanda has quit IRC08:52
*** tbh has quit IRC08:52
*** Shijia has quit IRC08:52
*** Shijia has joined #openstack-containers08:53
*** VikasC has quit IRC08:57
humble_yuanying:ping08:57
*** ganeshna has quit IRC09:00
*** Shijia has quit IRC09:02
*** Shijia has joined #openstack-containers09:02
*** ganeshna has joined #openstack-containers09:03
*** VikasC has joined #openstack-containers09:04
*** Shijia has quit IRC09:07
*** Shijia_ has joined #openstack-containers09:07
*** humble__ has joined #openstack-containers09:07
*** humble_ has quit IRC09:10
*** Shijia_ has quit IRC09:11
*** Shijia has joined #openstack-containers09:12
*** diga has quit IRC09:13
*** Shijia_ has joined #openstack-containers09:15
*** Shijia has quit IRC09:16
openstackgerritEli Qiao proposed openstack/magnum: Fix wrong parameter passed to heat-params  https://review.openstack.org/22091809:23
openstackgerritEli Qiao proposed openstack/magnum: Swarm: genreate no_proxy if not providing no_proxy  https://review.openstack.org/22121209:23
eliqiaohi yuanying_09:23
yuanying_hi eliqiao09:24
eliqiaoyuanying_: sorry to bother you agian, I changed my mind for FIXED_NETWORK_CIDR09:26
eliqiaoI just update my patches,  see ^^09:26
*** ganeshna has quit IRC09:31
*** ganeshna has joined #openstack-containers09:32
*** ganeshna has quit IRC09:34
*** Shijia_ has quit IRC09:37
*** Marga_ has joined #openstack-containers09:41
*** sdake has quit IRC09:42
*** dimsum__ has joined #openstack-containers09:46
*** ganeshna has joined #openstack-containers09:48
*** jlvillal has quit IRC09:50
*** jlvillal has joined #openstack-containers09:50
*** dims_ has joined #openstack-containers09:50
*** dimsum__ has quit IRC09:55
*** dongc_ has quit IRC10:01
*** tbh has joined #openstack-containers10:04
*** humble_ has joined #openstack-containers10:06
*** humble__ has quit IRC10:10
*** humble_ has quit IRC10:21
*** jlvillal has quit IRC10:22
*** tbh has quit IRC10:27
*** irenab has quit IRC10:29
*** julim has joined #openstack-containers10:29
*** irenab has joined #openstack-containers10:31
*** julim has quit IRC10:33
*** irenab has quit IRC10:33
*** irenab has joined #openstack-containers10:37
*** irenab has quit IRC10:37
*** irenab has joined #openstack-containers10:38
*** tbh has joined #openstack-containers10:41
*** Marga_ has quit IRC10:46
*** VikasC has quit IRC10:57
*** Marga_ has joined #openstack-containers10:58
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: Fix typo in magnum/common/x509/config.py  https://review.openstack.org/22125210:58
*** jlvillal has joined #openstack-containers11:03
*** ganeshna has quit IRC11:05
*** Marga_ has quit IRC11:20
*** chandankumar has quit IRC11:46
*** raildo-afk is now known as raildo12:12
*** dave-mccowan has joined #openstack-containers12:18
*** Marga_ has joined #openstack-containers12:21
*** chandankumar has joined #openstack-containers12:24
*** Marga_ has quit IRC12:26
*** rlrossit has joined #openstack-containers12:44
*** diga has joined #openstack-containers12:46
*** rpothier has joined #openstack-containers12:55
openstackgerritRyan Rossiter proposed openstack/magnum: Add documentation for testing objects  https://review.openstack.org/22053913:01
*** ganeshna has joined #openstack-containers13:03
*** slagle_ is now known as slagle13:03
*** ganeshna has quit IRC13:15
openstackgerritMerged openstack/magnum: Fix typo in magnum/common/x509/config.py  https://review.openstack.org/22125213:16
*** diga has quit IRC13:16
*** Marga_ has joined #openstack-containers13:20
*** ganeshna has joined #openstack-containers13:23
*** Marga_ has quit IRC13:24
*** banix has joined #openstack-containers13:25
*** Marga_ has joined #openstack-containers13:37
*** Marga_ has quit IRC13:37
*** Marga_ has joined #openstack-containers13:37
*** tbh has quit IRC13:45
*** ganeshna has quit IRC13:46
*** diga has joined #openstack-containers13:47
*** yuanying-alt has joined #openstack-containers13:50
*** ctrath has joined #openstack-containers13:51
*** ctrath has quit IRC14:02
*** Marga_ has quit IRC14:03
*** dane_leblanc has joined #openstack-containers14:05
openstackgerritMerged openstack/magnum: Change instructions to use get-pip  https://review.openstack.org/20300814:06
*** ctrath has joined #openstack-containers14:07
*** Marga_ has joined #openstack-containers14:13
*** jlcoello has quit IRC14:14
*** irenab has quit IRC14:15
*** irenab has joined #openstack-containers14:16
*** Marga_ has quit IRC14:17
openstackgerritMerged openstack/magnum: Fix heat-mesos README  https://review.openstack.org/22114014:19
openstackgerritMerged openstack/magnum: Fix retrieving ca_cert  https://review.openstack.org/22113314:23
*** muralia has joined #openstack-containers14:24
*** jlcoello has joined #openstack-containers14:25
*** dims_ has quit IRC14:26
*** dimsum__ has joined #openstack-containers14:27
*** Drago has joined #openstack-containers14:27
*** irenab has quit IRC14:31
*** irenab has joined #openstack-containers14:32
*** unicell has joined #openstack-containers14:33
*** unicell1 has quit IRC14:33
*** _navneet has joined #openstack-containers14:33
*** raildo is now known as raildo-afk14:34
*** irenab has quit IRC14:35
*** irenab has joined #openstack-containers14:36
*** raildo-afk is now known as raildo14:37
*** yuanying-alt has quit IRC14:37
*** Marga_ has joined #openstack-containers14:38
*** Marga_ has quit IRC14:38
*** Marga_ has joined #openstack-containers14:38
*** Marga_ has quit IRC14:39
openstackgerritMerged openstack/magnum: Conductor: Remove _update_stack_outputs from bay_conductor  https://review.openstack.org/22077414:40
*** Drago has quit IRC14:40
*** Drago has joined #openstack-containers14:40
*** Marga_ has joined #openstack-containers14:42
*** david-ly_ is now known as david-lyle14:53
*** ctrath has quit IRC14:54
*** j___ has quit IRC14:55
*** ctrath has joined #openstack-containers14:55
*** ctrath has quit IRC14:57
*** banix_ has joined #openstack-containers14:58
*** banix has quit IRC14:58
*** banix_ is now known as banix14:58
*** ctrath has joined #openstack-containers15:00
*** apuimedo_ has quit IRC15:00
*** banix has quit IRC15:02
*** Tango has joined #openstack-containers15:03
*** banix has joined #openstack-containers15:04
*** chandankumar has quit IRC15:06
*** jlcoello has quit IRC15:14
*** jlcoello has joined #openstack-containers15:15
*** dims_ has joined #openstack-containers15:25
*** bradjones has joined #openstack-containers15:28
*** bradjones has quit IRC15:28
*** bradjones has joined #openstack-containers15:28
*** dimsum__ has quit IRC15:29
*** irenab has quit IRC15:38
*** irenab has joined #openstack-containers15:39
*** devlaps has joined #openstack-containers15:43
openstackgerritHongbin Lu proposed openstack/magnum: Checkout generated k8s client  https://review.openstack.org/21742715:47
openstackgerritHongbin Lu proposed openstack/magnum: Migrate to Kubernetes Release 1  https://review.openstack.org/20729915:47
openstackgerritHongbin Lu proposed openstack/magnum: Temporarily remove dependency on package certifi  https://review.openstack.org/22137615:47
*** hongbin has joined #openstack-containers15:47
*** sthillma has joined #openstack-containers15:50
*** sthillma_ has joined #openstack-containers15:51
*** jlcoello has quit IRC15:53
*** chandankumar has joined #openstack-containers15:54
*** jlcoello has joined #openstack-containers15:54
*** sthillma has quit IRC15:54
*** sthillma_ is now known as sthillma15:54
*** VikasC has joined #openstack-containers15:56
*** jlcoello has quit IRC15:58
*** Marga_ has quit IRC16:00
*** vimal has quit IRC16:02
*** BertrandN has quit IRC16:03
*** _navneet_ has joined #openstack-containers16:03
*** annegentle has joined #openstack-containers16:05
*** _navneet has quit IRC16:06
*** sdake_ has joined #openstack-containers16:06
*** irenab has quit IRC16:06
*** eghobo has joined #openstack-containers16:07
*** irenab has joined #openstack-containers16:07
*** zhenguo has quit IRC16:08
openstackgerritTravis Nguyen proposed openstack/magnum: updated image to fedora-21-atomic-5  https://review.openstack.org/22138716:08
*** vahidh has joined #openstack-containers16:09
*** unicell has quit IRC16:12
*** jlcoello has joined #openstack-containers16:14
*** alex_klimov has quit IRC16:18
*** Marga_ has joined #openstack-containers16:23
*** kebray has joined #openstack-containers16:31
*** dims_ has quit IRC16:31
*** dimsum__ has joined #openstack-containers16:32
*** achanda has joined #openstack-containers16:32
*** kebray has quit IRC16:34
*** manjeets has joined #openstack-containers16:37
*** kebray has joined #openstack-containers16:42
*** vilobhmm_11 has joined #openstack-containers16:44
*** dflorea has joined #openstack-containers16:44
daneyon_yuanying_ are you there?16:51
*** dane_leblanc has quit IRC16:55
daneyon_yuanying_ I believe Change-Id: Ib5d7180a230dad635b3b570122c5af88cd1ac7a7 introduced bug https://bugs.launchpad.net/magnum/+bug/149345516:55
openstackLaunchpad bug 1493455 in Magnum "AttributeError: 'KeyUsage' object has no attribute 'oid'" [Undecided,New]16:55
*** achanda has quit IRC16:56
*** achanda_ has joined #openstack-containers16:56
*** unicell has joined #openstack-containers17:02
*** suro-patz has joined #openstack-containers17:02
*** harlowja has joined #openstack-containers17:03
*** kebray has quit IRC17:04
*** unicell has quit IRC17:06
*** unicell has joined #openstack-containers17:06
*** Marga_ has quit IRC17:07
*** sthillma_ has joined #openstack-containers17:07
*** Marga_ has joined #openstack-containers17:07
*** achanda_ has quit IRC17:08
*** Marga_ has quit IRC17:08
*** Marga_ has joined #openstack-containers17:09
*** sthillma__ has joined #openstack-containers17:11
*** Tango has quit IRC17:11
*** Marga_ has quit IRC17:11
*** sthillma has quit IRC17:11
*** sthillma__ is now known as sthillma17:11
*** sthillma_ has quit IRC17:12
vilobhmm_11sdake : ping17:13
vilobhmm_11sdake_ : ^617:13
*** Marga_ has joined #openstack-containers17:15
*** sdake_ has quit IRC17:19
*** achanda has joined #openstack-containers17:21
*** diga has quit IRC17:21
*** irenab has quit IRC17:22
*** vahidh has quit IRC17:23
*** jlcoello has quit IRC17:24
*** jlcoello has joined #openstack-containers17:25
*** sthillma has quit IRC17:27
*** sthillma has joined #openstack-containers17:28
*** dflorea has quit IRC17:29
*** jlcoello has quit IRC17:30
*** dflorea_ has joined #openstack-containers17:31
annegentleAnyone here know why there are two 'name' fields for the API tests for replication controllers? here: https://github.com/openstack/magnum/blob/master/magnum/tests/unit/api/controllers/v1/test_replicationcontroller.py#L5217:37
*** vahidh has joined #openstack-containers17:38
annegentlemost of the rest of the tests are only looking for ['rcs][0] so... not sure what the 2nd name is for17:38
*** sdake has joined #openstack-containers17:44
*** rlrossit has left #openstack-containers17:49
*** banix has quit IRC18:00
openstackgerritVilobh Meshram proposed openstack/magnum: WIP : Objects from Bay - Replication Controller  https://review.openstack.org/21336818:01
*** banix has joined #openstack-containers18:02
*** SourabhP has joined #openstack-containers18:03
openstackgerritVilobh Meshram proposed openstack/magnum: WIP : Objects from Bay - Replication Controller  https://review.openstack.org/21336818:05
*** dflorea_ has quit IRC18:05
vilobhmm_11sdake : ping18:06
*** manjeets has quit IRC18:10
*** dflorea has joined #openstack-containers18:11
*** eghobo has quit IRC18:11
*** manjeets has joined #openstack-containers18:12
*** eghobo has joined #openstack-containers18:13
*** dflorea has quit IRC18:15
sdakevilobhmm_11 shoot18:23
*** rlrossit has joined #openstack-containers18:24
*** banix has quit IRC18:24
*** banix has joined #openstack-containers18:24
*** sdake_ has joined #openstack-containers18:25
openstackgerritTravis Nguyen proposed openstack/magnum: updated image to fedora-21-atomic-5  https://review.openstack.org/22138718:27
*** jlcoello has joined #openstack-containers18:28
*** rlrossit has left #openstack-containers18:29
*** rlrossit has joined #openstack-containers18:29
*** sdake has quit IRC18:29
*** dane_leblanc has joined #openstack-containers18:30
vilobhmm_11sdake : did you envision objects-from-bay this way https://review.openstack.org/#/c/213368/418:30
*** openstackgerrit has quit IRC18:31
vilobhmm_11not asking for a complete review…atleast the path chosen to do so…is what I am looking for18:31
vilobhmm_11sdake : ^^18:31
vilobhmm_11https://review.openstack.org/#/c/213368/418:31
*** openstackgerrit has joined #openstack-containers18:31
sdake_vilobhmm_11 can barely see straight - flu - sorry can't review atm18:32
vilobhmm_11ohh18:32
vilobhmm_11sdake_ : take rest18:32
vilobhmm_11tc18:32
vilobhmm_11later18:32
*** dflorea has joined #openstack-containers18:32
sdake_ttyl18:32
vilobhmm_11sorry didn't know about it…hope you feel better soon18:33
*** chandankumar has quit IRC18:35
*** dflorea has quit IRC18:37
*** dflorea has joined #openstack-containers18:39
*** sdake_ is now known as sdake18:40
*** achanda has quit IRC18:40
*** dflorea has quit IRC18:41
*** achanda has joined #openstack-containers18:41
*** sdake_ has joined #openstack-containers18:46
*** Tango has joined #openstack-containers18:47
*** banix has quit IRC18:47
*** sdake has quit IRC18:49
*** dflorea has joined #openstack-containers18:50
*** dflorea has quit IRC18:50
*** dflorea has joined #openstack-containers18:52
*** banix has joined #openstack-containers18:55
*** achanda has quit IRC18:57
openstackgerritTravis Nguyen proposed openstack/magnum: updated image to fedora-21-atomic-5  https://review.openstack.org/21837319:01
openstackgerritTravis Nguyen proposed openstack/magnum: updated image to fedora-21-atomic-5  https://review.openstack.org/22146019:03
*** Marga_ has quit IRC19:06
*** dane_leblanc has quit IRC19:07
*** eghobo_ has joined #openstack-containers19:12
*** eghobo has quit IRC19:15
openstackgerritTravis Nguyen proposed openstack/magnum: WIP: Update functional test for the k8s api  https://review.openstack.org/21837319:19
*** kebray has joined #openstack-containers19:20
*** kebray has quit IRC19:20
*** kebray has joined #openstack-containers19:21
annegentledo any devs use devstack on Rackspace Cloud? I've got my PUBLIC_INTERFACE set to eth0 but I'm getting port conflict errors when I try to create a bay19:21
annegentle(with Magnum, o' course)19:21
*** dflorea has quit IRC19:28
*** dflorea has joined #openstack-containers19:34
*** kebray has quit IRC19:36
*** achanda has joined #openstack-containers19:38
*** adrian_otto has joined #openstack-containers19:39
*** achanda has quit IRC19:45
*** dflorea has quit IRC19:47
*** sdake_ is now known as sdake19:49
*** dane_leblanc has joined #openstack-containers19:50
*** banix has quit IRC19:51
*** dflorea has joined #openstack-containers19:56
*** dimsum__ is now known as dims20:03
*** dims is now known as Guest8007120:04
*** Guest80071 is now known as dims__20:08
*** unicell has quit IRC20:11
*** unicell has joined #openstack-containers20:12
manjeets._.20:15
*** banix has joined #openstack-containers20:29
*** raildo is now known as raildo-afk20:34
*** achanda has joined #openstack-containers20:41
*** raildo-afk is now known as raildo20:44
*** Marga_ has joined #openstack-containers20:46
*** yuanying-alt has joined #openstack-containers20:50
*** achanda has quit IRC20:51
*** jwang_ has joined #openstack-containers20:54
*** achanda has joined #openstack-containers20:54
*** raildo is now known as raildo-afk20:56
manjeetshongbin: ping20:56
*** jwang has quit IRC20:57
hongbinmanjeets: what's up20:57
manjeetshttps://review.openstack.org/#/c/207299/20:58
manjeetsi think we need to update docs too20:58
manjeetsi can submit a patch for that20:58
*** dflorea has quit IRC21:00
hongbinThere is already a patch to update the docs https://review.openstack.org/#/c/207300/421:01
*** yuanying-alt has quit IRC21:02
*** suro-patz has quit IRC21:02
*** harshs has joined #openstack-containers21:02
*** banix has quit IRC21:02
*** dflorea has joined #openstack-containers21:03
manjeetshongbin: that is different from what I am going to submit21:04
*** dflorea has quit IRC21:04
openstackgerritBradley Jones proposed openstack/magnum-ui: Initial skeleton repo  https://review.openstack.org/21175021:04
*** harshs has left #openstack-containers21:04
manjeetsall commands and examples are using fedora-21-atomic-3 and I think those should use fedora-21-atomic-5 now21:05
*** suro-patz has joined #openstack-containers21:05
hongbinmanjeets: Please feel to submit if you think nobody else is doing the same job. Just avoid duplicated work21:05
manjeetsok should i say that partially implements the same blurprint21:06
*** eghobo_ has quit IRC21:06
manjeetsor WIP: or open a bug ticket and then submit it ?21:06
*** harshs has joined #openstack-containers21:07
*** banix has joined #openstack-containers21:07
openstackgerritManjeet Singh Bhatia proposed openstack/magnum: Docs update for new fedora atomic 1.0.4  https://review.openstack.org/22150421:08
openstackgerritVilobh Meshram proposed openstack/magnum: WIP : Objects from Bay - Replication Controller  https://review.openstack.org/21336821:12
Tangomanjeets: Hi Manjeet, I was going to update the commands in the docs once we get the API running, in the patch Hongbin mentioned, but please feel free to add a separate patch21:14
TangoBTW hongbin, does pod-create work for you?  It fails for me as it has been for awhile, but interestingly, in the functional test, it works.21:16
*** sdake_ has joined #openstack-containers21:16
hongbinTango: It works for me.21:17
hongbinWhat error you are seeing?21:17
TangoNow I am getting:   ERROR: 'unicode' object has no attribute 'swagger_types' (HTTP 500)21:17
manjeetsTango: I submitted a patch21:17
manjeets https://review.openstack.org/22150421:18
hongbinTango: do you see any traceback in magnum conductor?21:19
Tangomanjeets: OK, there are 6 patches implementing the BP, you might want to check them out to avoid duplicate changes21:19
Tangohongbin: let me check21:19
*** sdake has quit IRC21:20
manjeetsokay i think I checked 3 or 4 of them. I will check and if i did not find any I will add partially implements bp line to commit21:20
Tangohongbin: Here is the trace:  http://paste.openstack.org/show/450819/21:25
hongbinchecking21:25
*** eghobo has joined #openstack-containers21:25
manjeetsTango: one of patch has changes in two files but not in all the files as i did21:26
manjeetsi submitted change in 5 files21:26
*** dflorea has joined #openstack-containers21:26
Tangomanjeets: ok, maybe you want to add a dependency from that patch, so your change will be on top of those changes21:27
manjeetsok21:27
*** dflorea has quit IRC21:31
*** rpothier has quit IRC21:34
*** dflorea has joined #openstack-containers21:34
*** achanda has quit IRC21:35
*** achanda has joined #openstack-containers21:35
hongbinTango: Looks like some string encoding issue. What is the command you typed?21:38
openstackgerritManjeet Singh Bhatia proposed openstack/magnum: Docs update for new fedora atomic 1.0.4  https://review.openstack.org/22150421:38
*** devlaps has quit IRC21:38
Tangohongbin: I was running the redis example:   magnum pod-create --manifest ./redis-master.yaml --bay k8sbayv121:38
hongbinstrange. Let me try to reproduce it.21:39
*** banix has quit IRC21:40
openstackgerritBradley Jones proposed openstack/magnum-ui: Initial skeleton repo  https://review.openstack.org/21175021:41
*** achanda_ has joined #openstack-containers21:44
*** achanda has quit IRC21:44
adrian_ottoOur team meeting will begin in 15 minutes in #openstack-meeting-alt21:46
adrian_ottoat 2200 UTC. See you there!21:47
*** wanghua has joined #openstack-containers21:48
*** dflorea has quit IRC21:49
*** humble_ has joined #openstack-containers21:49
hongbinTango: It looks I cannot reproduce your error21:51
hongbinTo debug further, I need several things:21:51
hongbin1. output of magnum baymodel-show k8sbaymodel21:51
hongbin2. output of magnum bay-show k8sbay21:51
hongbin3. your manifest file ./redis-master.yaml21:52
hongbin4. your magnum commit that you based on.21:52
*** dflorea has joined #openstack-containers21:52
*** wanghua has quit IRC21:53
vilobhmm_11manjeets : ping21:54
vilobhmm_11hongbin : ping21:54
hongbinvilobhmm_11: yo21:55
*** sdake_ is now known as sdake21:55
vilobhmm_11whne i try to deply magnum in devstack on my virtualbox ubuntu vm i get error like RNET permission denied i am following instructions here…didn't saw it before21:56
vilobhmm_11http://docs.openstack.org/developer/magnum/dev/dev-quickstart.html21:56
vilobhmm_11have you see it21:56
vilobhmm_11seen21:56
Tangohongbin: I pasted #1, #2, #3 in http://paste.openstack.org/show/450841/21:56
Tangohongbin: For #4, I did "git review -d 207299" , I think I got patch 1021:57
vilobhmm_11esp in local.conf setting PUBLIC_INTERFACE=eth121:57
vilobhmm_11is crucial…..my ifconfig output looks like http://paste.openstack.org/show/450845/…am i missing something ? hongbin21:57
hongbinvilobhmm_11: I will get back to you. Debugging Tango error21:58
*** achanda_ has quit IRC21:58
vilobhmm_11hongbin : sure thanks21:59
*** yuanying-alt has joined #openstack-containers22:00
*** achanda has joined #openstack-containers22:02
*** sdake_ has joined #openstack-containers22:02
*** suro-patz has quit IRC22:04
*** suro-patz1 has joined #openstack-containers22:04
*** sdake has quit IRC22:05
*** Marga_ has quit IRC22:07
*** Marga_ has joined #openstack-containers22:07
*** jlcoello has quit IRC22:08
*** jlcoello has joined #openstack-containers22:08
*** achanda has quit IRC22:09
*** achanda has joined #openstack-containers22:09
*** _navneet_ has quit IRC22:10
*** jlcoello has quit IRC22:13
*** achanda_ has joined #openstack-containers22:13
*** annegentle has quit IRC22:13
*** achanda has quit IRC22:13
manjeets._.22:24
*** sthillma_ has joined #openstack-containers22:47
vilobhmm_11manjeets : can you join #openstack-meeting-alt22:47
vilobhmm_11please22:47
*** ctrath has quit IRC22:49
*** Marga__ has joined #openstack-containers22:49
*** sthillma has quit IRC22:49
*** sthillma_ is now known as sthillma22:49
*** Marga_ has quit IRC22:51
*** achanda has joined #openstack-containers22:55
*** achanda_ has quit IRC22:55
*** dflorea has quit IRC22:58
*** achanda_ has joined #openstack-containers23:01
*** achanda has quit IRC23:01
openstackgerritBradley Jones proposed openstack/magnum-ui: Initial skeleton repo  https://review.openstack.org/21175023:02
muraliaI didnt get my question answered in the irc meeting. do blueprints need to be approved before i can submit patches for review?23:02
*** dflorea has joined #openstack-containers23:03
*** yuanying-alt has quit IRC23:03
openstackgerritVilobh Meshram proposed openstack/magnum: WIP : Objects from Bay - Replication Controller  https://review.openstack.org/21336823:03
humble_hi all, I want to make bay uuid a foreign key in pod, service, etc23:03
*** eghobo has quit IRC23:03
vilobhmm_11same here23:03
vilobhmm_11i did file a bug here https://bugs.launchpad.net/magnum/+bug/149319623:04
openstackLaunchpad bug 1493196 in Magnum "Should pod/rc/service bay_uuid be foreign key for Bay uuid ?" [Undecided,New] - Assigned to Vilobh Meshram (vilobhmm)23:04
humble_muralia: I think it need not23:04
vilobhmm_11wanted to know why this was not done before23:04
*** adrian_otto has quit IRC23:04
muraliaok. good to know. thats humble_23:04
muraliathanks*23:04
*** eghobo has joined #openstack-containers23:04
vilobhmm_11i.e service bay_uuid, rc bay_uuid, pod bay_uuid not made a foreign key for bay uuid23:04
vilobhmm_11hongbin : ^^23:04
vilobhmm_11yuanying_ : ^^23:05
hongbinvilobhmm_11: I am not exactly sure the foreign key things23:05
vilobhmm_11but shouldn't it be a foriegn key since the bay uuid and service bay_uuid, rc bay_uuid, pod bay_uuid must be same23:06
hongbinsdake_: do you have any idea about why bay_uuid is not a foreign key?23:06
sdake_no idea sorry23:06
hongbinme either23:06
hongbin:)23:06
hongbinvilobhmm_11: humble_: Does other project use foreign key for uuid?23:07
*** dflorea has quit IRC23:07
humble_I find nova use23:07
vilobhmm_11yup they do23:07
hongbinHow about Ironic. The code base of magnum was ported from Ironic23:08
humble_https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/models.py#L35223:08
vilobhmm_11https://github.com/openstack/ironic/blob/master/ironic/db/sqlalchemy/models.py#L16623:09
vilobhmm_11they also have something23:09
vilobhmm_11not quite close to an uuid but an id23:09
hongbinMy best guess is that skipping the uuid would avoid some db migration issue23:10
hongbinwhich make the project evolve faster23:10
vilobhmm_11why should the uuid be skipped hongbin i didn't get you23:10
humble_But if nova can solve db migration issue, magnum can too23:10
vilobhmm_11humble_ : +123:11
hongbindb migration will be tricky for foreign key constraint I guess23:11
vilobhmm_11hongbin : the reason this is needed is because https://review.openstack.org/#/c/220851/1/magnum/db/sqlalchemy/api.py23:11
hongbinI am OK to add foreign key constraint right now23:11
vilobhmm_11there is no connection between pod bay_uuid and bay uuid and hence no clear way to differentiate23:12
hongbinBut I think it worthes to start a ML to discuss it first23:12
vilobhmm_11ok will drop an email23:12
humble_ok23:12
vilobhmm_11thanks hongbin23:12
hongbinwelcome23:12
humble_hongbin: I want to remove the code about node23:12
vilobhmm_11is there an email thread that discuss the complexity caused in db migration by introducing foreign key23:13
vilobhmm_11hongbin : ^^23:13
hongbinvilobhmm_11: no. That is my guess23:13
vilobhmm_11ok23:13
humble_hongbin: I wonder is it necessary to leave node in our code23:15
hongbinhumble_: I am OK to remove it, but make sure nobody else has objections before doing that23:16
humble_hongbin: I will start a ml to make sure23:16
*** rlrossit has left #openstack-containers23:16
hongbinthx23:16
*** dimtruck is now known as zz_dimtruck23:18
hongbinTango: you still there?23:18
hongbinTango: I am going to leave soon. So just drop you some notes about the python-k8sclient error23:20
Tangohongbin: ok23:20
hongbinTango: Unfortunely, I cannot reproduce the error locally23:20
hongbinThe problem is here23:20
hongbinFile "/opt/stack/magnum/magnum/common/pythonk8sclient/swagger_client/api_client.py", line 210, in sanitize_for_serialization23:20
hongbinIt should go to line 190 instead23:21
Tangohongbin: Interesting, what do you use for your environment?  Ubuntu 14.04?23:21
hongbinyes23:21
hongbinIt seems it confused about the unicode and str23:21
Tangohmm, that's what I have also.  OK that's good clue.23:22
hongbinI am not sure why. It needs more investigation23:22
hongbinI remembered this error before23:22
*** achanda has joined #openstack-containers23:23
hongbinTango: See here https://review.openstack.org/#/c/207299/11/magnum/conductor/handlers/k8s_conductor.py23:23
*** achanda_ has quit IRC23:23
hongbinI put str(..) on the name parameter23:23
hongbinthat is for solving this error23:23
Tangoah, I think I have patch 10.  Maybe I need to download patch 1123:24
TangoI downloaded it yesterday23:24
hongbinthe difference is just a removal of the requirement23:24
hongbindoesn't seem to be the cause23:25
hongbinanyway, it is good to download the latest patch though if you want23:25
*** banix has joined #openstack-containers23:25
Tangook, let me do an update on Ubuntu also23:26
hongbinTango: I need to drive home now. Will ping you tomorrow for the work23:26
Tangohongbin: Thanks  Hongbin23:26
*** hongbin has quit IRC23:26
*** manjeets has quit IRC23:30
*** VikasC has quit IRC23:35
*** Drago has quit IRC23:54
openstackgerritMerged openstack/magnum-ui: Initial skeleton repo  https://review.openstack.org/21175023:57

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