Wednesday, 2015-07-29

*** htruta_ has joined #heat00:06
*** Raj1 has quit IRC00:06
*** achanda has quit IRC00:15
*** tsandall has quit IRC00:16
*** xek_ has joined #heat00:19
*** xek has quit IRC00:20
*** tlashchova has quit IRC00:21
*** shadower has quit IRC00:23
*** shadower has joined #heat00:23
*** [1]noa_koffman has joined #heat00:23
*** david-lyle has quit IRC00:24
openstackgerritZane Bitter proposed openstack/heat: ReST API: Refactor error handler as a context manager  https://review.openstack.org/20676800:24
*** noa_koffman has quit IRC00:26
*** [1]noa_koffman is now known as noa_koffman00:26
*** Qiming has quit IRC00:39
*** Raj1 has joined #heat00:40
*** tsandall has joined #heat00:40
*** tsandall has quit IRC00:41
*** Raj1 has quit IRC00:46
*** Raj1 has joined #heat00:46
*** xek_ has quit IRC00:46
*** xek_ has joined #heat00:47
*** Raj1 has quit IRC00:51
*** tsandall has joined #heat00:54
*** zhenguo has joined #heat00:57
*** zhonghua-lee has joined #heat00:59
*** erkules_ has joined #heat01:02
*** erkules has quit IRC01:05
*** huangtianhua has joined #heat01:11
*** tiantian has joined #heat01:11
*** zhonghua-li has joined #heat01:16
*** tsandall has quit IRC01:16
ramishramorning all!01:17
*** zhonghua-lee has quit IRC01:19
*** EricGonczer_ has quit IRC01:27
*** Qiming has joined #heat01:28
*** Yanyan has joined #heat01:47
*** htruta_ has quit IRC01:57
*** daneyon has quit IRC01:57
*** erkules has joined #heat02:00
*** zengyingzhe has joined #heat02:01
*** pal has joined #heat02:02
*** erkules_ has quit IRC02:03
*** tsandall has joined #heat02:11
*** Tross has joined #heat02:16
openstackgerritAngus Salkeld proposed openstack/heat: Add a functional test option to skip notification tests  https://review.openstack.org/20679302:16
huangtianhuaasalkeld: hi, https://review.openstack.org/#/c/195609/ seems some pythonclient has no to_dict() attribute, at least cinderclient has no to_dict for resource object, or may be I missed something02:16
*** tsandall has quit IRC02:16
*** Drago has quit IRC02:16
*** david-lyle has joined #heat02:19
*** david-lyle has quit IRC02:23
*** Yanyanhu has joined #heat02:29
*** Raj1 has joined #heat02:30
*** Yanyan has quit IRC02:31
asalkeldhuangtianhua: yeah, but we get into trouble when we use private methods/attributs02:35
*** pal has quit IRC02:35
asalkeldi'd rather we push for the best case (to_dict), and have workarounds for those that are odd02:35
*** pm90_ has joined #heat02:36
*** pm90__ has joined #heat02:36
*** achanda has joined #heat02:37
asalkeldhuangtianhua: here is an example of a workaround https://review.openstack.org/#/c/201215/7/heat/engine/resources/openstack/mistral/cron_trigger.py02:37
*** boris-42 has quit IRC02:40
*** pm90_ has quit IRC02:40
*** zhonghua-li has quit IRC02:41
*** ricolin has joined #heat02:41
*** zhonghua-lee has joined #heat02:41
openstackgerritAngus Salkeld proposed openstack/heat: Convergence: fix functional test test_nested_stack_adopt_fail  https://review.openstack.org/20679602:45
huangtianhuaasalkeld: ah, yes. There is no problem if we propose patches for cinder resources(I didn't see patches for cinder resources, so I was confused:))02:51
asalkeldok02:55
*** steveg_afk has joined #heat02:59
openstackgerritRabi Mishra proposed openstack/heat: Remove inheritance and refactor common functions to utility  https://review.openstack.org/19609103:03
openstackgerritRabi Mishra proposed openstack/heat: Add rolling_update to ResourceGroup  https://review.openstack.org/19405203:03
openstackgerritRabi Mishra proposed openstack/heat: Change native ASG to inherit from ResourceGroup  https://review.openstack.org/19405403:03
*** Raj1 has quit IRC03:03
asalkeldi think i just have 1 valid failure in the functional tests with convergence on03:06
sirushtiasalkeld, awesome!03:09
lifelessnice03:10
asalkeldactually zero03:10
asalkeldthe one was a too short test timeout03:10
asalkeldw00t03:10
asalkeldnow all good03:10
asalkeldtest_instance_group_update_replace_huge_min_in_service (needed a little longer)03:11
asalkeld89 seconds03:11
sirushtiNice, maybe now we should make the convergence gate atleast non-voting03:11
*** mragupat has joined #heat03:11
asalkeldagree03:12
asalkeldwe need to merge a patch with the NotSupported exception removed03:12
asalkeldsirushti: we still have no plan for "preview" ?03:13
sirushtiyeah, I think I rebased that, not sure if the gate results were back on that one03:13
*** steveg_afk has quit IRC03:13
*** mragupat_ has joined #heat03:13
asalkeldhttps://github.com/openstack/heat/blob/master/heat/engine/service.py#L64403:13
sirushtiasalkeld, you mean stack-preview?03:14
asalkeldyeah03:14
sirushtidoes that really need extra work?03:15
asalkeldseems like a fancier version of validate03:16
*** steveg_afk has joined #heat03:16
*** mragupat has quit IRC03:16
asalkeldsirushti: i don't think so, just wondering why we have that NotSupported there03:17
asalkeldit would be good to have some functionaltests for stack-preview03:17
sirushtiagreed03:17
sirushtiI'll remove NotSupported from stack-preview too in that patch then03:18
asalkeld(give it a test first - make sure it actually works)03:19
sirushtiyeah, also, I think there's an anomaly with the experimental gate run03:19
asalkeldhttps://review.openstack.org/#/q/message:convergence+project:openstack/heat+status:open,n,z03:19
sirushtiin that the convergence_engine config option doesn't get placed in the appropriate section03:20
asalkeldwe need some of these ^ for them to pass03:20
*** jaime49 has quit IRC03:20
sirushtiatleast that was the case a week ago03:20
asalkeld[DEFAULT] \n convergence_engine=true03:21
asalkeldthat works ^03:21
*** steveg_afk has quit IRC03:21
asalkeldINFO heat.engine.service Service 062bdfe5-794b-4f0b-b4b2-888175420269 is updated03:22
asalkeldthese are really irritating ^03:22
sirushtiok, I'll check again on the config option03:22
sirushtiyeah, I'd originally commented those out to debug convergence. It also doesn't seem very informative, bug?03:23
asalkeldwell we should ask who ever added them03:23
asalkeldbut i can't see them being very useful03:23
sirushtiwell, if it is useful for someone, it should atleast be a little more descriptive I'd think03:24
*** steveg_afk has joined #heat03:24
*** coolsvap|away is now known as coolsvap03:26
*** ananta_ has joined #heat03:32
*** david-lyle has joined #heat03:34
*** ananta_ has quit IRC03:36
*** radez is now known as radez_g0n303:39
*** pal has joined #heat03:40
*** ananta_ has joined #heat03:42
ramishraasalkeld: hi03:44
asalkeldhi ramishra03:44
asalkeldramishra: what's up (i need to go pick up kids in ~15mins)03:45
ramishraasalkeld: it seems we've to register DummyResource here. https://github.com/openstack/heat/commit/413c780bb27d4ed2763f71eda27c689345711b99#diff-c321f4c730a102281f73b348865fb9c0R28703:45
ramishrahttps://bugs.launchpad.net/heat/+bug/147918503:45
openstackLaunchpad bug 1479185 in heat "heat.common.exception.StackValidationFailed: Attribute Foo for facade DummyResource missing in provider" [Undecided,New] - Assigned to Rabi Mishra (rabi)03:45
uvirtbotLaunchpad bug 1479185 in heat "heat.common.exception.StackValidationFailed: Attribute Foo for facade DummyResource missing in provider" [Undecided,New] https://launchpad.net/bugs/147918503:45
uvirtbotLaunchpad bug 1479185 in heat "heat.common.exception.StackValidationFailed: Attribute Foo for facade DummyResource missing in provider" [Undecided,New]03:45
asalkeldwow 3 of them03:46
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/20681303:46
ramishranope only one, it's  the bot, not my fault;)03:46
asalkeldramishra: yeah, i noticed in another test i had to call mine DummyResource203:46
asalkeldit seems like it has multiple03:47
ramishraok, I'll put the fix03:47
ramishraI am surprised that it fails once in a while03:47
asalkeldwow try "git grep DummyResource"03:48
*** ishant has joined #heat03:48
ramishrayeah :)03:49
*** huangtianhua has quit IRC03:49
ramishraso we register explicitly in every test03:49
asalkeldramishra: so that error is saying that a previously registered class is different to the template resource that is being used03:49
asalkeldit seems this is unintentional much of the time in the tests03:50
openstackgerritOpenStack Proposal Bot proposed openstack/python-heatclient: Updated from global requirements  https://review.openstack.org/20685003:50
asalkeldramishra: i wonder if we can't have a cleanup function that removes it03:50
asalkeldself.addCleanup()03:52
ramishraasalkeld: yeah possibly, but it should override, if we register explicitly right, which is probably what we're doing at the moment, you don't call temp_res.validate() in the previous test, so it does not fail.03:52
asalkeldramishra: well sometimes we register a template03:53
asalkeldso it checks that the template is consistent with the python class03:53
asalkeldit won't remove the python resource class03:54
ramishraok03:54
asalkeldyou need to load an environment with "DummyResource: "03:54
asalkeldand it will remove DummyResource03:54
asalkeldactually there might be an explicit remove now03:55
*** achanda has quit IRC03:55
asalkeldok, bbl - picking kids up03:58
ramishrayes, I've changed it inline with test_attributes_missing_based_on_class, so it should be fine right?  as you are just checking the output for error_msg03:58
*** zhonghua-lee has quit IRC03:59
ramishraok later, thanks03:59
*** zhonghua-lee has joined #heat04:01
*** kebray has joined #heat04:01
*** tochi has quit IRC04:04
openstackgerritRabi Mishra proposed openstack/heat: Fix `DummyResource missing in provider` error  https://review.openstack.org/20686204:04
*** steveg_afk has quit IRC04:04
*** tochi has joined #heat04:04
openstackgerritMerged openstack/heat: Do not use rich server objects in servers' create  https://review.openstack.org/18876604:09
*** mragupat_ has quit IRC04:09
openstackgerritMerged openstack/heat: Do not use VolumeTasks in AWS Instance create  https://review.openstack.org/20132104:11
openstackgerritMerged openstack/heat: Refactor and correct purge_deleted  https://review.openstack.org/20138404:11
openstackgerritMerged openstack/heat: Add properties_data encryption to heat-manage  https://review.openstack.org/19532504:11
openstackgerritMerged openstack/heat: Make "heat-manage update_params encrypt" idempotent  https://review.openstack.org/19563904:11
*** tochi has quit IRC04:15
*** tochi has joined #heat04:17
openstackgerritMerged openstack/heat: Support to view all attributes of resource  https://review.openstack.org/19939204:20
openstackgerritMerged openstack/heat: Correct stack identity when delete nested  https://review.openstack.org/20600204:21
lifelesswheee big stack landed04:21
openstackgerritSirushti Murugesan proposed openstack/heat: Make convergence functional  https://review.openstack.org/19827304:25
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/20681304:26
*** zhonghua-lee has quit IRC04:27
openstackgerritSirushti Murugesan proposed openstack/heat: DNM: Convergence Testing: Manual override  https://review.openstack.org/19326904:31
openstackgerritAnant Patil proposed openstack/heat: Convergence: Fix for resource needed_by  https://review.openstack.org/20111004:35
*** zhonghua-lee has joined #heat04:36
*** tochi has quit IRC04:49
openstackgerritAnant Patil proposed openstack/heat: Convergence: Fix for resource needed_by  https://review.openstack.org/20111004:56
openstackgerritAnant Patil proposed openstack/heat: Convergence: Fix for resource needed_by  https://review.openstack.org/20111005:02
*** tochi has joined #heat05:04
*** KanagarajM has joined #heat05:05
*** daneyon has joined #heat05:05
*** daneyon_ has joined #heat05:07
*** daneyon has quit IRC05:10
*** achanda has joined #heat05:26
*** sergmelikyan has joined #heat05:28
*** pm90_ has joined #heat05:35
*** pm90__ has quit IRC05:36
*** liusheng has quit IRC05:38
*** liusheng has joined #heat05:39
*** tiantian has quit IRC05:40
*** tshtilma has joined #heat05:41
KanagarajMgood morning all !05:41
asalkeldhi05:43
*** tochi has quit IRC05:46
*** tochi has joined #heat05:50
KanagarajMasalkeld: hi05:51
*** pm90_ has quit IRC05:57
*** Murali has joined #heat05:58
*** pm90_ has joined #heat05:59
*** sergmelikyan has quit IRC06:01
*** sergmelikyan has joined #heat06:03
*** rakesh_hs has joined #heat06:03
*** sergmelikyan has quit IRC06:03
*** rakesh_hs has quit IRC06:07
*** sergmelikyan has joined #heat06:09
*** liusheng has quit IRC06:12
*** rakesh_hs has joined #heat06:14
*** liusheng has joined #heat06:15
rakesh_hsskraynev: Hi, please have a look at my comments for https://review.openstack.org/#/c/202071/ when you find time06:15
*** sergmelikyan has quit IRC06:17
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Imported Translations from Transifex  https://review.openstack.org/20687806:18
*** pm90_ has quit IRC06:19
*** zeih has joined #heat06:19
*** sergmelikyan has joined #heat06:21
*** tiantian has joined #heat06:22
*** huangtianhua has joined #heat06:22
*** sergmelikyan has quit IRC06:26
*** sergmelikyan has joined #heat06:27
*** zhenguo has quit IRC06:32
ishantasalkeld, Hi06:34
asalkeldhi06:34
ishantsimulator tests are failing after the adopt data fix06:36
ishanthttp://logs.openstack.org/61/203661/3/check/gate-heat-python27/5f43abf/console.html.gz06:36
asalkeldlooking06:36
*** Marga_ has quit IRC06:36
ishantif fails in this line https://github.com/openstack/heat/blob/master/heat/engine/resource.py#L70206:36
ishantresource_data is {'input_data': {}, 'adopt_stack_data': None}06:37
ishantso it is indexing on a empty dict06:37
asalkeldhttps://review.openstack.org/#/c/206291/06:38
asalkeldi think we need that ^ in06:39
*** zhenguo has joined #heat06:40
*** Marga_ has joined #heat06:40
asalkeldishant: let me pull your patch and run the tests06:40
ishantasalkeld, okay cool06:40
asalkeldskraynev: know anything about this: http://logs.openstack.org/96/206796/1/check/gate-heat-python27/aba5f9d/testr_results.html.gz06:42
asalkeldmy patch doesn't seem to touch that06:42
sirushtiLooks like we have only one test failing for convergence now http://paste.openstack.org/show/406161/06:43
sirushtiasalkeld, ananta_ ishant know if that^ is already fixed by some patch?06:43
asalkeldok, i didn't run the scenario tests yet, only functional06:43
asalkeld(i have nova network)06:44
sirushtiok, I'll take a look at it06:46
skraynevasalkeld: yeah06:46
skraynevit's mine06:46
skraynevI have uploaded fix for it couple days ago06:47
*** kfox1111_ has quit IRC06:47
skraynevasalkeld: https://review.openstack.org/#/c/205018/06:47
skraynevbtw, good morning all :)06:47
*** tspatzier has joined #heat06:47
sirushtimorning skraynev :)06:47
rakesh_hsgood morning :)06:48
*** kebray has quit IRC06:51
openstackgerritRabi Mishra proposed openstack/heat: Fix `DummyResource missing in provider` error  https://review.openstack.org/20686206:52
*** jprovazn has joined #heat06:53
asalkeldskraynev: +206:53
skraynevasalkeld: thank you :)06:54
*** achanda has quit IRC06:54
*** achanda has joined #heat06:57
*** sergmelikyan has quit IRC07:00
*** zhonghua-lee has quit IRC07:00
skraynevstevebaker, asalkeld: meeting?07:04
asalkeldskraynev: isn't it tomorrow morning?07:05
asalkeldskraynev: my calendar says 6am tomorrow (my time)07:06
skraynevasalkeld: oops...07:09
skraynevasalkeld: I looked on my calendar in phone and mixed it with another one :)07:10
skraynevasalkeld: you are correct 2000 UTC07:11
sirushtiskraynev, not sure I follow your question here, this patch isn't relevant to convergence at all -> https://review.openstack.org/#/c/201052/07:12
*** adam_g has quit IRC07:14
skraynevsirushti: hm. looks like you are right. is it mean, that all necessary patches for convergence stuff are merged ?07:15
ishantasalkeld, tests work after this patch..only update replace one's are failing07:16
sirushtiskraynev, okay, so about convergence, https://review.openstack.org/#/q/message:convergence+project:openstack/heat+status:open,n,z are the patches in review currently07:18
*** tlashchova has joined #heat07:18
sirushtiskraynev, so https://review.openstack.org/#/c/201052/ makes the grenade(upgrade-testing) job voting, not the convergence job!07:19
skraynevsirushti: need more tea or coffee fro me :)  https://review.openstack.org/#/c/206888/07:20
sirushtiskraynev, no worries :)07:21
skraynevI have got two email and thought, that you upload next patchset for this ^07:21
skraynevdoh. thank you. I will remove my -1 .07:21
sirushtiskraynev, thanks07:22
*** achanda has quit IRC07:27
*** Yanyan has joined #heat07:29
*** Yanyanhu has quit IRC07:32
*** zeih has quit IRC07:33
skraynevasalkeld: https://review.openstack.org/#/c/206862/2, looks like we have not fixed one of tests in your patch :(07:43
openstackgerritIshant Tyagi proposed openstack/heat: DNM : convergence scenario tests  https://review.openstack.org/20366107:44
ishantasalkeld, I have rebased this^ on your patch :)07:45
ishantonly two tests are failing now07:46
ishantupdate_replace_rollback and  update_replace_missed_cleanup07:46
skraynevramishra: ping07:46
*** zhonghua-lee has joined #heat07:48
*** zeih has joined #heat07:51
*** pal has quit IRC07:59
*** zhonghua-li has joined #heat08:01
*** zengyingzhe_ has joined #heat08:01
*** zhonghua-lee has quit IRC08:04
*** zengyingzhe has quit IRC08:04
*** daneyon_ has quit IRC08:07
*** jistr has joined #heat08:08
*** zeih_ has joined #heat08:10
*** zeih has quit IRC08:13
*** zeih_ has quit IRC08:14
*** zeih has joined #heat08:15
ramishraskraynev: hi08:25
skraynevramishra: I just had a suggestion about fix for Foo attribute of provider resource :) but now I think, that last approach is correct too.08:27
skraynevramishra: so it was false alarm ;)08:27
ramishraok:)08:27
*** zhonghua-li has quit IRC08:28
*** zeih_ has joined #heat08:30
openstackgerritKairat Kushaev proposed openstack/heat: Resolve dynamic attributes for resources  https://review.openstack.org/20512808:32
*** zeih has quit IRC08:33
*** erkules has quit IRC08:38
*** erkules has joined #heat08:38
*** e0ne has joined #heat08:40
*** vijayagurug has joined #heat08:40
*** e0ne has quit IRC08:43
*** yassine has joined #heat08:43
openstackgerritKairat Kushaev proposed openstack/heat: Add tenant_id to heat cache key  https://review.openstack.org/20600608:47
*** zhonghua-li has joined #heat08:48
*** zeih_ has quit IRC08:52
*** zhonghua-li has quit IRC08:56
*** zhonghua-li has joined #heat08:57
*** pal has joined #heat08:57
*** zhonghua has joined #heat08:58
*** nijaba has quit IRC09:02
*** zhonghua-li has quit IRC09:02
openstackgerritSergey Kraynev proposed openstack/heat: Add base resolve method for attributes  https://review.openstack.org/19560909:02
openstackgerritSergey Kraynev proposed openstack/heat: Add show_resource function to Nova resources (1)  https://review.openstack.org/19561009:02
openstackgerritSergey Kraynev proposed openstack/heat: Add show_resource function to Glance resources (2)  https://review.openstack.org/19959609:02
*** coolsvap is now known as coolsvap|away09:04
*** jtomasek has quit IRC09:05
*** jtomasek has joined #heat09:06
*** nijaba has joined #heat09:07
*** nijaba has quit IRC09:07
*** nijaba has joined #heat09:07
*** liusheng has quit IRC09:10
*** liusheng has joined #heat09:11
*** coolsvap|away is now known as coolsvap09:12
rakesh_hsishant: I will look into those issues09:18
ishantrakesh_hs, okay cool09:19
openstackgerritSirushti Murugesan proposed openstack/heat: py34: test_environment*  https://review.openstack.org/20145409:22
*** alexpilotti has joined #heat09:24
openstackgerritSirushti Murugesan proposed openstack/heat: py34: test_environment*  https://review.openstack.org/20145409:24
-openstackstatus- NOTICE: Currently our CI system is broken, jobs are not getting processed at all.09:26
*** ChanServ changes topic to "Currently our CI system is broken, jobs are not getting processed at all."09:26
*** alex_xu has quit IRC09:48
*** ricolin has quit IRC09:49
*** alex_xu has joined #heat09:49
*** coolsvap is now known as coolsvap|away09:50
*** Qiming has quit IRC09:56
*** e0ne has joined #heat09:56
*** coolsvap|away is now known as coolsvap09:58
*** yassine has quit IRC09:59
*** tshtilma has quit IRC10:00
*** kairat has quit IRC10:00
*** Kennan has quit IRC10:00
*** yuanying has quit IRC10:00
*** kairat has joined #heat10:00
*** yuanying has joined #heat10:01
*** Kennan has joined #heat10:01
*** tshtilma has joined #heat10:01
*** e0ne_ has joined #heat10:02
*** KanagarajM_ has joined #heat10:04
*** e0ne has quit IRC10:05
*** vijayagurug has quit IRC10:05
*** KanagarajM has quit IRC10:05
*** asalkeld has quit IRC10:05
*** e0ne_ is now known as e0ne10:06
*** asalkeld has joined #heat10:06
*** tochi has quit IRC10:07
*** vijayagurug has joined #heat10:07
*** rdo has quit IRC10:08
*** tochi has joined #heat10:10
*** rdo has joined #heat10:10
*** zengyingzhe_ has quit IRC10:11
*** Yanyan has quit IRC10:12
*** asalkeld has quit IRC10:12
*** zhenguo has quit IRC10:13
openstackgerrithuangtianhua proposed openstack/heat: Don't raise exception when get nested stack  https://review.openstack.org/20697410:20
*** Qiming has joined #heat10:43
*** jprovazn has quit IRC10:43
*** pas-ha has joined #heat10:47
*** coolsvap is now known as coolsvap|away10:55
openstackgerritSergey Kraynev proposed openstack/heat: Add base resolve method for attributes  https://review.openstack.org/19560910:57
openstackgerritSergey Kraynev proposed openstack/heat: Add show_resource function to Nova resources (1)  https://review.openstack.org/19561010:57
openstackgerritSergey Kraynev proposed openstack/heat: Add show_resource function to Glance resources (2)  https://review.openstack.org/19959610:57
openstackgerritSergey Kraynev proposed openstack/heat: Add show_resource function to Sahara resources (3)  https://review.openstack.org/20109410:58
openstackgerritSergey Kraynev proposed openstack/heat: Add show_resource function to Mistral resources (4)  https://review.openstack.org/20121510:58
openstackgerritSergey Kraynev proposed openstack/heat: Add show_resource function to Manila resources (5)  https://review.openstack.org/20123010:58
*** zeih has joined #heat11:03
*** yassine has joined #heat11:04
*** yassine has quit IRC11:04
*** yassine has joined #heat11:04
openstackgerritKanagaraj Manickam proposed openstack/heat: Monasca client plugin  https://review.openstack.org/19569711:09
openstackgerritKanagaraj Manickam proposed openstack/heat: Monasca Notification resource plugin  https://review.openstack.org/20287911:09
openstackgerritKanagaraj Manickam proposed openstack/heat: Monasca Alarm definition resource plugin  https://review.openstack.org/20288011:09
*** jprovazn has joined #heat11:11
*** e0ne has quit IRC11:25
*** huangtianhua has quit IRC11:25
*** tiantian has quit IRC11:25
*** zhonghua has quit IRC11:26
*** tochi has quit IRC11:26
*** zeih has quit IRC11:29
*** zeih has joined #heat11:31
*** e0ne has joined #heat11:35
*** pal has quit IRC11:37
openstackgerritKanagaraj Manickam proposed openstack/heat: WIP: Adds python-magnumclient>=0.2.1 in requirements.txt  https://review.openstack.org/20700111:37
openstackgerritKanagaraj Manickam proposed openstack/heat: WIP: Import magnum python client directly  https://review.openstack.org/20700211:37
openstackgerritKanagaraj Manickam proposed openstack/heat: Fixes context.request_context to create RequestContext from dict  https://review.openstack.org/19104011:43
*** zeih has quit IRC11:44
*** coolsvap|away is now known as coolsvap11:51
*** ochuprykov has joined #heat11:55
*** e0ne has quit IRC11:59
*** steveg_afk has joined #heat12:00
*** pal has joined #heat12:03
*** pal has quit IRC12:07
openstackgerritKanagaraj Manickam proposed openstack/heat: Adds testcase to check template is not validated more than once  https://review.openstack.org/19747912:08
openstackgerritKanagaraj Manickam proposed openstack/heat: WIP: Avoid duplication of template validation using oslo_cache  https://review.openstack.org/20701512:08
*** KanagarajM_ has quit IRC12:15
*** ananta_ has quit IRC12:16
*** coolsvap is now known as coolsvap|away12:17
*** xek_ is now known as xek12:23
*** e0ne has joined #heat12:25
*** pm90_ has joined #heat12:33
openstackgerritKairat Kushaev proposed openstack/heat: Convergence: fix KeyError when creating stack  https://review.openstack.org/20702312:34
*** kencjohnston has joined #heat12:34
*** ishant has quit IRC12:36
*** kencjohnston has quit IRC12:36
kairatConverge guys, please review https://review.openstack.org/#/c/207023/12:38
*** jaime49 has joined #heat12:38
kairat*Convergence guys12:38
kairatIt seems that it doesn't work right now12:39
*** Tross has quit IRC12:39
*** Tross1 has joined #heat12:39
openstackgerritAnant Patil proposed openstack/heat: Convergence: Implementation of timeout  https://review.openstack.org/20596512:40
openstackgerritAnant Patil proposed openstack/heat: Convergence: Implementation of timeout  https://review.openstack.org/20596512:42
*** zeih has joined #heat12:43
*** pm90_ has quit IRC12:44
*** jaime49 has quit IRC12:44
*** jaime49 has joined #heat12:45
*** ChanServ changes topic to "support @ https://ask.openstack.org | developer wiki @ https://wiki.openstack.org/wiki/Heat | development @ https://launchpad.net/heat | logged @ http://eavesdrop.openstack.org/irclogs/%23heat/"12:47
-openstackstatus- NOTICE: zuul's disks were at capacity. Space has been freed up and jobs are being re-queued.12:48
*** coolsvap|away is now known as coolsvap12:48
*** pal has joined #heat12:54
*** dims has quit IRC12:57
openstackgerritAnant Patil proposed openstack/heat: Convergence: Implementation of timeout  https://review.openstack.org/20596512:57
*** dims has joined #heat12:57
*** jonesbr has joined #heat13:02
*** coolsvap is now known as coolsvap|away13:14
*** pm90_ has joined #heat13:17
*** pm90__ has joined #heat13:21
*** jruano has joined #heat13:21
*** neelashah has joined #heat13:24
*** pm90_ has quit IRC13:24
-openstackstatus- NOTICE: zuul jobs after about 07:00 UTC may need a 'recheck' to enter the queue. Look if your change is in http://status.openstack.org/zuul/ and recheck if not.13:25
*** zeih has quit IRC13:31
*** jecarey has joined #heat13:32
*** pas-ha has quit IRC13:33
*** rpothier has joined #heat13:34
*** blomquisg has quit IRC13:37
*** vijayagurug has left #heat13:38
openstackgerritRabi Mishra proposed openstack/heat: Remove inheritance and refactor common functions to utility  https://review.openstack.org/19609113:40
openstackgerritRabi Mishra proposed openstack/heat: Change native ASG to inherit from ResourceGroup  https://review.openstack.org/19405413:40
*** rakesh_hs has quit IRC13:50
*** blomquisg has joined #heat13:53
*** neelashah1 has joined #heat13:58
*** mragupat has joined #heat13:59
*** mragupat has quit IRC13:59
*** neelashah has quit IRC13:59
*** mragupat has joined #heat14:00
*** DandyPandy_ has joined #heat14:03
*** fbo has quit IRC14:04
*** EmilienM has quit IRC14:05
*** fbo has joined #heat14:09
*** EmilienM has joined #heat14:09
*** jaime49 has quit IRC14:22
*** Murali has quit IRC14:22
*** jruano has quit IRC14:27
*** liusheng has quit IRC14:27
*** neelashah1 has quit IRC14:28
*** Raj1 has joined #heat14:34
*** sabeen has joined #heat14:35
*** coolsvap|away is now known as coolsvap14:37
*** sabeen3 has joined #heat14:41
*** sabeen has quit IRC14:42
*** vijendar has joined #heat14:44
*** vijendar has quit IRC14:44
*** vijendar has joined #heat14:44
*** blomquisg has quit IRC14:45
*** pal has quit IRC14:45
*** pal has joined #heat14:46
*** zeih has joined #heat14:47
*** jaime49 has joined #heat14:48
*** crose has joined #heat14:48
*** jaime49 has quit IRC14:48
*** jaime49 has joined #heat14:49
*** blomquisg has joined #heat14:50
*** pal has quit IRC14:50
*** zeih has quit IRC14:51
*** neelashah has joined #heat14:56
*** kebray has joined #heat14:56
*** dsneddon has quit IRC14:57
*** dsneddon has joined #heat14:58
*** pm90_ has joined #heat15:00
*** jistr has quit IRC15:00
*** pm90__ has quit IRC15:01
*** mragupat has quit IRC15:01
*** e0ne has quit IRC15:02
*** blomquisg has quit IRC15:02
*** jistr has joined #heat15:02
*** vijayagurug has joined #heat15:03
*** vijayagurug has left #heat15:03
*** e0ne has joined #heat15:04
*** randallburt has joined #heat15:14
*** randallburt has quit IRC15:14
*** jdob has quit IRC15:14
*** randallburt has joined #heat15:14
*** jprovazn has quit IRC15:16
*** blomquisg has joined #heat15:17
*** pm90_ has quit IRC15:17
*** Drago has joined #heat15:21
*** Drago has quit IRC15:21
*** jruano has joined #heat15:21
*** Drago has joined #heat15:21
*** ddaskal has joined #heat15:23
*** tshtilma has quit IRC15:23
*** jdob has joined #heat15:24
*** pm90_ has joined #heat15:31
*** pm90__ has joined #heat15:33
*** alexpilotti has quit IRC15:34
*** Raj1 has quit IRC15:34
*** Raj1 has joined #heat15:35
*** pm90_ has quit IRC15:36
*** Raj1 has quit IRC15:39
*** kebray has quit IRC15:44
*** tsandall has joined #heat15:45
*** tsandall has quit IRC15:46
*** tsandall has joined #heat15:46
*** Qiming has quit IRC15:52
*** jistr has quit IRC16:08
*** Raj1 has joined #heat16:08
*** sdake has joined #heat16:08
*** tshtilma has joined #heat16:10
*** daneyon has joined #heat16:11
*** randallburt has quit IRC16:11
*** coolsvap is now known as coolsvap|away16:12
*** kebray has joined #heat16:13
*** zhiyan has quit IRC16:13
*** ameade has quit IRC16:13
*** Michalik has quit IRC16:13
*** serverascode has quit IRC16:13
*** david-lyle has quit IRC16:18
*** Raj1 has quit IRC16:19
*** lsmola has quit IRC16:20
*** blinky_ghost has joined #heat16:20
*** pm90__ has quit IRC16:24
*** Raj1 has joined #heat16:24
*** Marga_ has quit IRC16:26
*** Marga_ has joined #heat16:28
*** yassine has quit IRC16:29
openstackgerritBryan Jones proposed openstack/heat: Add keystone.user custom constraint  https://review.openstack.org/20711716:35
openstackgerritBryan Jones proposed openstack/heat: Add Keystone RoleAssignment resource  https://review.openstack.org/20711816:35
*** tspatzier has quit IRC16:35
*** tspatzier has joined #heat16:35
*** tspatzier has quit IRC16:36
*** sdake has quit IRC16:37
*** coolsvap|away is now known as coolsvap16:39
*** david-lyle has joined #heat16:42
*** serverascode has joined #heat16:42
*** ameade has joined #heat16:43
*** sergmelikyan has joined #heat16:45
*** alexpilotti has joined #heat16:46
*** zhiyan has joined #heat16:46
*** Michalik has joined #heat16:46
*** Marga_ has quit IRC16:47
*** sergmelikyan has quit IRC16:49
*** crose has quit IRC16:50
*** sdake has joined #heat16:53
*** coolsvap is now known as coolsvap|away16:58
*** coolsvap|away is now known as coolsvap16:58
*** Raj1 has quit IRC16:59
*** pal has joined #heat17:02
*** e0ne has quit IRC17:03
*** randallburt has joined #heat17:04
*** Marga_ has joined #heat17:08
*** alexpilotti has quit IRC17:14
*** alexpilotti has joined #heat17:23
*** achanda has joined #heat17:27
*** dsneddon has quit IRC17:28
*** dsneddon has joined #heat17:28
*** Marga_ has quit IRC17:32
*** Marga_ has joined #heat17:32
*** dsneddon has quit IRC17:43
*** sergmelikyan has joined #heat17:48
*** ochuprykov has quit IRC17:50
*** dsneddon has joined #heat17:51
*** Marga_ has quit IRC17:51
*** Marga_ has joined #heat17:52
*** e0ne has joined #heat17:56
*** pm90_ has joined #heat18:03
*** e0ne has quit IRC18:06
*** pm90_ has quit IRC18:09
*** e0ne has joined #heat18:09
*** pm90_ has joined #heat18:10
*** jaime49 has quit IRC18:12
*** jaime49 has joined #heat18:13
*** coolsvap is now known as coolsvap|brb18:18
*** Raj1 has joined #heat18:22
*** dims_ has joined #heat18:24
*** pal has quit IRC18:26
*** dims has quit IRC18:28
*** Raj1 has quit IRC18:31
*** openstackgerrit has quit IRC18:31
*** openstackgerrit has joined #heat18:32
*** inc0 has joined #heat18:35
*** Drago has quit IRC18:36
*** blinky_ghost has quit IRC18:39
openstackgerritSirushti Murugesan proposed openstack/heat: DNM: Convergence Testing: Manual override  https://review.openstack.org/19326918:42
*** sdake has quit IRC18:43
*** sdake has joined #heat18:46
*** kairat_ has joined #heat18:54
*** pal has joined #heat18:57
*** kebray has quit IRC18:59
*** zhonghua has joined #heat19:00
openstackgerritMerged openstack/heat: Imported Translations from Transifex  https://review.openstack.org/20687819:02
*** tspatzier has joined #heat19:03
*** sergmelikyan has quit IRC19:03
*** Drago has joined #heat19:04
*** Drago has quit IRC19:06
*** Drago has joined #heat19:06
*** zhonghua has quit IRC19:07
*** ricolin has joined #heat19:09
*** coolsvap|brb is now known as coolsvap|away19:10
*** sergmelikyan has joined #heat19:11
*** kebray has joined #heat19:14
*** kebray_ has joined #heat19:18
*** kebray has quit IRC19:20
*** ricolin has quit IRC19:24
*** dims_ has quit IRC19:27
*** dims has joined #heat19:27
*** kairat_ has quit IRC19:43
*** pal has quit IRC19:46
*** achanda has quit IRC19:46
*** sergmelikyan has quit IRC19:47
*** pal has joined #heat19:49
*** e0ne has quit IRC19:51
*** e0ne has joined #heat19:55
*** skraynev_ has joined #heat19:56
*** Raj has joined #heat19:57
*** kairat_ has joined #heat19:59
stevebakermeeting time20:00
*** sergmelikyan has joined #heat20:01
*** e0ne has quit IRC20:03
*** Raj has quit IRC20:05
*** Raj has joined #heat20:05
neelashahhi20:10
*** e0ne has joined #heat20:11
*** openstackgerrit has quit IRC20:16
*** openstackgerrit has joined #heat20:17
*** achanda has joined #heat20:25
*** achanda has quit IRC20:34
*** achanda has joined #heat20:35
skraynev_g'night all :)20:36
*** skraynev_ has quit IRC20:36
*** kairat_ has quit IRC20:38
*** tshtilma has quit IRC20:38
*** jruano has quit IRC20:40
*** achanda has quit IRC20:41
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/20681320:42
*** sergmelikyan has quit IRC20:46
*** tspatzier has quit IRC20:53
*** pal has quit IRC20:54
*** sergmelikyan has joined #heat20:55
openstackgerritMerged openstack/python-heatclient: Updated from global requirements  https://review.openstack.org/20685021:07
*** randallburt has quit IRC21:07
*** pm90_ has quit IRC21:14
*** ekarlso has quit IRC21:16
*** rpothier has quit IRC21:18
*** e0ne has quit IRC21:24
*** achanda has joined #heat21:34
*** htruta_ has joined #heat21:34
*** pm90_ has joined #heat21:35
*** pm90__ has joined #heat21:36
*** achanda has quit IRC21:39
*** vijendar has quit IRC21:39
*** sergmelikyan has quit IRC21:39
*** pm90_ has quit IRC21:40
*** Raj has quit IRC21:42
*** jaime49 has quit IRC21:44
*** ekarlso has joined #heat21:44
*** jonesbr has left #heat21:45
*** randallburt has joined #heat21:51
*** randallburt has quit IRC21:54
*** randallburt has joined #heat21:54
*** vahidh has joined #heat21:55
*** sergmelikyan has joined #heat21:59
*** Kennan2 has joined #heat22:02
*** Kennan has quit IRC22:03
*** achanda has joined #heat22:11
*** daneyon has quit IRC22:11
*** neelashah has quit IRC22:11
*** Raj1 has joined #heat22:15
*** asalkeld has joined #heat22:17
*** Raj1 has quit IRC22:22
*** Raj1 has joined #heat22:22
*** inc0 has quit IRC22:36
*** sdake has quit IRC22:40
*** sdake has joined #heat22:40
*** pm90__ has quit IRC22:42
*** sdake has quit IRC22:42
*** sergmelikyan has quit IRC22:45
*** sergmelikyan has joined #heat22:48
*** htruta has quit IRC22:50
*** dsneddon has quit IRC22:57
*** kebray_ has quit IRC23:00
*** jecarey has quit IRC23:04
*** alexpilotti has quit IRC23:05
*** ddaskal has quit IRC23:06
*** Raj1 has quit IRC23:08
*** daneyon has joined #heat23:09
*** daneyon_ has joined #heat23:10
*** sergmelikyan has quit IRC23:13
*** daneyon has quit IRC23:13
*** sergmelikyan has joined #heat23:27
*** daneyon_ has quit IRC23:29
*** zhenguo has joined #heat23:31
*** tochi has joined #heat23:33
asalkeldlets see what state the gate is in23:35
*** jamielennox is now known as jamielennox|away23:39
stevebakerasalkeld: its looking like https://review.openstack.org/#/c/206862/ will take a long time to land, then we can tag l-223:40
asalkeldthat was 3hours ago23:49
*** sergmelikyan has quit IRC23:50
asalkeldwow i haven't looked at this for ages : https://launchpad.net/heat/+milestone/liberty-223:50
asalkeld(milestones)23:51
asalkeldnaughty me23:51
stevebakerI think its looking in reasonable shape23:53
*** Kennan2 is now known as Kennan23:53
asalkeldyeah, nice job23:53
*** daneyon has joined #heat23:53
*** sergmelikyan has joined #heat23:57

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