Friday, 2016-06-17

*** neatherweb has joined #heat00:27
openstackgerritMerged openstack/heat: Remove heat.openstack.common.notifier supports  https://review.openstack.org/32959400:36
*** sdake has joined #heat00:58
*** zhurong has joined #heat01:00
*** eldon_ has quit IRC01:06
*** KanagarajM has joined #heat01:09
*** sdake has quit IRC01:14
*** sdake has joined #heat01:16
*** sdake_ has joined #heat01:22
*** sdake has quit IRC01:24
*** KanagarajM has quit IRC01:27
*** bana_k has quit IRC01:33
*** sinasadeghi has joined #heat01:43
*** yanyanhu has joined #heat01:44
sinasadeghihello there01:44
sinasadeghione of our customers is reporting an issue with heat where they have defined custom resource types using this http://docs.openstack.org/developer/heat/template_guide/composition.html#use-the-template-filename-as-type guide01:44
sinasadeghibut they have mentioned that if they use relative path, the path actually gets expanded by the heatclient, so if two people from the team run the same command, the path will change and recreate a bunch of stuff in subtemplates just based on the path change01:46
sinasadeghiis there any way to stop this from happening?01:46
openstackgerritJamie Lennox proposed openstack/heat: Sync context with oslo.context  https://review.openstack.org/26842001:46
*** elynn has joined #heat01:50
*** elynn has quit IRC01:55
*** elynn has joined #heat01:56
sdake_stevebaker have quick python question for you if your available02:10
sdake_or zaneb if yur working at this hour :)02:11
*** neatherweb has quit IRC02:15
*** sdake has joined #heat02:16
*** sdake_ has quit IRC02:19
*** sinasadeghi has quit IRC02:21
*** eldon_ has joined #heat02:22
*** wangbo has joined #heat02:35
*** dyasny has quit IRC02:39
*** wangbo has quit IRC02:40
*** rustyeddy has joined #heat02:46
*** rusty has joined #heat02:47
*** rusty is now known as Guest6748102:48
*** rustyeddy has quit IRC02:50
*** wangbo has joined #heat02:52
*** zhurong_ has joined #heat02:53
*** zhurong has quit IRC02:56
*** wangbo has quit IRC02:57
stevebakersdake: sure02:58
sdakestevebaker i actually figred it out thanks :)02:58
sdakehows life treating you02:59
stevebakergood, just got back from a run02:59
sdakethe only exercise i get is at summit03:00
sdake12k steps a day03:00
sdakepretty grueling03:01
stevebakerlol, dprince convinced me to go on a morning run and swim at summit03:01
sdakeactually I do have a quick q03:02
stevebakershoot03:03
*** jamielennox is now known as jamielennox|away03:03
sdakehttp://paste.openstack.org/show/516769/03:03
sdakethis is my dataset03:03
sdakeI have another data set which lists containers to rebuild03:04
sdakeI want to rebuild all their children03:04
sdakeexample: heat-base would reubild all heat containers03:04
sdakehow do I parse the json above03:05
sdakei've managed to read it in even though it wasn't serialized03:05
*** neatherweb has joined #heat03:05
sdakei tried iteritems and that just returns key and value for the first level03:05
sdakeas you can see there are 4 levels03:05
sdakeis recursion the only way to solve this?03:06
stevebakerprobably the easiest way, yeah03:06
sdakesurpised there isn't something built in :)03:07
stevebakerthere probably is, but zaneb isn't here ;)03:08
sdakelol03:08
* sdake hates recursion03:08
*** jcoufal has joined #heat03:08
*** neatherweb has quit IRC03:17
*** KanagarajM has joined #heat03:17
*** neatherweb has joined #heat03:17
*** jamielennox|away is now known as jamielennox03:19
sdakestevebaker do you think this would convert a string blob into json03:26
sdakedeps = open('deps.json').read().replace('\n', '').replace(' ', '')03:26
sdakedeps_encoded = json.loads(deps)03:26
*** tochi has quit IRC03:36
stevebakersdake: you shouldn't need to replace any whitespace03:42
sdakeits not working either way03:42
sdakeit works if i hand edit my file to replace ' with ""03:42
sdakebut that kind of sucks03:42
sdakeit doesn't get serialized properly03:43
stevebakeroh yeah, json spec says " only03:43
stevebakerbrowsers accept any old junk, json parsers tend to be more strict03:43
sdakewith open('deps.json') as deps:03:44
sdake    deps = json.loads(deps.read().replace("'", "\""))03:44
sdakethis is what I came up with ;)03:44
*** tochi has joined #heat04:01
*** elynn has quit IRC04:09
stevebakersdake: just make it valid json and be done with it! ;)04:11
sdakethat goes in the too hard bin04:11
sdakecheck out this beast04:15
sdakewith open('changes.json') as changes:04:15
sdake    changes = json.loads(changes.read().replace("'", "\"").replace('[\'u', ''))04:15
*** links has joined #heat04:20
sdake130 containers04:20
* sdake whews04:20
*** rusty has joined #heat04:27
*** rusty is now known as Guest9802004:27
*** Guest67481 has quit IRC04:28
openstackgerritRico Lin proposed openstack/heat: Remove deprecated auth_plugin config  https://review.openstack.org/32957304:28
sdakeyay it works04:30
sdakepython ./make*04:30
sdakematch found magnum-api04:30
sdakematch found glance-base04:30
sdaketime for bed04:30
*** cwolferh has quit IRC04:39
*** yuanying has quit IRC04:41
*** sdake_ has joined #heat04:50
*** sdake has quit IRC04:53
*** tochi has quit IRC04:53
*** tochi has joined #heat05:02
*** neatherweb has quit IRC05:03
*** neatherweb has joined #heat05:04
openstackgerritKanagaraj Manickam proposed openstack/heat-specs: OpenStack Heat Orchestration Template (HOT) Generator  https://review.openstack.org/32882205:13
*** elynn has joined #heat05:16
*** neatherweb has quit IRC05:19
*** elynn has quit IRC05:20
*** elynn has joined #heat05:21
*** elynn has quit IRC05:24
*** links has quit IRC05:27
*** elynn has joined #heat05:27
*** sdake has joined #heat05:27
*** links has joined #heat05:28
*** sdake_ has quit IRC05:31
*** Guest98020 has quit IRC05:36
*** sdake_ has joined #heat05:38
*** sdake has quit IRC05:41
*** sdake has joined #heat05:48
*** sdake_ has quit IRC05:50
*** sdake has quit IRC05:52
*** mohankumar has quit IRC05:54
*** akuznetsov has joined #heat06:00
*** ccamacho has joined #heat06:00
*** yuanying has joined #heat06:02
*** bana_k has joined #heat06:15
*** cllewellyn_ has joined #heat06:22
*** cllewellyn__ has joined #heat06:22
*** duvarenkov__ has quit IRC06:22
*** rcernin has joined #heat06:23
openstackgerritRico Lin proposed openstack/heat: Remove deprecated auth_plugin config  https://review.openstack.org/32957306:26
*** cllewellyn_ has quit IRC06:26
*** cllewellyn__ has quit IRC06:26
openstackgerritRico Lin proposed openstack/heat: Remove deprecated auth_plugin config  https://review.openstack.org/32957306:28
*** zeih has joined #heat06:28
*** duvarenkov has joined #heat06:32
thervestevebaker, Awesome for https://review.openstack.org/#/c/330800/06:37
therveStarted looking at it too, I may post some changes06:37
*** ramishra has joined #heat06:39
*** ramishra has quit IRC06:44
openstackgerritRabi Mishra proposed openstack/heat: Support rolling update for SDG  https://review.openstack.org/33046706:45
*** ramishra has joined #heat06:47
openstackgerritSirushti Murugesan proposed openstack/heat: Add period property to Monasca Notification resource  https://review.openstack.org/32514706:49
openstackgerritSirushti Murugesan proposed openstack/heat: Add releasenotes for monasca period property  https://review.openstack.org/33090806:49
*** elynn_ has joined #heat06:55
*** elynn has quit IRC06:57
*** fragatina has quit IRC06:59
*** yuanying has quit IRC07:02
openstackgerritSirushti Murugesan proposed openstack/heat: Add period property to Monasca Notification resource  https://review.openstack.org/32514707:04
*** ramishra has quit IRC07:04
*** bana_k has quit IRC07:05
*** jprovazn has joined #heat07:20
*** ramishra has joined #heat07:21
*** jprovazn has quit IRC07:21
*** vincentll has joined #heat07:23
*** dmk0202 has joined #heat07:32
*** dmk0202 has quit IRC07:33
*** sorantis has joined #heat07:35
*** dbecker has quit IRC07:43
*** dbecker has joined #heat07:45
*** rcernin has quit IRC07:45
*** ramishra has quit IRC07:53
*** ramishra has joined #heat07:55
*** ramishra has quit IRC07:59
*** zzzeek has quit IRC08:00
*** akuznetsov has quit IRC08:00
*** zzzeek has joined #heat08:00
openstackgerrithuangtianhua proposed openstack/heat: [api-ref] Correct stack-list api-ref  https://review.openstack.org/33094008:00
*** ramishra has joined #heat08:04
*** yuanying has joined #heat08:05
*** rcernin has joined #heat08:09
*** tochi has quit IRC08:13
*** ananta has joined #heat08:13
*** ramishra has quit IRC08:16
*** ameade has quit IRC08:21
*** ramishra has joined #heat08:21
*** ameade has joined #heat08:22
*** tochi has joined #heat08:24
*** dmk0202 has joined #heat08:27
openstackgerritRabi Mishra proposed openstack/heat: Use keystone session from context in client plugin  https://review.openstack.org/32575208:29
openstackgerritRabi Mishra proposed openstack/heat: Add keystone_session property to context  https://review.openstack.org/32575108:29
*** coreyob has quit IRC08:39
*** mohankumar_ has joined #heat08:40
openstackgerrithuangtianhua proposed openstack/heat: Show 'deletion_time' for stack-list/stack-show apis  https://review.openstack.org/32309708:40
*** jdandrea_ has quit IRC08:41
*** harlowja_ has quit IRC08:41
*** Tristitia has quit IRC08:42
*** ishant|away has quit IRC08:42
*** ishant|away has joined #heat08:42
*** kirankv has quit IRC08:42
*** kirankv has joined #heat08:42
*** mdavidson has quit IRC08:43
*** aignatov has quit IRC08:43
*** SergeyLukjanov2 has joined #heat08:43
*** SergeyLukjanov has quit IRC08:43
*** xek has quit IRC08:43
*** SergeyLukjanov2 is now known as SergeyLukjanov08:43
*** jdandrea has joined #heat08:43
*** aignatov has joined #heat08:43
*** ramishra has quit IRC08:43
*** xek has joined #heat08:44
*** mtreinish has quit IRC08:44
*** mdavidson has joined #heat08:45
*** Tristitia has joined #heat08:45
*** mtreinish has joined #heat08:46
*** coreyob has joined #heat08:46
*** yassine__ has joined #heat08:48
*** elynn_ has quit IRC08:49
*** eldon_ has quit IRC08:51
openstackgerrithuangtianhua proposed openstack/heat: Don't use stored context to reset stacks  https://review.openstack.org/32034808:53
*** elynn has joined #heat08:53
*** ramishra has joined #heat08:54
*** elynn has quit IRC08:57
*** elynn has joined #heat08:58
*** ramishra has quit IRC08:59
*** ramishra has joined #heat09:00
*** mohankumar_ has quit IRC09:02
*** yanyanhu has quit IRC09:03
*** yanyanhu has joined #heat09:04
*** yanyanhu has quit IRC09:04
*** eldon_ has joined #heat09:07
*** openstackgerrit has quit IRC09:18
*** openstackgerrit has joined #heat09:19
*** alex_xu has quit IRC09:26
*** alex_xu has joined #heat09:28
openstackgerritRabi Mishra proposed openstack/heat: Support rolling update for SDG  https://review.openstack.org/33046709:30
*** mohankumar has joined #heat09:35
openstackgerrithuangtianhua proposed openstack/heat: Don't use stored context to reset stacks  https://review.openstack.org/32034809:42
*** eldon_ has quit IRC09:47
*** ramishra has quit IRC09:59
*** zeih has quit IRC10:03
*** openstackgerrit has quit IRC10:03
*** openstackgerrit has joined #heat10:04
*** ramishra has joined #heat10:05
*** rcernin has quit IRC10:05
*** zhurong_ has quit IRC10:06
*** zeih has joined #heat10:09
*** KanagarajM has quit IRC10:16
*** Adri2000 has quit IRC10:18
*** ramishra has quit IRC10:36
*** ramishra has joined #heat10:37
*** prazumovsky has joined #heat10:38
*** ramishra has quit IRC10:45
*** permalac has joined #heat10:47
*** sabeen1 has joined #heat10:48
*** ramishra has joined #heat10:49
*** ramishra has quit IRC10:50
*** ramishra has joined #heat10:56
*** jnettlet has joined #heat10:56
*** Adri2000 has joined #heat10:59
*** elynn has quit IRC10:59
openstackgerritDmitriy Uvarenkov proposed openstack/heat: Deprecate lbaas v1 resources  https://review.openstack.org/31738011:10
*** huangtianhua has quit IRC11:28
*** tiantian has joined #heat11:29
*** ananta has quit IRC11:33
*** DevBox has joined #heat11:44
*** rcernin has joined #heat11:47
*** zhurong has joined #heat11:47
*** zhurong has quit IRC11:48
*** sabeen1 has quit IRC11:54
*** DevBox has quit IRC11:56
openstackgerritMerged openstack/heat: Add period property to Monasca Notification resource  https://review.openstack.org/32514712:01
*** ramishra has quit IRC12:02
*** dmk0202 has quit IRC12:05
*** pradk has joined #heat12:06
*** pradk has quit IRC12:07
*** ramishra has joined #heat12:07
*** pradk has joined #heat12:13
*** dprince has joined #heat12:19
*** ramishra has quit IRC12:25
openstackgerritRabi Mishra proposed openstack/heat: Add functional test for SDG rolling_update  https://review.openstack.org/33046812:29
openstackgerritRabi Mishra proposed openstack/heat: Add rolling update for SDG  https://review.openstack.org/33046712:29
*** ramishra has joined #heat12:31
*** ramishra has quit IRC12:48
*** pradk has quit IRC12:50
*** uroso has quit IRC12:51
*** ccamacho is now known as ccamacho|lunck12:53
*** ccamacho|lunck is now known as ccamacho|lunch12:54
*** dyasny has joined #heat13:03
openstackgerritMerged openstack/heat: Deprecate lbaas v1 resources  https://review.openstack.org/31738013:07
openstackgerritMerged openstack/heat: [api-ref] Correct stack-list api-ref  https://review.openstack.org/33094013:07
*** zhurong has joined #heat13:08
*** mwheckmann has joined #heat13:14
*** akshai has joined #heat13:23
*** tochi has quit IRC13:35
*** links has quit IRC13:46
*** fragatina has joined #heat13:49
*** fragatin_ has joined #heat13:50
*** fragatina has quit IRC13:54
*** zhurong has quit IRC13:55
*** pradk has joined #heat13:56
*** zhurong has joined #heat13:56
*** zhurong has quit IRC14:00
*** prazumovsky has quit IRC14:05
*** zhurong has joined #heat14:07
*** sdake has joined #heat14:12
mohankumaropenstack-neutron14:13
*** jasond has joined #heat14:14
*** spotz_zzz is now known as spotz14:15
openstackgerritOpenStack Proposal Bot proposed openstack/python-heatclient: Updated from global requirements  https://review.openstack.org/33117814:20
*** ccamacho|lunch is now known as ccamacho14:22
*** randallburt has joined #heat14:35
*** zz_dimtruck is now known as dimtruck14:36
*** zhurong has quit IRC14:36
*** randallburt1 has joined #heat14:36
*** randallburt has quit IRC14:39
*** dprince has quit IRC14:42
*** dprince has joined #heat14:43
*** duvarenkov has quit IRC14:46
*** sorantis has quit IRC14:52
*** duvarenkov has joined #heat14:53
*** ramishra has joined #heat14:54
*** daneyon has joined #heat14:55
*** vijendar has joined #heat14:58
*** vincentll has quit IRC15:02
*** rcernin has quit IRC15:07
*** dprince has quit IRC15:08
*** spotz is now known as spotz_zzz15:08
*** dprince has joined #heat15:09
*** rustyeddy has joined #heat15:10
*** dprince has quit IRC15:11
*** rusty has joined #heat15:13
*** rusty is now known as Guest3526515:13
*** eldon_ has joined #heat15:16
*** rustyeddy has quit IRC15:16
*** sdake has quit IRC15:20
*** afazekas|dentist is now known as afazekas15:25
*** zeih has quit IRC15:25
*** sdake has joined #heat15:51
*** daneyon has quit IRC15:56
*** spotz_zzz is now known as spotz15:59
*** permalac has quit IRC16:03
*** jasond has quit IRC16:04
*** jasond has joined #heat16:05
openstackgerritYing Zuo proposed openstack/heat: Fix create/update keystone endpoint with service name  https://review.openstack.org/30362816:06
openstackgerritPetr Kovar proposed openstack/heat: Add launch-instance to install-guide  https://review.openstack.org/33124516:07
*** sdake has quit IRC16:07
*** dmk0202 has joined #heat16:09
*** mdavidson has quit IRC16:11
*** eldon_ has quit IRC16:11
*** Guest35265 has quit IRC16:18
*** ramishra has quit IRC16:22
*** dprince has joined #heat16:28
-openstackstatus- NOTICE: zuul was restarted for a software upgrade; events between 16:08 and 16:30 were missed, please recheck any changes uploaded during that time16:32
*** sabeen has joined #heat16:32
*** sabeen1 has joined #heat16:34
*** sabeen has quit IRC16:36
*** mohankumar has quit IRC16:41
*** harlowja has joined #heat16:53
*** bana_k has joined #heat16:56
*** cwolferh has joined #heat17:02
openstackgerritMerged openstack/heat: Updated from global requirements  https://review.openstack.org/33116417:11
*** daneyon has joined #heat17:16
*** daneyon_ has joined #heat17:19
*** daneyon has quit IRC17:22
*** dsneddon has quit IRC17:25
*** rustyeddy has joined #heat17:26
*** rusty has joined #heat17:27
*** rusty is now known as Guest4665517:27
*** rustyeddy has quit IRC17:30
*** sabeen1 has quit IRC17:39
*** sdake has joined #heat17:40
*** fragatina has joined #heat17:43
*** fragatin_ has quit IRC17:43
*** dsneddon has joined #heat17:48
*** rustyeddy has joined #heat17:49
*** Guest46655 has quit IRC17:49
*** Akanksha08 has joined #heat17:49
*** ccamacho has quit IRC17:52
*** fragatina has quit IRC18:00
*** rustyeddy has quit IRC18:00
*** fragatina has joined #heat18:01
*** rustyeddy has joined #heat18:01
*** harlowja has quit IRC18:04
*** dprince has quit IRC18:06
*** dprince has joined #heat18:06
*** ccamacho has joined #heat18:08
*** yassine__ has quit IRC18:11
*** Akanksha08 has quit IRC18:12
*** xiangxinyong has quit IRC18:13
*** xiangxinyong has joined #heat18:14
*** fragatina has quit IRC18:27
openstackgerritPeter Razumovsky proposed openstack/heat-specs: Upgrade heat template to latest version mechanism  https://review.openstack.org/33129618:28
*** vijendar has quit IRC18:35
*** rustyeddy has quit IRC18:39
*** vijendar has joined #heat18:41
*** jdandrea has quit IRC18:41
*** jdandrea has joined #heat18:41
openstackgerritMerged openstack/python-heatclient: Refactor test_shell  https://review.openstack.org/32797518:44
*** rustyeddy has joined #heat18:45
*** ccamacho has quit IRC18:50
*** ccamacho has joined #heat18:52
*** rustyeddy has quit IRC19:01
*** rustyeddy has joined #heat19:02
*** fragatina has joined #heat19:04
*** vijendar has quit IRC19:06
*** vijendar has joined #heat19:11
*** shakamunyi has joined #heat19:13
*** fragatina has quit IRC19:14
*** fragatina has joined #heat19:15
*** harlowja has joined #heat19:32
*** thumpba has joined #heat19:32
*** dimtruck is now known as zz_dimtruck19:34
*** randallburt1 has quit IRC19:46
*** thumpba has quit IRC19:48
*** daneyon_ has quit IRC20:06
*** thumpba has joined #heat20:07
*** zz_dimtruck is now known as dimtruck20:08
*** daneyon has joined #heat20:10
*** vijendar has quit IRC20:16
*** akshai has quit IRC20:18
*** thumpba has quit IRC20:19
*** thumpba has joined #heat20:20
*** thumpba_ has joined #heat20:26
*** vijendar has joined #heat20:27
*** thumpba has quit IRC20:29
*** mwheckmann has quit IRC20:30
openstackgerritMerged openstack/heat: Improve translation properties  https://review.openstack.org/28609820:36
openstackgerritJason Dunsmore proposed openstack/heat: Allow a stack with invalid resolved properties to be updated  https://review.openstack.org/32489820:40
*** vijendar has quit IRC20:46
*** fragatina has quit IRC20:47
*** rustyeddy has quit IRC20:51
*** crose has joined #heat20:52
*** wirehead_ has quit IRC20:52
*** vijendar has joined #heat20:53
*** fragatina has joined #heat20:53
*** crose has quit IRC20:57
*** fragatina has quit IRC20:57
*** dbecker has quit IRC20:58
*** wirehead_ has joined #heat21:01
*** wirehead_ has quit IRC21:04
*** wirehead_ has joined #heat21:11
*** thumpba_ has quit IRC21:12
*** dbecker has joined #heat21:14
*** vijendar has quit IRC21:31
*** dmk0202 has quit IRC21:33
*** dmk0202 has joined #heat21:34
*** dsneddon has quit IRC21:36
*** dprince has quit IRC21:36
*** jdob has quit IRC21:41
*** Zer0Byte__ has joined #heat21:49
Zer0Byte__hi21:49
Zer0Byte__im having some issue with murano21:49
Zer0Byte__idk if im on a right place21:49
*** dmk0202 has quit IRC21:50
*** dsneddon has joined #heat21:54
*** jcoufal has quit IRC21:59
*** dimtruck is now known as zz_dimtruck22:13
*** pradk has quit IRC22:13
*** fragatina has joined #heat22:14
*** fragatin_ has joined #heat22:15
*** zz_dimtruck is now known as dimtruck22:18
*** jasond has quit IRC22:19
*** fragatina has quit IRC22:19
*** dimtruck is now known as zz_dimtruck22:20
*** jcoufal has joined #heat22:30
*** spotz is now known as spotz_zzz22:38
*** sdake has quit IRC22:38
*** sdake has joined #heat22:41
Zer0Byte__no one22:44
*** jcoufal has quit IRC23:03
*** fragatin_ has quit IRC23:21
*** dbecker has quit IRC23:23
*** fragatina has joined #heat23:25
*** fragatina has quit IRC23:26
*** fragatina has joined #heat23:26
*** bana_k has quit IRC23:37
*** zz_dimtruck is now known as dimtruck23:50
*** fragatina has quit IRC23:55

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