Thursday, 2018-06-21

flwangmordred: i don't there is a good way to do auto detect00:00
flwangmordred: so i'd like to figure out what's the correct way to do the migration in shade00:01
mordredflwang: nod. I'm EOD today - lemme think about it and leave you a note tomorrow or so00:02
flwangmordred: no problem. thanks00:02
*** lifeless_ has joined #openstack-sdks00:06
*** lifeless has quit IRC00:06
*** slaweq has joined #openstack-sdks00:11
*** gildub has joined #openstack-sdks00:12
*** gildub has quit IRC00:12
*** gildub has joined #openstack-sdks00:13
*** slaweq has quit IRC00:16
*** bobh has joined #openstack-sdks00:22
*** slaweq has joined #openstack-sdks02:11
*** slaweq has quit IRC02:16
*** bobh has quit IRC02:24
*** lifeless_ has quit IRC02:26
*** bobh has joined #openstack-sdks02:33
*** lifeless has joined #openstack-sdks02:43
*** bobh has quit IRC02:47
*** slaweq has joined #openstack-sdks03:11
*** yolanda has quit IRC03:12
*** slaweq has quit IRC03:16
openstackgerritJohn Haan proposed openstack/python-openstackclient master: Implement image tag into OSC  https://review.openstack.org/57680403:26
*** lifeless has quit IRC04:08
*** slaweq has joined #openstack-sdks04:11
*** lifeless has joined #openstack-sdks04:14
*** slaweq has quit IRC04:15
*** lifeless has quit IRC04:20
*** lifeless has joined #openstack-sdks04:20
*** Jakub has joined #openstack-sdks04:21
*** lifeless has quit IRC04:25
*** lifeless has joined #openstack-sdks04:26
*** Klumben has quit IRC04:27
*** rm_work has quit IRC04:29
*** lifeless has quit IRC04:30
*** lifeless has joined #openstack-sdks04:31
*** Jakub has quit IRC04:33
*** lifeless has quit IRC04:36
*** lifeless has joined #openstack-sdks04:37
*** lifeless has quit IRC04:41
*** lifeless has joined #openstack-sdks04:43
*** lifeless has quit IRC04:47
*** lifeless has joined #openstack-sdks04:48
*** lifeless has quit IRC04:52
*** lifeless has joined #openstack-sdks04:54
*** lifeless has quit IRC04:58
*** lifeless has joined #openstack-sdks04:59
*** lifeless has quit IRC05:04
*** lifeless has joined #openstack-sdks05:04
*** lifeless has quit IRC05:09
*** lifeless has joined #openstack-sdks05:10
*** slaweq has joined #openstack-sdks05:11
*** e0ne has joined #openstack-sdks05:13
*** e0ne has quit IRC05:14
*** lifeless has quit IRC05:14
*** lifeless has joined #openstack-sdks05:15
*** slaweq has quit IRC05:16
*** rm_work has joined #openstack-sdks05:32
*** rm_work has quit IRC05:32
*** rm_work has joined #openstack-sdks05:32
*** yolanda has joined #openstack-sdks05:34
*** slaweq has joined #openstack-sdks05:43
*** slaweq has quit IRC05:48
*** olaph1 has joined #openstack-sdks05:56
*** olaph has quit IRC05:57
*** alex_xu has quit IRC05:57
*** alex_xu has joined #openstack-sdks06:03
*** slaweq has joined #openstack-sdks06:11
*** slaweq has quit IRC06:16
*** Luzi has joined #openstack-sdks06:26
*** fabian_ has joined #openstack-sdks06:30
*** fabian_ is now known as chenyb406:34
*** chenyb4 has quit IRC06:43
*** gtema has joined #openstack-sdks06:46
*** gildub_ has joined #openstack-sdks07:02
*** gkadam has joined #openstack-sdks07:05
*** gildub has quit IRC07:05
*** slaweq has joined #openstack-sdks07:14
*** peereb has joined #openstack-sdks07:15
*** annp has joined #openstack-sdks07:34
*** e0ne has joined #openstack-sdks07:40
*** jpena|off is now known as jpena07:42
*** ttsiouts has joined #openstack-sdks07:48
*** ttsiouts has quit IRC07:52
*** jpich has joined #openstack-sdks07:56
*** gildub_ has quit IRC08:03
*** Klumben has joined #openstack-sdks08:12
*** slaweq has quit IRC08:18
*** ttsiouts has joined #openstack-sdks08:23
*** slaweq has joined #openstack-sdks08:25
openstackgerritDongcan Ye proposed openstack/python-openstackclient master: Fix volume type functional tests  https://review.openstack.org/57544808:54
*** markvoelker has quit IRC08:54
*** e0ne has quit IRC09:01
*** gtema has quit IRC09:13
*** dtantsur|afk is now known as dtantsur09:41
*** e0ne has joined #openstack-sdks09:55
openstackgerritChris Dent proposed openstack/api-wg master: Expand error code document to expect clarity  https://review.openstack.org/57711809:59
*** cdent has joined #openstack-sdks10:00
*** e0ne has quit IRC10:10
*** e0ne has joined #openstack-sdks10:12
*** ttsiouts has quit IRC10:15
*** e0ne has quit IRC10:16
*** annp has quit IRC10:20
*** gildub_ has joined #openstack-sdks10:48
*** markvoelker has joined #openstack-sdks10:59
*** Luzi has quit IRC11:08
*** ttsiouts has joined #openstack-sdks11:10
*** markvoelker has quit IRC11:30
mordredflwang: actually - clustertemplate got added to magnum a LONG time ago didn't it?11:42
mordredflwang: I think what I'd suggest is something similar to what we do for images - where we support nova image api if the glance one isn't there ...11:43
mordredflwang: and that's to update the code to call the clustertemplate endpoints - but if we get a 404 back, try calling the baymodel endpoint instead. it's an extra api call cost for anybody still using a magnum old enough to not have clustertemplates - but that should be almost nobody11:44
*** tellesnobrega has joined #openstack-sdks11:46
mordredflwang: then, as an optimization, we can make a flag "self._has_clustertemplates" or something that we can set to true if we ever make a successful call to a clustertemplates endpoint - and if it's true we can skip calls to baymodels - because we've already discovered that the cloud is new enough to have clustertemplates endpoints11:47
tellesnobregagood morning, I sent a patch yesterday to add a variable to FakeApp but it is failing on the gate with some issues volume, the patch is this one https://review.openstack.org/#/c/576833/11:47
tellesnobregaI'm quite sure the issue is not related to what I did, but I'm not very familiar with openstackclient so, if someone could help me out see the problem I would really appreciate11:48
mordredtellesnobrega: dtroyer has been working on fixing the volumetype tests11:49
mordredtellesnobrega: here: https://review.openstack.org/#/c/575448/11:49
tellesnobregamordred, awesome, thanks. just wanted to be sure I didn't break the whole thing11:49
mordrednope - not you :)11:50
tellesnobregacool11:50
tellesnobreganot this time anyway, you never know11:50
tellesnobrega:)11:50
*** chenyb4 has joined #openstack-sdks11:55
*** e0ne has joined #openstack-sdks11:58
mordredhehe12:07
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Adds Senlin support to openstacksdk  https://review.openstack.org/57665012:24
openstackgerritJens Harbott (frickler) proposed openstack/python-openstackclient master: Fix volume type functional tests  https://review.openstack.org/57544812:26
*** markvoelker has joined #openstack-sdks12:26
fricklerdtroyer: ^^ one step further, but there is still seeing something fishy with the v3 volume type stuff. the c-api logs errors about "'all_tenants' filter key is not valid." but I cannot find where this comes from12:27
* frickler should really be ready what he types before pushing enter *sigh*12:27
fricklerreading even12:28
*** ttsiouts has quit IRC12:29
mordredfrickler: I find it better to never think about or read anything I type12:29
fricklermordred: words of wisdom indeed12:30
*** ttsiouts has joined #openstack-sdks12:31
fricklermnaser: I found some log in #os-cinder where you seemed to have a similar issue with volume types, did you find a solution for that?12:31
*** bobh has joined #openstack-sdks12:32
fricklermnaser: dtroyer: I found a reference to the patch in python-cinderclient that breaks us and created https://bugs.launchpad.net/python-cinderclient/+bug/1778055 , when that is fixed we should be good again together with the patch above.12:41
openstackLaunchpad bug 1778055 in python-cinderclient "Change in search behaviour for v3 volume type breaks OSC" [Undecided,New]12:41
fricklerI think we should disable volume type v3 tests until then12:41
*** bobh has quit IRC12:55
mnaserfrickler: Thank you12:57
*** edmondsw has joined #openstack-sdks12:58
*** ttsiouts has quit IRC12:59
*** markvoelker has quit IRC13:00
rcarrillocruzhey folks13:01
fricklermnaser: I also just confirmed that reverting the patch in question would fix the issue for me locally, but I'll give cinder folks a bit to come up with a better solution13:01
rcarrillocruzdoes https://docs.openstack.org/keystone/queens/user/application_credentials.html work since queens onwards? And is there a need to have some specific setting on keystone config to use that from end user perspective or providing Queens/<version having it> suffices?13:01
rcarrillocruzmnaser, mordred ^13:02
rcarrillocruzyou deal with quite a bit of clouds :-)13:02
mnaserfrickler: yeah it quite most definetly is the cause. Let’s see what happens13:03
mnaserrcarrillocruz: i think it’s just a Queens feature13:03
rcarrillocruzmnaser: where's vexxhost version at?13:03
mnaserQueens :)13:04
rcarrillocruzi'm golden :-)13:04
rcarrillocruzthanks13:04
mnaserLet me know how it goes. I think cmurphy might be interested to see your experience too :)13:04
rcarrillocruz++13:05
mordredrcarrillocruz: yah - I hven't actually used them from shade/ansible yet - but it should just work13:07
*** ttsiouts has joined #openstack-sdks13:12
cmurphyrcarrillocruz: you need to have [auth]/methods = [...], application_credential in keystone.conf which is the default in queens, otherwise it should just work13:16
cmurphyand yeah we haven't added the crud parts to shade yet but it shade should be able to use them via os-c-c etc13:17
rcarrillocruzcool thx13:18
mordredrcarrillocruz: auth_type: v3applicationcredential in clouds.yaml fwiw13:20
*** olaph1 is now known as olaph13:22
*** gtema has joined #openstack-sdks13:29
rcarrillocruzhmm13:30
rcarrillocruzwait a minute13:30
*** markvoelker has joined #openstack-sdks13:30
rcarrillocruzmnaser: https://github.com/terraform-providers/terraform-provider-openstack/blob/master/openstack/import_openstack_vpnaas_ipsecpolicy_v2_test.go , does that mean vexxhost has vpnaas ? i see you are helping out that provider testing, but not sure if vpnaas comes from a devstack or you are already indeed giving that service13:30
*** tellesnobrega has left #openstack-sdks13:31
mnaserrcarrillocruz: it should be available and working, if it is not please let me know and i'll dig into it13:32
mnaserthere is a very small volume of users, people end up wanting to spin up their own vms13:32
rcarrillocruzthis is awesome13:32
rcarrillocruzi'm part of ansible network (thx for the tenant btw)13:32
rcarrillocruzworking on https://github.com/ansible-network/cloud-vpn13:32
rcarrillocruzwhich is a multicloud vpn role13:33
rcarrillocruzif vpnaas is available there, perfect excuse to add support by using it13:33
rcarrillocruz:-)13:33
*** crunchengine has joined #openstack-sdks13:36
*** gildub_ has quit IRC13:48
dtroyermnaser, frickler: thank you!  the v3 volume tests are just passthrough to v2 (which I really never liked) and this may be the first instance of us getting bitten hard by different behaviour...13:50
fricklerdtroyer: iiuc the tests are fine, its just that python-cinderclient broke things for their v3 manager13:53
mnaserfrickler: yep ,that was the issue13:57
mnaserrcarrillocruz: sweet :)13:57
openstackgerritLance Bragstad proposed openstack/python-openstackclient master: Implement support for registered limits  https://review.openstack.org/57447514:01
openstackgerritLance Bragstad proposed openstack/python-openstackclient master: Implement support for project limits  https://review.openstack.org/57521114:01
*** chenyb4 has quit IRC14:28
*** ttsiouts has quit IRC14:32
*** peereb has quit IRC14:51
*** zhongjun__ has joined #openstack-sdks14:55
*** ttsiouts has joined #openstack-sdks14:55
slaweqdtroyer: hi, can You find few minutes to check my last comment in https://review.openstack.org/#/c/567620/ ?14:58
slaweqdtroyer: thx in advance14:58
*** ttsiouts has quit IRC15:03
*** ttsiouts has joined #openstack-sdks15:09
*** gkadam has quit IRC15:17
cdentelmiko, edleafe, dtantsur : I'm going to be on the phone but in attendance during the api-sig meeting, so if one of you can chair/newsletter/etc. At some point I will be on two calls... sigh15:24
dtantsurcdent: I can chair, sure15:28
*** ttsiouts has quit IRC15:28
*** ttsiouts has joined #openstack-sdks15:29
elmikocdent: ack15:31
*** ttsiouts has quit IRC15:33
*** jpich has quit IRC16:03
*** d0ugal has quit IRC16:23
*** e0ne has quit IRC16:30
*** raopajay has joined #openstack-sdks16:45
elmikocdent edleafe dtantsur ready for review/editing https://etherpad.openstack.org/p/api-sig-newsletter16:48
cdentelmiko: your last paragraph seems to suggest there are two new reviews, but they are the same one?16:50
elmikoi'll clarify16:51
edleafeelmiko: what is the storyboard naming issue? The -wg to -sig thing? That will be done as part of the gerrit project rename16:51
*** dtantsur is now known as dtantsur|afk16:52
elmikoedleafe: that was it, maybe not even worth mentioning?16:52
edleafeI don't think so.16:52
elmikoack16:52
elmikothanks edleafe16:53
edleafecdent: "in addition" vs "an addition"?16:54
edleafeelmiko: lgtm now16:55
elmikocool, sending16:55
cdentah yeah,16:56
elmikodid i send too quickly?16:56
edleafeelmiko: no, it's fine16:57
elmikok16:58
*** tellesnobrega has joined #openstack-sdks17:07
*** tellesnobrega has left #openstack-sdks17:07
*** jpena is now known as jpena|off17:12
*** e0ne has joined #openstack-sdks17:30
*** flwang1 has joined #openstack-sdks17:56
flwang1mordred: still around?17:57
mordredflwang1: yup!17:57
mordredflwang1: and yes, I mean implement the code in openstacksdk - the shade code is in openstack/cloud/openstackcloud.py in the openstacksdk repo17:57
mordredso it's basically the same thing at the moment - there's just two copies of it17:58
flwang1i think openstackclient is using the correct magnum api now17:58
flwang1ok17:58
flwang1got it17:58
mordredwoot17:59
mordreddefinitely let me know if you have any issues - but we also have a magnum functional test job, so we should be set up for you17:59
flwang1fantastic, thanks18:00
*** flwang1 has quit IRC18:07
*** gtema has quit IRC18:08
*** flwang1 has joined #openstack-sdks18:28
*** gkadam has joined #openstack-sdks18:36
*** gkadam has quit IRC18:55
openstackgerritKen Giusti proposed openstack/cliff master: Add test case for interactive help  https://review.openstack.org/57690019:02
*** e0ne has quit IRC19:17
*** flwang1 has quit IRC19:31
*** gildub_ has joined #openstack-sdks19:49
*** yolanda_ has joined #openstack-sdks20:07
*** yolanda has quit IRC20:11
*** cdent has quit IRC20:53
*** flwang1 has joined #openstack-sdks21:03
*** gildub_ has quit IRC21:09
*** d0ugal_ has joined #openstack-sdks21:44
*** crunchengine has quit IRC21:48
flwang1mordred: seems shade only supports cluster template of magnum, no cluster CRUD?22:10
mordredflwang1: yes - the magnum support was started by someone and then they got reassigned so it never progressed further22:11
flwang1mordred: then i'm wondering how should I name the function because I see senlin is trying to use the name like create_cluster....22:12
flwang1what's the rule in shade world for the name convention issue?22:13
mordredflwang1: it's an excellent question - so far we haven't had much conflict - but when we have I think we've tried to figure out some way to distinguish the resources22:15
* mordred is trying to think of a suggestion22:15
mordredflwang1: is there a decent generic word to describe what the magnum cluster is a cluster of?22:16
flwang1mordred: i think create_cluster could be better fitting for Senlin, but the problem is Magnum has already used the xxx_cluster_template, so it's a little bit tricky22:17
flwang1otherwise, I think personally, i don't mind using xxxx_coe_cluster,  xxx_coe_cluster_template, just like we did for OpenStackClient22:17
mordredflwang1: well - we can rename it and make an alias for backwards compat if there's a better word22:17
mordredflwang1: ++22:17
flwang1ok, then let's add the new xxx_coe_cluster_template and link it back to xxx_cluster_template, and deprecate the xxx_cluster_template in the future22:19
flwang1deal?22:19
mordredsounds perfect to me22:19
flwang1mordred: fantastic, thanks, i will propose patch separately for template and cluster22:19
flwang1to make review easier22:19
* mordred is excited to see magnum get more love22:20
mordred++22:20
flwang1magnum is deeply loved by some folks in NZ22:20
flwang1cool, see you around in all the openstack channels22:21
*** edmondsw has quit IRC22:24
mordredwell, NZ is deeply loved by some of the folks around here ;) (why is NZ so pretty???)22:24
*** edmondsw has joined #openstack-sdks22:26
*** edmondsw has quit IRC22:35
*** edmondsw has joined #openstack-sdks22:35
*** edmondsw has quit IRC22:40
*** halbbalda has quit IRC23:20
*** halbbalda has joined #openstack-sdks23:22
openstackgerritIan Wienand proposed openstack/osc-lib master: Add cloud to warning about domain related config  https://review.openstack.org/57732423:48

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