Tuesday, 2015-01-06

*** xmltok has left #heat00:00
*** cdent has quit IRC00:01
*** pm90_ has joined #heat00:04
*** serg_melikyan has joined #heat00:12
*** lvdongbing has joined #heat00:15
*** dims__ has joined #heat00:15
*** alexheneveld has quit IRC00:16
*** serg_melikyan has quit IRC00:16
*** alexheneveld has joined #heat00:18
*** dgonzalez has joined #heat00:19
*** dims_ has joined #heat00:19
*** dims__ has quit IRC00:23
*** dims_ has quit IRC00:24
*** dgonzalez has quit IRC00:25
*** sarob has quit IRC00:27
*** alexheneveld has quit IRC00:33
*** crose has joined #heat00:34
*** crose has quit IRC00:34
*** GonZo2K has joined #heat00:35
*** david-ly_ has joined #heat00:36
*** hdd has quit IRC00:38
*** hdd has joined #heat00:40
*** david-ly_ has quit IRC00:41
*** EricGonczer_ has joined #heat00:44
*** EricGonc_ has joined #heat00:47
*** EricGonczer_ has quit IRC00:49
*** achanda has joined #heat00:50
*** achanda has quit IRC00:55
*** achanda has joined #heat00:56
*** achanda has quit IRC01:01
*** hdd has quit IRC01:05
*** dgonzalez has joined #heat01:07
*** dgonzalez has quit IRC01:11
*** pm90_ has quit IRC01:11
*** dims__ has joined #heat01:24
*** alexheneveld has joined #heat01:25
*** Qiming has joined #heat01:29
*** nosnos has joined #heat01:50
*** rwsu has quit IRC02:03
*** dgonzalez has joined #heat02:07
*** EricGonczer_ has joined #heat02:08
*** EricGonc_ has quit IRC02:10
*** dsneddon has quit IRC02:11
*** dgonzalez has quit IRC02:12
*** dsneddon has joined #heat02:12
*** dims__ has quit IRC02:16
*** GonZo2K has quit IRC02:18
*** aweiteka has joined #heat02:20
*** Putns has quit IRC02:30
*** dsneddon has quit IRC02:32
*** dsneddon has joined #heat02:33
*** tiantian has joined #heat02:37
*** dims__ has joined #heat02:38
*** erkules_ has joined #heat02:52
*** erkules has quit IRC02:55
*** alexheneveld has quit IRC02:57
*** erkules_ is now known as erkules02:59
*** hdd has joined #heat03:04
*** dgonzalez has joined #heat03:09
*** dgonzalez has quit IRC03:13
*** dsneddon has quit IRC03:14
*** dims__ has quit IRC03:14
*** dsneddon has joined #heat03:15
jamielennoxis there anywhere in heat where we expect that auth_token will be present without the auth_token_info or trust_id?03:23
jamielennoxhttps://github.com/openstack/heat/blob/master/heat/common/heat_keystoneclient.py#L18903:23
jamielennoxit's used in tests, however if it were to happen really then you've seeded the keystoneclient with the endpoint and a token, but there is no service_catalog so calls to url_for will fail03:23
jamielennoxthe main case i can think of is if the context is sent over RPC - but i'm not sure how it wouldn't have been seen03:27
*** aweiteka has quit IRC03:30
*** nosnos has quit IRC03:34
*** EricGonczer_ has quit IRC03:42
*** EricGonczer_ has joined #heat03:45
*** EricGonczer_ has quit IRC03:47
*** david-lyle has joined #heat03:48
*** hdd has quit IRC03:57
*** lvdongbing has quit IRC03:58
asalkeldjamielennox: i think with "heat stack-list" and other commands that do not modify04:02
*** radez is now known as radez_g0n304:02
asalkeld(but i'd have to check some more)04:03
*** GonZo2K has joined #heat04:03
jamielennoxasalkeld: but they'll come through auth_token middleware which will catch here: https://github.com/openstack/heat/blob/master/heat/common/heat_keystoneclient.py#L17304:04
jamielennoxi *think* the only way it would happen (given new enough auth_token middleware) is if the context was serialized for later work or such - but does that happen without trusts?04:05
jamielennoxah, auth_token_info is also part of to_dict04:06
jamielennoxmaybe never04:06
asalkeldjamielennox: i am a bit rusty with this code04:07
jamielennoxasalkeld: i understand how it came about - but it's a bit of a mess04:07
asalkeldhttps://github.com/openstack/heat/blob/master/heat/common/heat_keystoneclient.py#L8604:07
asalkeld(yeah it is)04:07
jamielennoxasalkeld: i'm looking at updating it, but i'm not familiar enough with heat yet to know if some of these paths are just old or used in some edge cases04:08
asalkeldjamielennox: the guy to talk to is shardy (as i am sure you know)04:09
jamielennoxyep - i just always forget to come online with the europeans04:10
asalkeldjamielennox: i wanted to change all that user related stuff into actual resources - tho' big job04:11
jamielennoxasalkeld: well i've put a fair bit of time into making (most) of the clients work consistently and not needing to hack tokens out of keystoneclient any more04:12
jamielennoxasalkeld: if i can fix heat to use the plugins then it can become my todo list04:12
asalkeldok, good to see you helping out04:13
jamielennoxis the client plugins interface public? are we expecting clients to have been developed out of tree?04:13
*** dims__ has joined #heat04:15
asalkeldjamielennox: yeah they can04:15
asalkeldhttps://github.com/openstack/heat/blob/master/contrib/rackspace/rackspace/clients.py#L4704:16
asalkeldlike that ^04:16
asalkeldtho' honestly not sure who else has04:16
jamielennoxi don't know yet if i need to but that means I have to keep compatability with the current ClientPlugin object04:17
jamielennoxthat's fine - just good to know in advance04:17
asalkeldbrb04:20
*** dims__ has quit IRC04:20
cmystermorning04:20
*** tiantian has quit IRC04:22
asalkeldhi cmyster04:23
cmystersup04:23
*** signed8bit has quit IRC04:23
cmysterhmmm, asalkeld did you have a chance to look at this bug by any chance https://bugs.launchpad.net/heat/+bug/1407392 ?04:25
uvirtbotLaunchpad bug 1407392 in heat "resource validation fails before a  dependant resource is created" [Undecided,New]04:25
*** david-lyle is now known as david-lyle_afk04:25
cmysterIIRC you wrote some code around that area04:26
asalkeldi am looking at it now, hold on04:28
*** nosnos has joined #heat04:29
cmysterthanks04:29
asalkeldi'll make a functional test for it and post that04:35
asalkeldcmyster: are you using a new heat?04:36
asalkeldthis *should* have fixed it: https://github.com/openstack/heat/commit/e1e852856047313159699f6a814135b6a6fde5e504:36
cmysterasalkeld: should be, remember a few days ago I reinstalled devstack from scratch ?04:37
asalkeldok, should be fine04:37
cmysterand I'm using LIBS_FROM_GIT=python-heatclient in local.conf04:38
cmystershould, but thats from the most uptodate code04:38
cmysterseeing as above fix was merged a few months ago...04:39
*** lsmola has quit IRC04:45
openstackgerritAngus Salkeld proposed openstack/heat: Try and fail to make a reproducer for cmyster  https://review.openstack.org/14512504:51
asalkeldcmyster: ^04:51
asalkeldthat passes, see if you can see why04:51
cmystermk04:52
cmysteras a non root use, is tox creating a virtual inv or something? its stuck on installingdeps04:58
asalkeldyip04:59
*** sdake has quit IRC04:59
*** lsmola has joined #heat05:00
*** nkhare has joined #heat05:02
*** GonZo2K has quit IRC05:07
*** dgonzalez has joined #heat05:10
cmyster...05:13
cmysterkeeps failing to install deps :)05:13
* cmyster makes a point about slackware's pacvkages being full and not being split into -client -server -dev etc05:14
cmysterpackages even05:14
asalkeldcmyster: from just looking at it any suggestions?05:14
*** dgonzalez has quit IRC05:15
cmysterasalkeld: on the surface it seems fine to me. as it is it should find the same issue as with my test.05:16
* cmyster wonders05:16
cmysterasalkeld: mind trying my templates on that setup of yours ?05:16
asalkeldok, as long as i have neutron05:17
asalkeldyip, i'll give it a wirl05:17
cmysterI think that the env file is missing from the bug report but you need to edit the mapping to where those yaml's really are on your computer05:18
cmysteralso I had to add a new log.debug to get the output as you see it in the bug05:19
cmysterOK, tox passed05:21
asalkeldcmyster: ok i can reproduce05:23
*** k4n0 has joined #heat05:24
cmysterreading your test 'harder' it should validate that resource.validate is not validating05:25
cmysterwow05:25
*** k4n0 has quit IRC05:25
cmysterbut yes, that it is not validating when calling stack create because the resource is not there yet05:26
*** rakesh_hs has joined #heat05:26
asalkeldcmyster: it looks like a new check that has been added to neutron05:27
cmysteras for tests, my WIP has found this thing, so I am just gonna continue working on it when this issue is resolved05:27
asalkeld(our resource )05:27
cmysterindeed05:27
cmysterasalkeld: on a side note, to help me debug it I added a debug log in heat/engine/resource.py in 'validate'. can I add a patch for it?05:29
cmystertwas useful only in this case but who knows who else can find it useful05:30
asalkeldmmm, not very useful for a user tho' (you have access to the logs)05:30
asalkeldyou are a special case really operator+user05:31
cmysterhmmm05:31
cmysterok. I'll just add that when I need extra info05:31
cmyster(that gave me the line after the TL;DR in the bug report05:32
cmyster)05:32
asalkeldcmyster: https://bugs.launchpad.net/heat/+bug/1407392/comments/205:39
uvirtbotLaunchpad bug 1407392 in heat "resource validation fails before a  dependant resource is created" [Undecided,New]05:39
openstackgerritAngus Salkeld proposed openstack/heat: make a reproducer for bug 1407392  https://review.openstack.org/14512505:41
uvirtbotLaunchpad bug 1407392 in heat "resource validation fails before a  dependant resource is created" [Undecided,New] https://launchpad.net/bugs/140739205:41
*** hdd has joined #heat05:41
jamielennoxasalkeld: who would be the person to talk to about heatclient05:50
cmysterjamielennox: just ask in general05:51
cmysterasalkeld: thanks for the comment. +1 that validating at creation is pointless. just needs to make an intelligent assumption05:52
asalkeldjamielennox: shardy knows both parts05:52
jamielennoxwell, when the SessionClient work was done there is a mess of stuff that doesn't really make sense, do you know if it's used anywhere and the compatibility i'd need05:52
asalkeldjamielennox: i'd look at the projects that use heatclient05:53
asalkeldheat, tripleo, murano, solum05:53
*** saju_m has joined #heat05:58
*** unmeshg has joined #heat05:58
*** lvdongbing has joined #heat06:04
*** dims__ has joined #heat06:04
*** dgonzalez has joined #heat06:11
asalkeldcmyster: i have a fix for you, maybe you can test?06:14
openstackgerritAngus Salkeld proposed openstack/heat: Use properties.data when testing for "provided by the user"  https://review.openstack.org/14512506:14
*** LiJiansheng has joined #heat06:15
*** dgonzalez has quit IRC06:15
*** killer_prince is now known as lazy_prince06:24
cmysterback06:27
cmysterasalkeld: testing06:27
*** tiantian has joined #heat06:31
cmysterasalkeld: shouldn't the test itself be in scenario and not in functional ?06:32
cmystertalking about /functional/test_template_resource.py06:33
asalkeldcmyster: i'll remove that functional test06:33
cmysterOK06:33
asalkeldand just do unit tests06:33
cmysterI'm covering it anyway06:33
*** tiantian has quit IRC06:36
*** dims__ has quit IRC06:38
cmysterasalkeld: so far so good...06:39
asalkeldok06:40
cmysterjust need to run something heavier06:40
openstackgerritAngus Salkeld proposed openstack/heat: Use properties.data when testing for "provided by the user"  https://review.openstack.org/14512506:52
openstackgerritAngus Salkeld proposed openstack/heat: Catch exceptions from get_class in validate template  https://review.openstack.org/14514706:52
cmysterasalkeld: seems like a similar issue with glance. The 2nd half of the original test (where we had the neutron issues) is to boot a nova server (also in a nested template) and I set its 'image' property like so: image: {get_resource: glance_image}. this resource is not created yet and I get this error: http://paste.openstack.org/show/155701/06:52
asalkeldlooking06:53
cmysterif you need the full log or a new bug for this issue...06:53
*** reed has quit IRC06:54
asalkeldcmyster: can i see the template?06:55
cmysterja, sec06:55
cmysterasalkeld: http://paste.openstack.org/show/155702/06:56
cmysterasalkeld: if you are trying to create it you would need the rest of the templates as well...06:57
cmysterbut those are the 'offending' ones06:57
asalkeldi could make a simple version06:58
cmysterk06:58
asalkeldcmyster: you becomming our thirdparty ci ;)06:58
cmysterasalkeld: if only I had more hours in a day...06:59
openstackgerritJamie Lennox proposed openstack/python-heatclient: Cleanup shell tests  https://review.openstack.org/14514806:59
openstackgerritJamie Lennox proposed openstack/python-heatclient: Replace httpretty with requests-mock  https://review.openstack.org/14514906:59
cmysterasalkeld: also this template from the latest paste did work like a month ago or so07:00
*** jamielennox is now known as jamielennox|away07:03
asalkeldcmyster: can you make a bug?07:04
asalkeld(or i can)07:04
asalkeldeasy to reproduce07:04
cmysterfor this specific issue or something more fundemental ?07:04
asalkeldactually, I'll do it07:05
cmysterI think the latest resource validatio tests need some looking into07:05
cmystervalidation*07:05
cmysterasalkeld: link with bug # when done please07:06
*** ananta has joined #heat07:09
asalkeldhttps://bugs.launchpad.net/heat/+bug/140787707:11
uvirtbotLaunchpad bug 1407877 in heat "can't create a template resource that has a ref to OS::Glance::Image" [Undecided,New]07:11
asalkeldthat is not such a nice bug to fix07:13
asalkeldvery general problem07:13
asalkeldlots of competing requirements07:14
asalkeldimo get_resource should not resolve in a validate07:15
openstackgerrithuangtianhua proposed openstack/heat: Need to call _delete_resource() anyway for sd deletion  https://review.openstack.org/14459307:19
openstackgerrithuangtianhua proposed openstack/heat: Make some properties required for software deployment  https://review.openstack.org/14486507:20
*** tiantian has joined #heat07:23
*** miguelgrinberg has quit IRC07:23
*** hdd has quit IRC07:25
*** ifarkas has joined #heat07:26
*** dgonzalez has joined #heat07:26
*** tiantian has quit IRC07:33
*** tiantian has joined #heat07:33
*** serg_melikyan has joined #heat07:41
*** tiantian has quit IRC07:44
*** tiantian has joined #heat07:44
*** serg_melikyan has quit IRC07:44
*** Yanyanhu has joined #heat07:46
*** chlong has quit IRC07:49
*** chlong has joined #heat07:49
*** jprovazn has joined #heat07:50
*** chlong has quit IRC07:51
*** miguelgrinberg has joined #heat07:52
*** chlong has joined #heat07:53
*** dgonzalez has quit IRC07:54
*** serg_melikyan has joined #heat07:54
*** dgonzalez has joined #heat07:54
*** serg_melikyan has quit IRC07:59
*** dgonzalez has quit IRC07:59
*** julienvey has joined #heat08:22
openstackgerrithuangtianhua proposed openstack/heat: Add actions AllowedValues for software_component  https://review.openstack.org/14516308:24
openstackgerritAngus Salkeld proposed openstack/heat: Don't validate the nested stack if there are references  https://review.openstack.org/14516408:30
asalkeldcmyster: ^08:33
asalkeldnot so bad after all08:34
asalkeldtaking a break bbl08:34
*** dsneddon has quit IRC08:37
shardymorning all08:37
*** miguelgrinberg has quit IRC08:38
*** dsneddon has joined #heat08:38
shardyasalkeld: I think that's the same problem I'm trying to solve in https://review.openstack.org/#/c/144766/08:38
openstackgerritunmesh-gurjar proposed openstack/heat: Return available info for uncreated resource  https://review.openstack.org/14342508:38
asalkeldshardy: lol too many patches in review08:40
shardyasalkeld: no worries, I was busy yesterday and didn't have time to finish off the tests, on it this morning08:40
shardyTripleO are hitting the same issue trying to pass a server id into a provider template containing a SoftwareDeployment08:41
shardyasalkeld: happy to get feedback on my patch vs your approach, I decided to just not validate the schema values for StackResource on validate()08:41
shardymaybe there's a better way08:41
asalkeldyikes Stack(yet_another_option)08:42
shardyshrug08:42
cmystermorning shardy08:42
cmysterasalkeld: looking08:42
* cmyster nods...08:43
cmysterasalkeld: I'll test on this patch08:43
*** julienvey has quit IRC08:45
asalkeldshardy: i don't mind either: my thinking was we want to migrate to remote stacks and we should really wait until we have all the parameters to run template validate08:45
asalkeldand there is also stack preview08:45
asalkeldgroan08:45
shardyasalkeld: I like the cleanness of your approach, but won't needs_resolving return true if you use get_param for a property?08:46
asalkeldshardy: mmm, maybe but i can check on the res.INIT08:46
asalkeld(state)08:47
shardyasalkeld: we've already got a test for that08:47
shardythe problem is when the resource being referenced is in  a different stack08:47
asalkeldyip, that's where i copied it from08:47
shardythen it's indirectly referenced via a parameter08:47
cmysterwoot08:47
cmysterasalkeld: worked for my test08:47
shardyMaybe I need to pull your patch and test it, I'm not quite clear if/how it solves it atm08:47
asalkeldok08:47
shardyI've got a reproducer for bug #1407100 so let me try08:48
uvirtbotLaunchpad bug 1407100 in heat "Validation prevents SoftwareDeployments in provider templates" [High,In progress] https://launchpad.net/bugs/140710008:48
shardyhappy to abandon my stuff if yours works ;)08:48
asalkeldshardy: ok - i'll give it some more thought after some food08:48
shardyasalkeld: kk, I'll dig into it some more and leave feedback on your review08:48
*** che-arne has quit IRC08:49
*** dgonzalez has joined #heat08:49
cmysterasalkeld: for what its worth stack-preview also seems to work well. now trying some updates08:49
*** dgonzalez has quit IRC08:50
*** dgonzalez has joined #heat08:51
asalkeldurg so much for supper - project 1-108:52
asalkeldhttps://bugs.launchpad.net/heat/+bug/140131708:53
uvirtbotLaunchpad bug 1401317 in heat "resource group property validation failing in nested stack" [High,Triaged]08:53
asalkeldshardy: another one ^08:53
*** f13o has joined #heat08:54
shardyasalkeld: heh, Ok thanks, I guess we can figure out the preferred fix then close the rest as dupes08:54
*** f13o has quit IRC08:55
*** f13o has joined #heat08:55
*** dgonzalez has quit IRC08:55
asalkeldsongli: ping08:56
songliHi Angus08:57
asalkeldsongli: that doesn't have anything to do with decouple-nested08:57
asalkeldsongli: that code is not really "in"08:57
songlioh, yes, It was just my guess08:58
*** dsneddon has quit IRC08:58
shardyasalkeld: Your fix does work for me, I just need another coffee before I understand why ;)08:58
*** jistr has joined #heat08:58
asalkeldsongli: it's this patch https://github.com/openstack/heat/commit/c31c34f8dfd0919bf46a975701c139073115debc08:59
shardyasalkeld: happy to go with that, and help with the tests if that's what looks best to folks08:59
shardysongli: Are you planning to work on tests for https://review.openstack.org/#/c/145164/1, could you use some help?08:59
shardysongli: turns out your bug is a duplicate of one I'm working on09:00
*** dsneddon has joined #heat09:00
songlisure09:00
songlishardy: I will test that, if it works, I will set that duplicated09:00
asalkeldsongli: so just grab the patch i propsed and write some tests for it09:00
*** miguelgrinberg has joined #heat09:00
songliasalkeld: ok09:01
songliasalkeld: thanks very much09:01
shardysongli: Perhaps we'll leave bug #1407877 open if we're going with asalkeld's fix, and close the others09:01
uvirtbotLaunchpad bug 1407877 in heat "can't create a template resource that has a ref to OS::Glance::Image" [High,In progress] https://launchpad.net/bugs/140787709:01
asalkeldnp, thank you09:01
asalkeldsongli: this one: https://review.openstack.org/#/c/145164/09:02
songliok09:02
*** julienvey has joined #heat09:03
*** jcoufal has joined #heat09:03
*** jcoufal has quit IRC09:03
shardyasalkeld: I think your fix may actually relax validation too much, e.g we now fail slow if there's an invalid resource type or other structural issue in the nested template09:06
shardyWhen all we really want is to skip value validation for the properties09:06
*** serg_melikyan has joined #heat09:07
*** derekh has joined #heat09:08
*** lvdongbing has quit IRC09:09
*** tiantian has quit IRC09:09
*** tiantian has joined #heat09:10
*** Yanyanhu has quit IRC09:10
asalkeldshardy: i know it's important, but we should think a bit more about it09:10
shardyasalkeld: Yeah, left some review comments, will think about it some more - perhaps we can combine the two approaches somehow09:10
asalkeldanother option is we generate test data for all get_attr and get_resource functions09:11
shardyasalkeld: really, the issue is custom constraints in all the resources09:11
shardyI'm not sure if that even makes a huge amount of sense, vs just validating in the parameter constraints, doesn't seem all that scalable09:12
shardyBut if we are sticking with that, perhaps custom constraint value validation should only ever be done at runtime (e.g just before the create/update?)09:12
*** serg_melikyan has quit IRC09:12
asalkeldshardy: maybe09:13
asalkeldtho' custom constraint is just a fancy version of the check we used to have in nova server validate09:13
shardyYeah, I guess so, just seems like possibly excessive prevalidation no it's spread to so many other resources09:14
*** LiJiansheng has quit IRC09:14
*** LiJiansheng has joined #heat09:15
asalkeldand no one has done the caching yet09:15
asalkeldsay we are suposed to have all kilo-2 specs sorted out by next week!09:16
asalkeldcores go run off and review specs please09:16
songliasalkeld: your fix works for the issue 140787709:17
asalkeld:-O09:17
asalkeldsongli: yeah, but i think we need a little more thought about it09:17
shardysongli: see my comments above, it solves the problem, but introduces another one09:18
asalkeldshardy: thinks it is swinging too much into the non-vlalidation side09:18
songliasalkeld: yes, I have seen the history09:18
shardyasalkeld: well it's gonna break tests we already have for validating stuff like resource types09:18
shardyI do think we need to do structural/syntax validation in the validate(), just not the values09:19
asalkeldshardy: or "structural/syntax/static data"09:20
openstackgerritMasco Kaliyamoorthy proposed openstack/heat: external link not working in heat doc  https://review.openstack.org/14517509:20
shardyasalkeld: Yeah, anything which isn't going to change between the validate and create basically09:20
shardyLet me try mangling our two patches and see what that looks like09:21
asalkeldok, so when running a validate on  a nested stack how do we indicate htat this parameter is provided, but it's dynamic so ignore it?09:21
shardyasalkeld: I'll try to lose the stack attribute if that will make you happy ;)09:21
asalkeldshardy: that was tonge-in-cheek09:21
asalkelduse it if you need it09:21
shardyasalkeld: we don't, which is why I just disabled all value validation in the validate()09:22
asalkeldoooo09:22
asalkeldthat might be best actually, else it's too fiddly09:22
*** f13o has quit IRC09:23
asalkeldshardy: when you have time review my 10 000 test patches?09:23
shardyYeah, I couldn't see any other way as at the nested stack level you don't have enough information to determing where the properties data is coming from (in the get_param case at least)09:23
shardyasalkeld: today, I've been on PTO and need to get back on it09:23
asalkeldfor sure, off you go09:24
asalkeldsays me enjoying a beer09:24
*** andreaf has joined #heat09:25
*** alexheneveld has joined #heat09:26
*** Putns has joined #heat09:28
*** dkusidlo has joined #heat09:32
openstackgerritSteven Hardy proposed openstack/heat: Make StackResource less strict on initial validation  https://review.openstack.org/14476609:34
openstackgerritSteven Hardy proposed openstack/heat: Add a strict_validate flag to Stacks  https://review.openstack.org/14480409:34
shardyasalkeld: I just mangled your patch into https://review.openstack.org/144766, it still has the ugly stack flag, but it solves the validation issue I mentioned09:34
shardyThe challenge with removing the stack.strict_validate is we need an interface which doesn't break the plugin API09:35
shardye.g we can't add an argument to validate() as some out of tree (and contrib) plugins override it09:35
shardyideas welcome on how best to improve it :)09:36
*** swygue has quit IRC09:36
*** pas-ha has joined #heat09:37
pas-hamorning all09:37
*** jtomasek has joined #heat09:39
*** dsneddon has quit IRC09:40
*** dsneddon has joined #heat09:41
*** pas-ha has quit IRC09:42
*** dkusidlo has quit IRC09:44
*** serg_melikyan has joined #heat09:44
*** dkusidlo has joined #heat09:44
*** pas-ha has joined #heat09:45
*** serg_melikyan has quit IRC09:47
*** swygue has joined #heat09:49
*** dgonzalez has joined #heat09:52
*** dkusidlo has quit IRC09:56
*** dgonzale_ has joined #heat09:58
*** dgonzalez has quit IRC09:58
*** Qiming has quit IRC09:59
*** dsneddon has quit IRC10:01
*** alexpilotti has joined #heat10:02
*** dsneddon has joined #heat10:02
*** dgonzale_ is now known as dgonzalez10:02
*** jcoufal has joined #heat10:04
*** dims__ has joined #heat10:11
openstackgerritMasco Kaliyamoorthy proposed openstack/heat: external link not working in heat doc  https://review.openstack.org/14517510:15
*** dims__ has quit IRC10:17
*** pas-ha has quit IRC10:18
*** dgonzalez has quit IRC10:19
*** dsneddon has quit IRC10:22
*** dsneddon has joined #heat10:23
*** lvdongbing has joined #heat10:26
*** serg_melikyan has joined #heat10:26
*** serg_melikyan has quit IRC10:31
*** yassine has joined #heat10:32
*** Qiming has joined #heat10:36
*** dsneddon has quit IRC10:43
*** che-arne has joined #heat10:45
*** dsneddon has joined #heat10:45
*** pas-ha has joined #heat10:48
*** tomek_adamczewsk has joined #heat10:52
*** dkusidlo has joined #heat10:54
openstackgerritMiro Hroncok proposed openstack/heat-cfntools: Python 3 compatibility  https://review.openstack.org/14520010:59
*** dkusidlo has quit IRC11:00
*** yassine has quit IRC11:01
*** julienve_ has joined #heat11:01
*** julienvey has quit IRC11:04
*** dsneddon has quit IRC11:04
*** dgonzalez has joined #heat11:05
*** dsneddon has joined #heat11:06
*** nkhare has quit IRC11:13
*** ochuprykov has joined #heat11:14
*** alexheneveld has quit IRC11:21
*** dsneddon has quit IRC11:26
*** dsneddon has joined #heat11:26
*** dgonzalez has quit IRC11:26
*** dgonzalez has joined #heat11:27
*** alexheneveld has joined #heat11:27
*** dgonzalez has quit IRC11:31
mkodererasalkeld: ping11:32
asalkeldmkoderer: hi11:33
mkodererasalkeld: hi, I am currently search for some low hanging fruits bugs for a student11:33
mkodererasalkeld: do you think we can take this one https://bugs.launchpad.net/heat/+bug/135507011:33
uvirtbotLaunchpad bug 1355070 in heat "Can not pass empty string as parameter to provider resource" [Medium,Triaged]11:33
asalkeldlooking11:34
asalkeldmkoderer: sure, the normal protocol is to ask the assignee11:35
mkodererasalkeld: yeah.. but I don't find Alexey Ivanitskiy in irc11:36
asalkeldbut it's been 5 months11:36
mkodererthat's why I am asking :)11:36
*** cdent has joined #heat11:42
*** dims__ has joined #heat11:44
*** ananta has quit IRC11:45
*** vijayagurug has joined #heat11:46
openstackgerritunmesh-gurjar proposed openstack/heat: Added unit test for unavailable resource  https://review.openstack.org/14520611:46
*** vijayagurug has left #heat11:46
*** tomek_adamczewsk has quit IRC11:46
*** dsneddon has quit IRC11:46
*** dsneddon has joined #heat11:47
*** tiantian has quit IRC11:48
*** dims__ has quit IRC11:49
*** dgonzale_ has joined #heat11:55
* asalkeld is pushing them launchpad buttons :-(11:57
Qimingasalkeld, still up?11:57
asalkeldhi Qiming yeah, for a bit more11:58
asalkeldwatching tv and triaging bugs11:58
Qimingasalkeld, please check https://review.openstack.org/#/c/144987/ and let me know if something is wrong there11:58
*** julienve_ has quit IRC11:59
*** dims__ has joined #heat11:59
asalkeldso Qiming maybe, but this is just removing the compatiblity hack12:00
asalkeldso there is no real change there12:00
asalkeldbut what you raised might be worth a bug12:00
Qimingright, it looks like we need to override the 'coerce' method from sqlalchemy.ext.Mutable to make LongText itself a usable data type12:01
*** jtomasek has quit IRC12:01
asalkeldok12:02
*** julienvey has joined #heat12:03
*** viktors|afk has joined #heat12:04
*** unmeshg has quit IRC12:04
*** yassine has joined #heat12:12
*** nkhare has joined #heat12:14
*** jtomasek has joined #heat12:22
*** dgonzalez has joined #heat12:23
*** dgonzale_ has quit IRC12:23
*** dims__ has quit IRC12:25
*** dsneddon has quit IRC12:29
*** dsneddon has joined #heat12:30
openstackgerritSteven Hardy proposed openstack/heat: Make StackResource less strict on initial validation  https://review.openstack.org/14476612:39
shardyasalkeld: ^^ added a functional test which proves the fix works, and that existing tests where validation should fail still work12:40
*** lvdongbing has quit IRC12:40
shardystill open to suggestions for improvement re the stack attribute thing12:40
asalkeldshardy: i'll look tomorrow12:40
asalkeldsorting specs12:40
shardyasalkeld: np12:40
*** julienvey has quit IRC12:41
*** lvdongbing has joined #heat12:41
shardysongli: ^^ also FYI, I've merged asalkeld's fix with mine and added some tests12:41
*** julienvey has joined #heat12:45
openstackgerritSteven Hardy proposed openstack/heat: Clarify "attributes" support status for ResourceGroup  https://review.openstack.org/14315612:47
*** dsneddon has quit IRC12:50
*** dsneddon has joined #heat12:50
songlishardy: thanks12:51
*** dims__ has joined #heat12:57
*** nkhare has quit IRC13:01
*** steveg is now known as sgordon13:01
asalkeldhttps://review.openstack.org/#/q/status:open+project:openstack/heat-specs,n,z13:03
asalkeldneed reviews of specs for kilo-213:04
asalkeldsee if we can get some more in13:04
asalkeldone more +2/a here: https://review.openstack.org/#/c/135076/13:05
*** Flcn____ has quit IRC13:06
*** rakesh_hs has quit IRC13:06
asalkeldnight all13:07
*** asalkeld has quit IRC13:07
*** jprovazn has quit IRC13:07
*** saju_m has quit IRC13:08
*** dsneddon has quit IRC13:10
openstackgerritMerged openstack/heat-specs: Stack Tags  https://review.openstack.org/13507613:11
*** dsneddon has joined #heat13:12
*** jdob has joined #heat13:13
*** aweiteka has joined #heat13:17
openstackgerritMerged openstack/heat-specs: Implement 'InstanceId' for AutoScalingGroup  https://review.openstack.org/13072813:18
openstackgerritAngus Salkeld proposed openstack/heat: ** WIP - do not approve ** Remove all tests that don't run :-O  https://review.openstack.org/14025013:26
openstackgerritAngus Salkeld proposed openstack/heat: Move template resource tests to functional  https://review.openstack.org/14462213:26
openstackgerritAngus Salkeld proposed openstack/heat: Add missing template resource member list test  https://review.openstack.org/14462313:26
openstackgerritAngus Salkeld proposed openstack/heat: WIP: Move aws nested stack tests to functional tests  https://review.openstack.org/14462113:26
openstackgerritAngus Salkeld proposed openstack/heat: Convert parser tests that need nested stacks to unit tests  https://review.openstack.org/14492913:26
openstackgerritAngus Salkeld proposed openstack/heat: Move resource group property update tests to functional  https://review.openstack.org/14492813:26
openstackgerritAngus Salkeld proposed openstack/heat: Move launch configuration into tests/autoscaling/  https://review.openstack.org/14226813:26
openstackgerritAngus Salkeld proposed openstack/heat: Move autoscaling vpc zone test into autoscaling/  https://review.openstack.org/14298113:26
openstackgerritAngus Salkeld proposed openstack/heat: Make the attribute tests not need a nested stack  https://review.openstack.org/14492413:26
openstackgerritAngus Salkeld proposed openstack/heat: Move the resource group adopt test to functional  https://review.openstack.org/14492513:26
openstackgerritAngus Salkeld proposed openstack/heat: Move ResourceGroup update sequence test to functional  https://review.openstack.org/14492613:26
openstackgerritAngus Salkeld proposed openstack/heat: Unit test name_list and black_list  https://review.openstack.org/14492713:26
openstackgerritAngus Salkeld proposed openstack/heat: Move tests for _lb_reload() into test_instance_group  https://review.openstack.org/14298213:26
openstackgerritAngus Salkeld proposed openstack/heat: Remove duplicate autoscaling adjustment tests  https://review.openstack.org/14226513:26
openstackgerritAngus Salkeld proposed openstack/heat: Separate the nested resources attribute tests  https://review.openstack.org/14462613:26
openstackgerritAngus Salkeld proposed openstack/heat: Move heat_autoscaling_group into tests/autoscaling/  https://review.openstack.org/14226613:26
openstackgerritAngus Salkeld proposed openstack/heat: Move heat_autoscaling_policy to tests/autoscaling/  https://review.openstack.org/14226713:26
openstackgerritAngus Salkeld proposed openstack/heat: Add some crud tests to nested stacks  https://review.openstack.org/14462413:26
*** lvdongbing has quit IRC13:31
*** rpothier has joined #heat13:35
*** crose has joined #heat13:38
*** sgordon is now known as steveg13:41
*** jprovazn has joined #heat13:44
*** julienvey has quit IRC13:53
openstackgerritMerged openstack/heat: Gracefully fail to delete nonempty S3 Bucket  https://review.openstack.org/14477913:53
openstackgerritMerged openstack/heat: Use oslo.config generator  https://review.openstack.org/14241813:53
openstackgerritMerged openstack/heat: Remove MutableDict realization  https://review.openstack.org/14498713:53
*** julienvey has joined #heat13:58
*** tochi_ has quit IRC14:00
*** nosnos has quit IRC14:04
*** signed8bit has joined #heat14:08
*** blomquisg has joined #heat14:09
*** LiJiansheng has quit IRC14:10
*** dsneddon has quit IRC14:13
*** dsneddon has joined #heat14:15
*** dkusidlo has joined #heat14:18
*** eoutin has joined #heat14:18
*** tomek_adamczewsk has joined #heat14:25
*** julienvey has quit IRC14:27
*** julienvey has joined #heat14:27
*** dkusidlo has quit IRC14:28
*** lazy_prince is now known as killer_prince14:28
*** sdake has joined #heat14:30
*** sdake has quit IRC14:30
*** sdake has joined #heat14:30
*** dsneddon has quit IRC14:35
*** dsneddon has joined #heat14:37
*** cmyster has quit IRC14:38
*** pm90_ has joined #heat14:38
*** EricGonczer_ has joined #heat14:40
*** pm90_ has quit IRC14:40
*** pm90_ has joined #heat14:40
*** dgonzale_ has joined #heat14:49
*** vijayagurug has joined #heat14:50
*** dkusidlo has joined #heat14:50
*** dgonzalez has quit IRC14:51
*** radez_g0n3 is now known as radez14:52
*** vijayagurug1 has joined #heat14:52
*** vijayagurug1 has quit IRC14:54
*** vijayagurug has quit IRC14:54
*** tspatzier__ has joined #heat14:54
*** crose has quit IRC14:55
*** vijayagurug has joined #heat14:56
*** jmckind has joined #heat14:56
*** jmckind has quit IRC14:56
*** dsneddon has quit IRC14:56
*** jistr has quit IRC14:56
*** dkusidlo has quit IRC14:56
*** jmckind has joined #heat14:56
*** jmckind has quit IRC14:57
*** dsneddon has joined #heat14:57
*** jistr has joined #heat14:57
*** jmckind has joined #heat14:57
*** jmckind has quit IRC14:57
*** jmckind has joined #heat14:58
*** jmckind has quit IRC14:58
*** mattt has quit IRC14:58
*** julienvey has quit IRC14:59
*** jmckind has joined #heat15:00
*** jmckind has quit IRC15:00
*** julienvey has joined #heat15:00
*** jmckind has joined #heat15:00
*** jmckind has quit IRC15:00
*** dgonzalez has joined #heat15:01
*** jmckind has joined #heat15:01
*** dgonzale_ has quit IRC15:02
*** alexheneveld has quit IRC15:03
*** mattt has joined #heat15:03
*** Qiming_ has joined #heat15:06
*** Qiming has quit IRC15:06
*** mattt has quit IRC15:08
*** mattt has joined #heat15:08
*** dgonzalez has quit IRC15:12
*** dgonzalez has joined #heat15:12
*** dgonzalez has quit IRC15:16
*** dsneddon has quit IRC15:16
*** alexheneveld has joined #heat15:18
*** dsneddon has joined #heat15:19
*** Qiming__ has joined #heat15:28
*** Qiming_ has quit IRC15:28
*** devx_ has quit IRC15:35
*** julienvey has quit IRC15:38
*** julienvey has joined #heat15:40
*** rm_work is now known as rm_work|away15:41
*** pm90_ has quit IRC15:42
*** jcoufal_ has joined #heat15:43
*** jcoufal has quit IRC15:47
*** rwsu has joined #heat15:48
*** EricGonc_ has joined #heat15:50
*** alexheneveld has quit IRC15:52
*** barra204_ has joined #heat15:52
*** EricGonczer_ has quit IRC15:53
*** barra204_ is now known as shakamunyi15:53
*** kebray has joined #heat15:54
*** ochuprykov has quit IRC15:54
dhellmannit looks like the oslo.i18n 1.2.0 is breaking heat's unit tests because the wsgi module is looking at a private class inside oslo.i18n.message15:58
*** dsneddon has quit IRC15:58
dhellmannit's quite likely that's going to break the main gate tests, too15:58
*** reed has joined #heat15:59
*** alexheneveld has joined #heat15:59
*** dsneddon has joined #heat15:59
*** andreaf is now known as andreaf_16:00
zanebdhellmann: do you have a link?16:00
dhellmannzaneb: it's happening on my local system16:01
dhellmannthe release *just* went up so it may not be affecting the gate yet16:01
zanebah, can you paste it maybe?16:01
dhellmannzaneb: I'm working on a patch16:01
dhellmannyeah, sure16:01
dhellmannhttp://paste.openstack.org/show/155750/16:02
zanebdhellmann: I have a call coming up but I can look at it after if you haven't fixed it already16:03
shadoweranyone seen this error when starting the engine? http://paste.openstack.org/show/155743/16:04
shadowermy devstack is failing with that16:04
shadower(f20, up-to-date heat, devstack & os)16:04
pas-hause fresh vm or uninstall and reinstall oslo.db16:05
thervedhellmann, It seems to work for me with oslo.i18n master16:05
pas-hadhellmann, I'm seeing it in the gate already, in our integration tests16:06
pas-hahttp://logs.openstack.org/38/144738/1/check/check-heat-dsvm-functional-mysql/7b97605/console.html16:06
dhellmannit looks like the problem is in the exception handling in the wsgi module16:07
dhellmannoslo_i18n.translate() is meant to be called without worrying about whether the argument is a Message or not -- the function checks for you16:07
dhellmannpatch coming...16:07
*** Qiming__ has quit IRC16:07
openstackgerritDoug Hellmann proposed openstack/heat: Do not use private classes from oslo.i18n  https://review.openstack.org/14525716:08
dhellmanntherve, zaneb, pas-ha: ^^16:09
therveLooking16:11
thervedhellmann, The first part of the patch looks weird. Is that necessary or even working?16:12
*** julienvey has quit IRC16:13
dhellmanntherve: I'm not sure what you mean by "weird"?16:13
thervedhellmann, It seems to assume all exceptions have a message attribute16:13
thervedhellmann, Also it's unrelated to the error you're mentioning16:14
dhellmannoh, hmm, maybe I got carried away16:14
shadowerpas-ha: thanks for the oslo.db tip, works great16:14
openstackgerritDoug Hellmann proposed openstack/heat: Do not use private classes from oslo.i18n  https://review.openstack.org/14525716:14
*** jistr has quit IRC16:15
*** pm90_ has joined #heat16:15
*** jistr has joined #heat16:16
*** jistr has quit IRC16:17
*** jistr has joined #heat16:17
thervedhellmann, I also guess the comment just above should be revisited16:18
*** dsneddon has quit IRC16:19
dhellmanntherve: do you understand what that is saying? it seems like it could all just be deleted now, but I wonder if some behavior is being altered in an unexpected way16:20
*** dsneddon has joined #heat16:20
thervedhellmann, It's a bit unclear indeed. It already seems false currently, but I'd remove it.16:21
thervedhellmann, The only thing I wonder is what happens with exc.detail between your patch and master16:21
dhellmannyeah, I don't know why the detail was being thrown away before16:22
*** dgonzalez has joined #heat16:22
openstackgerritDoug Hellmann proposed openstack/heat: Do not use private classes from oslo.i18n  https://review.openstack.org/14525716:23
dhellmannoh, I'll bet I'm going to have to reorder these commits to get this one to land, too16:23
*** thedodd has joined #heat16:24
openstackgerritDoug Hellmann proposed openstack/heat: Do not use private classes from oslo.i18n  https://review.openstack.org/14525716:26
*** randallburt has joined #heat16:27
*** sabeen has joined #heat16:27
*** dgonzalez has quit IRC16:29
*** eoutin has quit IRC16:37
*** dsneddon has quit IRC16:40
*** dsneddon has joined #heat16:42
*** packet has joined #heat16:46
*** pm90_ has quit IRC16:47
openstackgerritRyan Brown proposed openstack/heat-cfntools: Support dnf when specified or yum is missing  https://review.openstack.org/14251216:52
*** packet has quit IRC16:57
*** pm90_ has joined #heat16:58
*** tspatzier__ has quit IRC16:59
*** tspatzier__ has joined #heat17:00
*** tspatzier__ has quit IRC17:00
*** thedodd has quit IRC17:02
*** dsneddon has quit IRC17:02
*** thedodd has joined #heat17:04
*** dsneddon has joined #heat17:04
*** ifarkas has quit IRC17:04
openstackgerritRyan Brown proposed openstack/heat: Add a preview endpoint for stack updates  https://review.openstack.org/12247317:06
*** alexheneveld has quit IRC17:08
*** packet has joined #heat17:11
*** kebray has quit IRC17:13
*** julienvey has joined #heat17:13
*** kebray has joined #heat17:15
*** jcoufal_ has quit IRC17:18
*** julienvey has quit IRC17:18
*** jistr has quit IRC17:22
*** dsneddon has quit IRC17:23
*** dgonzalez has joined #heat17:25
*** dsneddon has joined #heat17:25
*** dgonzalez has quit IRC17:30
*** dmueller has joined #heat17:35
*** dmueller has quit IRC17:41
*** serg_melikyan has joined #heat17:41
*** yassine has quit IRC17:45
*** dsneddon has quit IRC17:45
*** dsneddon has joined #heat17:47
*** alexheneveld has joined #heat17:52
*** che-arne has quit IRC17:57
*** jamielennox|away is now known as jamielennox18:01
*** serg_melikyan has quit IRC18:02
*** derekh has quit IRC18:04
*** jtomasek has quit IRC18:07
*** dsneddon has quit IRC18:07
*** zaneb has quit IRC18:08
*** dsneddon has joined #heat18:08
*** julienvey has joined #heat18:14
*** thedodd has quit IRC18:15
*** pm90_ has quit IRC18:18
*** julienvey has quit IRC18:18
*** pm90_ has joined #heat18:19
*** pas-ha has quit IRC18:20
*** zaneb has joined #heat18:20
*** serg_melikyan has joined #heat18:21
*** dgonzalez has joined #heat18:26
*** dsneddon has quit IRC18:29
*** dsneddon has joined #heat18:29
*** jistr has joined #heat18:30
*** dgonzalez has quit IRC18:30
*** jistr has quit IRC18:31
*** jistr has joined #heat18:32
*** hdd has joined #heat18:35
*** jtomasek has joined #heat18:36
*** zz_gondoi is now known as gondoi18:40
openstackgerritDoug Hellmann proposed openstack/heat: Do not use private classes from oslo.i18n  https://review.openstack.org/14525718:43
*** rm_work|away is now known as rm_work18:44
*** alexheneveld has quit IRC18:46
*** killer_prince has quit IRC18:47
*** killer_prince has joined #heat18:47
*** killer_prince is now known as lazy_prince18:48
*** vijayagurug has quit IRC18:48
*** vijayagurug has joined #heat18:49
*** dsneddon has quit IRC18:49
*** packet has quit IRC18:49
*** reed has quit IRC18:49
*** dsneddon has joined #heat18:50
*** vijayagurug1 has joined #heat18:50
*** vijayagurug has quit IRC18:51
*** vijayagurug1 has quit IRC18:51
*** vijayagurug has joined #heat18:52
*** signed8bit is now known as signed8bit_ZZZzz18:53
*** serg_melikyan has quit IRC18:53
*** serg_melikyan has joined #heat18:54
*** che-arne has joined #heat18:55
*** serg_melikyan has quit IRC18:56
*** signed8bit_ZZZzz is now known as signed8bit19:00
*** pm90_ has quit IRC19:02
*** aweiteka has quit IRC19:03
*** shakamunyi has quit IRC19:07
*** vijayagurug has quit IRC19:11
*** miguelgrinberg has quit IRC19:12
*** vijayagurug has joined #heat19:13
*** rm_work is now known as rm_work|away19:14
*** serg_melikyan has joined #heat19:14
*** pm90_ has joined #heat19:15
*** aweiteka has joined #heat19:16
*** reed has joined #heat19:17
*** hdd has quit IRC19:18
*** vijayagurug has quit IRC19:19
*** vijayagurug has joined #heat19:19
*** vijayagurug has quit IRC19:25
*** dgonzalez has joined #heat19:27
*** packet has joined #heat19:30
*** che-arne has quit IRC19:31
*** dgonzalez has quit IRC19:31
*** cdent has quit IRC19:32
*** vijayagurug has joined #heat19:33
*** gondoi is now known as zz_gondoi19:35
*** vijayagurug has quit IRC19:36
*** vijayagurug has joined #heat19:37
*** thedodd has joined #heat19:37
*** david-lyle_afk is now known as david-lyle19:39
*** miguelgrinberg has joined #heat19:42
*** dims__ has quit IRC19:45
*** julienvey has joined #heat19:45
*** dims__ has joined #heat19:46
*** GonZo2K has joined #heat19:47
*** dims__ has quit IRC19:49
*** sarob has joined #heat19:49
*** dims__ has joined #heat19:49
*** julienvey has quit IRC19:49
*** vijayagurug1 has joined #heat19:52
*** vijayagurug1 has quit IRC19:52
*** shakamunyi has joined #heat19:52
*** vijayagurug has quit IRC19:53
*** vijayagurug has joined #heat19:54
*** vijayagurug has quit IRC19:54
*** barra204_ has joined #heat19:55
*** vijayagurug has joined #heat19:55
*** jprovazn has quit IRC19:55
*** vijayagurug1 has joined #heat19:58
*** serg_melikyan has quit IRC19:58
*** vijayagurug1 has quit IRC19:58
*** vijayagurug has quit IRC19:58
*** shakamunyi has quit IRC19:58
*** vijayagurug has joined #heat20:01
openstackgerritRyan Brown proposed openstack/heat: Add a preview endpoint for stack updates  https://review.openstack.org/12247320:11
*** serg_melikyan has joined #heat20:14
*** vijayagurug has quit IRC20:14
*** vijayagurug has joined #heat20:15
*** vijayagurug has quit IRC20:17
*** vijayagurug has joined #heat20:21
*** vijayagurug has quit IRC20:21
*** vijayagurug has joined #heat20:22
*** jistr has quit IRC20:25
*** dgonzalez has joined #heat20:27
*** tellesnobrega has quit IRC20:28
*** serg_melikyan has quit IRC20:29
*** vijayagurug has quit IRC20:29
*** vijayagurug has joined #heat20:29
*** dgonzalez has quit IRC20:32
*** serg_melikyan has joined #heat20:34
*** tellesnobrega has joined #heat20:41
*** hdd has joined #heat20:44
*** asalkeld has joined #heat20:46
asalkeldmorning20:48
ryansbmorning20:48
*** vijayagurug1 has joined #heat20:51
*** vijayagurug1 has quit IRC20:51
*** vijayagurug has quit IRC20:51
*** vijayagurug has joined #heat20:51
*** jmckind has quit IRC20:59
*** thedodd has quit IRC21:06
*** thedodd has joined #heat21:07
*** serg_melikyan has quit IRC21:13
asalkeldhttps://review.openstack.org/#/c/132552/3/specs/log-guidelines.rst21:15
*** julienvey has joined #heat21:16
*** vijayagurug has quit IRC21:20
*** vijayagurug has joined #heat21:21
*** Marga_ has joined #heat21:21
*** julienvey has quit IRC21:21
*** thedodd has quit IRC21:22
*** Drago1 has joined #heat21:23
*** thedodd has joined #heat21:23
*** vijayagurug1 has joined #heat21:25
*** vijayagurug has quit IRC21:26
*** vijayagurug1 has quit IRC21:26
*** vijayagurug has joined #heat21:27
*** dgonzalez has joined #heat21:28
*** dgonzalez has quit IRC21:33
*** barra204_ has quit IRC21:39
*** barra204_ has joined #heat21:40
*** kebray has quit IRC21:41
*** Drago1 has quit IRC21:46
*** jtomasek has quit IRC21:53
*** Marga_ has quit IRC21:57
*** Marga_ has joined #heat21:57
*** Marga_ has quit IRC21:59
*** Marga_ has joined #heat21:59
*** rpothier has quit IRC22:00
*** hdd has quit IRC22:05
*** vijayagurug has quit IRC22:08
*** vijayagurug has joined #heat22:09
*** barra204_ has quit IRC22:12
*** ccrouch1 has joined #heat22:13
*** barra204 has joined #heat22:13
*** ccrouch has quit IRC22:15
*** aweiteka has quit IRC22:21
*** blomquisg has quit IRC22:22
ekarlso-when doing say a stack delete, should heat redirect ?22:24
asalkeldekarlso-: if you give the name: yes22:25
asalkeldif you give the id, it shouldn't (afaik)22:26
*** jdob has quit IRC22:26
shardyasalkeld: I think you may have to give the fully qualified name/id to avoid the lookup22:28
shardye.g heat stack-show oac4/9f1faf78-bfc1-4b95-8e19-d1a4dbf8f85922:28
*** dims_ has joined #heat22:28
*** dgonzalez has joined #heat22:29
asalkeldok22:29
*** julienvey has joined #heat22:32
*** dims__ has quit IRC22:32
*** dgonzalez has quit IRC22:33
*** sarob has quit IRC22:34
*** julienvey has quit IRC22:37
*** hdd has joined #heat22:58
*** ccrouch has joined #heat23:06
*** ccrouch1 has quit IRC23:07
*** alexpilotti has quit IRC23:12
openstackgerritMerged openstack/heat: Do not use private classes from oslo.i18n  https://review.openstack.org/14525723:14
*** EricGonc_ has quit IRC23:16
*** packet has quit IRC23:17
*** pm90_ has quit IRC23:20
*** erkules has quit IRC23:20
*** radez has quit IRC23:21
*** shardy has quit IRC23:21
*** ryansb has quit IRC23:21
*** tsufiev has quit IRC23:21
*** IgorYozhikov has quit IRC23:21
*** manfred has quit IRC23:21
*** mkoderer has quit IRC23:21
*** reed has quit IRC23:21
*** dsneddon has quit IRC23:21
*** jpeeler has quit IRC23:21
*** nijaba has quit IRC23:21
*** DandyPandy has quit IRC23:21
*** bnemec has quit IRC23:21
*** cody-somerville has quit IRC23:21
*** gpocentek has quit IRC23:21
*** aignatov has quit IRC23:21
*** SergeyLukjanov has quit IRC23:21
*** shadower has quit IRC23:21
*** therve has quit IRC23:21
*** ekarlso- has quit IRC23:21
*** DinaBelova has quit IRC23:21
*** Chinorro has quit IRC23:21
*** jasond` has quit IRC23:21
*** IgorYozhikov has joined #heat23:21
*** manfred has joined #heat23:21
*** mkoderer has joined #heat23:21
*** ryansb has joined #heat23:21
*** tsufiev has joined #heat23:21
*** radez has joined #heat23:22
*** reed has joined #heat23:22
*** jpeeler has joined #heat23:22
*** nijaba has joined #heat23:22
*** DandyPandy has joined #heat23:22
*** bnemec has joined #heat23:22
*** cody-somerville has joined #heat23:22
*** gpocentek has joined #heat23:22
*** aignatov has joined #heat23:22
*** SergeyLukjanov has joined #heat23:22
*** shadower has joined #heat23:22
*** therve has joined #heat23:22
*** ekarlso- has joined #heat23:22
*** DinaBelova has joined #heat23:22
*** Chinorro has joined #heat23:22
*** jasond` has joined #heat23:22
*** boris-42 has quit IRC23:24
*** boris-42 has joined #heat23:26
*** dgonzalez has joined #heat23:29
*** vijayagurug has quit IRC23:33
*** wirehead_ has quit IRC23:33
*** dgonzalez has quit IRC23:34
*** wirehead_ has joined #heat23:34
*** vijayagurug has joined #heat23:35
*** tochi has joined #heat23:35
*** alexheneveld has joined #heat23:38
*** thedodd has quit IRC23:42
*** barra204 has quit IRC23:43
*** GonZoPT has joined #heat23:44
*** GonZo2K has quit IRC23:45
*** dims_ has quit IRC23:48
*** dims__ has joined #heat23:53
*** erkules has joined #heat23:55
*** shardy has joined #heat23:57

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