Friday, 2015-08-21

*** sbezverk has quit IRC00:03
*** derekh has quit IRC00:04
*** Drago has quit IRC00:06
*** sergmelikyan has joined #heat00:07
*** sergmelikyan has quit IRC00:09
*** vpanizo has quit IRC00:10
*** Qiming has joined #heat00:10
*** dims_ has quit IRC00:12
*** Qiming has quit IRC00:18
openstackgerritAngus Salkeld proposed openstack/heat: Convergence: in the worker make sure the cache is "off"  https://review.openstack.org/21397300:21
openstackgerritAngus Salkeld proposed openstack/heat: Convergence: in resource_by_refid() don't check the state  https://review.openstack.org/21397500:21
openstackgerritAngus Salkeld proposed openstack/heat: Convergence: pass the input_data into Stack.load()  https://review.openstack.org/20479300:21
openstackgerritAngus Salkeld proposed openstack/heat: Convergence: add support for the path_component  https://review.openstack.org/21397400:21
*** shadower has quit IRC00:23
*** shadower has joined #heat00:23
openstackgerritMerged openstack/heat: Fix heat-api-cfn 500 error on an unknown action  https://review.openstack.org/21496600:36
*** Drago has joined #heat00:50
*** zaneb has quit IRC00:51
*** zhonghua-lee has joined #heat00:52
*** Drago has quit IRC00:52
*** Drago has joined #heat00:52
*** achanda has quit IRC00:58
*** vpanizo has joined #heat00:59
*** haigang has joined #heat01:00
*** Qiming has joined #heat01:01
*** zaneb has joined #heat01:03
*** zengyingzhe has joined #heat01:03
*** ricolin has joined #heat01:04
*** dims has joined #heat01:04
*** spzala has quit IRC01:06
*** tiantian has joined #heat01:12
*** shangxdy has joined #heat01:16
openstackgerritQiming Teng proposed openstack/python-heatclient: Fix stack sorting support  https://review.openstack.org/21500701:17
shangxdyanybody talk about affinity and anti-affinity with tosca?01:18
openstackgerritQiming Teng proposed openstack/heat: Split engine service test cases (8)  https://review.openstack.org/20103701:20
*** sdake_ has joined #heat01:20
Qimingshangxdy, in which context?01:20
*** sdake has quit IRC01:24
*** jaime49 has joined #heat01:25
shangxdyscenarios such as two server,deployed on diffrent compute.01:26
shangxdyevoted01:26
shangxdynot described in TOSCA-Simple-Profile-YAML.01:29
Qimingunderstand01:30
*** sergmelikyan has joined #heat01:30
*** junhongl has joined #heat01:31
Qimingafaict, the tosca team is still working on policies01:32
shangxdyfirst define the requirement above in yaml file with tosca specification;01:34
Qimingshangxdy, if you check the lastest revision of the spec, section 1.5.1 is about placement policy01:34
*** zeih has joined #heat01:34
shangxdysecond,use heat-translator to heat hot format;01:34
shangxdyfinaly,use heat.01:35
shangxdyTOSCA-Simple-Profile-YAML ver 1.5.1?01:36
Qimingshangxdy, team is working on that01:36
Qimingsection 1.5.101:36
*** pm90_ has joined #heat01:36
*** Yanyan has joined #heat01:36
shangxdysection 1.5.1 in TOSCA-Simple-Profile-YAM?01:36
*** erkules has joined #heat01:37
openstackgerritMerged openstack/heat: resource failure causes nested stacks to be rolled back  https://review.openstack.org/20650601:37
shangxdyi cann't find it01:37
Qimingah I see, it is not yet published01:38
shangxdywhere can get the draft?01:38
*** zeih has quit IRC01:39
QimingI have a copy of the working draft wd0601:39
shangxdyrelay me a copy?01:39
*** erkules_ has quit IRC01:40
Qimingsure01:40
shangxdythanks01:41
*** hdd has joined #heat01:43
*** zhonghua-lee has quit IRC01:46
*** gberginc has joined #heat01:48
*** gberginc has quit IRC01:49
*** erkules has quit IRC01:52
*** daneyon_ has quit IRC01:53
*** erkules has joined #heat01:54
*** elynn has joined #heat01:55
*** sabeen1 has joined #heat01:57
*** achanda has joined #heat02:02
*** zhonghua-lee has joined #heat02:04
*** sergmelikyan has quit IRC02:08
*** sdake_ is now known as sdake02:12
*** vpanizo has quit IRC02:16
*** flaper87 has quit IRC02:33
*** elynn has quit IRC02:35
*** elynn has joined #heat02:35
*** flaper87 has joined #heat02:36
*** EricGonczer_ has joined #heat02:39
*** zhonghua-lee has quit IRC02:41
*** pm90_ has quit IRC02:50
openstackgerritQiming Teng proposed openstack/heat: Fix filter name inconsistency in stack_list  https://review.openstack.org/18841102:50
*** jaime49 has quit IRC02:53
*** dims has quit IRC02:55
*** dyasny has quit IRC03:00
*** jaime49 has joined #heat03:01
*** jaime49 has quit IRC03:02
*** jaime49 has joined #heat03:02
openstackgerritshangxdy proposed openstack/heat: Fix filter name inconsistency in stack_list  https://review.openstack.org/18841103:03
*** EricGonczer_ has quit IRC03:06
Qiming???03:07
shangxdymistaken incautiously03:10
*** jaime49 has quit IRC03:10
*** vpanizo has joined #heat03:16
*** htaccess has joined #heat03:18
htaccessis there any way to define unique names when using volument groups to defin n servers as described at https://github.com/hardys/demo_templates/tree/master/juno_summit_intro_to_heat/example3_server_with_volume_group ?03:21
htaccessusing juno heat03:22
htaccesssorry I mean OS::Heat::ResourceGroup03:23
htaccesshmm, I wonder if I can use a range03:24
asalkeldhtaccess: if you don't specify name, they will be made automatically03:24
*** cody-somerville has joined #heat03:24
asalkeldhttps://github.com/openstack/heat-templates/blob/master/hot/resource_group/server_with_volumes.yaml03:24
*** achanda has quit IRC03:28
htaccesswhat if I want FooServer{1..3} ?03:29
asalkeldhtaccess: have you tried the "index_var" ?03:30
htaccessasalkeld: no, havent encountered that in any of the examples ive seen so far, thanks, taking a look03:31
asalkeldhttp://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Heat::ResourceGroup03:31
asalkeldname: my_server_%index%03:31
asalkeldhtaccess: ^03:32
htaccessheh, clear as day!03:32
htaccessthanks03:32
asalkeldnp03:32
*** tochi has quit IRC03:36
openstackgerritJuPing proposed openstack/heat: Fix description for "Not exact spelling"  https://review.openstack.org/21542403:36
*** tochi has joined #heat03:37
*** pal has joined #heat04:15
*** achanda has joined #heat04:20
*** steveg_afk has joined #heat04:24
*** haigang has quit IRC04:27
*** vpanizo has quit IRC04:31
openstackgerritMerged openstack/heat: Update encrypted param template Added the encrypted parameter as a property for a Nova server  https://review.openstack.org/21444204:33
*** sdake_ has joined #heat04:52
*** sdake has quit IRC04:56
openstackgerritRabi Mishra proposed openstack/heat: Fix some files permissions  https://review.openstack.org/21512505:05
*** steveg_afk has quit IRC05:06
*** cody-somerville has quit IRC05:06
*** steveg_afk has joined #heat05:08
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/21498905:09
*** hdd has quit IRC05:21
*** sdake_ has quit IRC05:23
*** pal_ has joined #heat05:30
*** pal has quit IRC05:32
*** pm90_ has joined #heat05:33
*** vijayagurug has joined #heat05:38
*** Yanyan has quit IRC05:42
*** Yanyan has joined #heat05:42
*** tiantian has quit IRC05:44
*** dims has joined #heat05:47
*** sabeen1 has quit IRC05:49
*** dims has quit IRC05:52
*** tiantian has joined #heat05:55
*** tspatzier has joined #heat05:59
*** dims has joined #heat06:01
*** pal has joined #heat06:01
*** pal_ has quit IRC06:02
*** dims has quit IRC06:05
*** tochi has quit IRC06:09
*** tochi has joined #heat06:09
*** gberginc has joined #heat06:18
*** inc0 has joined #heat06:20
*** MasterPiece has joined #heat06:23
openstackgerrithuangtianhua proposed openstack/heat: Remove redundant code  https://review.openstack.org/21547206:28
*** vpanizo has joined #heat06:31
*** zeih has joined #heat06:33
*** vpanizo has quit IRC06:36
*** zeih has quit IRC06:37
*** pm90__ has joined #heat06:39
*** rakesh_hs has joined #heat06:41
*** pm90_ has quit IRC06:42
*** vijayagurug has quit IRC06:44
*** vijayagurug has joined #heat06:45
*** elynn has quit IRC06:47
*** rakesh_hs has quit IRC06:51
*** zeih has joined #heat07:00
openstackgerritQiming Teng proposed openstack/heat: Fix filter name inconsistency in stack_list  https://review.openstack.org/18841107:01
*** zeih has quit IRC07:04
*** jtomasek has joined #heat07:04
*** jcoufal has joined #heat07:05
openstackgerrithuangtianhua proposed openstack/heat: Set FAILED state if resource in *_IN_PROGRESS when updating  https://review.openstack.org/21548607:06
*** ananta_ has joined #heat07:08
openstackgerritAngus Salkeld proposed openstack/heat: Make the TestResource a bit smarter  https://review.openstack.org/21548907:10
*** pas-ha has joined #heat07:18
*** shardy has joined #heat07:27
*** MasterPiece has quit IRC07:28
*** tiantian has quit IRC07:29
*** lsmola has joined #heat07:31
*** achanda has quit IRC07:35
*** tiantian has joined #heat07:39
*** pal has quit IRC07:42
openstackgerritSergey Kraynev proposed openstack/heat: Use correct timeout value in convergence tests  https://review.openstack.org/21549807:43
*** pm90__ has quit IRC07:52
*** huangtianhua has quit IRC08:01
*** huangtianhua has joined #heat08:02
*** dkusidlo has joined #heat08:06
*** derekh has joined #heat08:08
*** huangtianhua has quit IRC08:08
*** huangtianhua has joined #heat08:09
*** yassine has joined #heat08:09
*** Qiming has quit IRC08:14
*** Marga_ has quit IRC08:16
*** Marga_ has joined #heat08:16
*** zeih has joined #heat08:21
*** zeih has quit IRC08:25
*** jistr has joined #heat08:30
*** Drago has quit IRC08:32
openstackgerritPeter Razumovsky proposed openstack/heat: Add properties grouping by necessity in docs  https://review.openstack.org/21551208:32
*** junhongl has quit IRC08:33
*** tiantian has quit IRC08:34
*** inc0 has quit IRC08:35
*** inc0_ has joined #heat08:35
*** inc0__ has joined #heat08:37
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: Move all tasks objects into progress module  https://review.openstack.org/21427408:39
openstackgerritPeter Razumovsky proposed openstack/heat: Add properties grouping by necessity in docs  https://review.openstack.org/21551208:39
*** inc0_ has quit IRC08:40
*** inc0_ has joined #heat08:41
openstackgerritAngus Salkeld proposed openstack/heat: Convergence: in resource_by_refid() don't check the state  https://review.openstack.org/21397508:43
openstackgerritAngus Salkeld proposed openstack/heat: Convergence: pass the input_data into Stack.load()  https://review.openstack.org/20479308:43
openstackgerritAngus Salkeld proposed openstack/heat: Convergence: add support for the path_component  https://review.openstack.org/21397408:43
*** inc0__ has quit IRC08:45
openstackgerritMerged openstack/heat: Refactor repeated handle_delete  https://review.openstack.org/21373108:47
openstackgerritMerged openstack/heat: Add info about refactored handle_delete to doc  https://review.openstack.org/21421008:48
*** Marga_ has quit IRC08:48
*** Marga_ has joined #heat08:49
*** inc0_ has quit IRC08:50
*** inc0_ has joined #heat08:50
*** pal has joined #heat08:51
*** KanagarajM has joined #heat08:57
*** pas-ha has quit IRC09:03
*** vijayagurug1 has joined #heat09:03
*** vijayagurug has quit IRC09:04
*** KanagarajM_ has joined #heat09:09
*** sdake has joined #heat09:11
*** KanagarajM has quit IRC09:13
*** sorantis has joined #heat09:14
*** pas-ha has joined #heat09:19
*** zhonghua-lee has joined #heat09:21
*** pas-ha has quit IRC09:28
*** pas-ha has joined #heat09:28
*** tochi has quit IRC09:30
*** tochi has joined #heat09:39
*** tiantian has joined #heat09:40
*** Yanyan has quit IRC09:43
*** dkusidlo has quit IRC09:43
openstackgerritMerged openstack/heat: Add and apply cinder backup constraint  https://review.openstack.org/18343309:55
*** zengyingzhe has quit IRC09:56
openstackgerritMerged openstack/heat: Fix stack-list after failed update  https://review.openstack.org/20643509:57
*** guy_rodrigue has joined #heat10:01
*** dims has joined #heat10:05
*** jcoufal has quit IRC10:11
*** MasterPiece has joined #heat10:13
*** dkusidlo has joined #heat10:19
*** tiantian has quit IRC10:19
*** pal_ has joined #heat10:33
*** ricolin has quit IRC10:33
*** zhonghua-lee has quit IRC10:34
*** zeih has joined #heat10:35
*** pal has quit IRC10:35
*** pal_ has quit IRC10:38
*** pal has joined #heat10:39
*** dkusidlo has quit IRC10:48
*** haigang has joined #heat10:52
*** dkusidlo has joined #heat10:54
*** vpanizo has joined #heat11:01
*** EricGonczer_ has joined #heat11:03
*** inc0_ has quit IRC11:04
*** vpanizo has quit IRC11:04
*** vpanizo has joined #heat11:05
*** EricGonc_ has joined #heat11:05
*** EricGonczer_ has quit IRC11:08
dimsskraynev: i am trying the py34 fix from https://review.openstack.org/#/c/215498/ here https://travis-ci.org/dims/heat/builds/76613867 - usually takes about 30 mins or so11:12
skraynevdims: got it. will wait11:12
dimsRan 3940 tests in 91.857s11:19
dimsPASSED (id=0, skips=8)11:19
dimslooks like it worked, thanks!11:19
dimsskraynev: ^^11:19
skraynevdims: \o/ cool!11:27
*** tochi has quit IRC11:28
*** rpothier has joined #heat11:29
*** dkusidlo_ has joined #heat11:30
*** dkusidlo has quit IRC11:31
*** dkusidlo_ is now known as dkusidlo11:31
*** pal has quit IRC11:34
openstackgerritOleksii Chuprykov proposed openstack/heat: Rolling update max_batch_size should be greater than 0  https://review.openstack.org/21558611:38
*** dkusidlo has quit IRC11:39
openstackgerritKanagaraj Manickam proposed openstack/heat: Search resource type based on version  https://review.openstack.org/21498311:43
openstackgerritKanagaraj Manickam proposed openstack/heat: Validate support_status while searching resource registry  https://review.openstack.org/21310711:43
openstackgerritKanagaraj Manickam proposed openstack/heat: Search based on the resource type name  https://review.openstack.org/21310811:43
openstackgerritKanagaraj Manickam proposed openstack/heat: Updates monasca plugins doc string to install python-monascaclient  https://review.openstack.org/21559211:54
*** pal has joined #heat11:58
*** dkusidlo has joined #heat11:59
openstackgerritOleksii Chuprykov proposed openstack/heat: Rolling update max_batch_size should be greater than 0  https://review.openstack.org/21558612:01
*** jcoufal has joined #heat12:03
*** EricGonc_ has quit IRC12:06
*** guy_rodrigue has left #heat12:14
*** jaime49 has joined #heat12:21
*** jaime49 has quit IRC12:21
*** yassine has quit IRC12:22
*** vijayagurug1 has left #heat12:22
*** jaime49 has joined #heat12:22
*** KanagarajM_ has quit IRC12:23
*** sergmelikyan has joined #heat12:25
*** gberginc has quit IRC12:29
*** inc0 has joined #heat12:29
*** sergmelikyan has quit IRC12:29
*** yassine has joined #heat12:30
*** pal has quit IRC12:33
*** jaime49 has quit IRC12:35
*** pal has joined #heat12:37
*** Marga_ has quit IRC12:38
*** Marga_ has joined #heat12:38
*** pal_ has joined #heat12:41
*** pal has quit IRC12:44
*** zeih has quit IRC12:50
*** chlong has joined #heat12:59
*** spzala has joined #heat13:00
*** sergmelikyan has joined #heat13:01
skraynevlooks like our py27 gate is broken13:02
*** MasterPiece has quit IRC13:02
*** serg_melikyan has joined #heat13:03
*** sergmelikyan has quit IRC13:03
openstackgerritOleksii Chuprykov proposed openstack/heat: Add batching create to ResourceGroup  https://review.openstack.org/18538513:05
*** pal_ has quit IRC13:05
*** jecarey has joined #heat13:06
*** vpanizo has quit IRC13:06
*** vpanizo has joined #heat13:07
*** chlong has quit IRC13:07
*** vpanizo has quit IRC13:09
*** vpanizo has joined #heat13:09
*** Piet has quit IRC13:10
*** jonesbr has joined #heat13:10
*** haigang has quit IRC13:10
*** neelashah has joined #heat13:11
*** jecarey has quit IRC13:12
*** pm90_ has joined #heat13:16
*** dims has quit IRC13:16
*** pm90__ has joined #heat13:17
*** dims has joined #heat13:17
*** ananta_ has quit IRC13:19
*** pm90_ has quit IRC13:21
*** aweiteka has quit IRC13:21
*** kmARC_ has joined #heat13:33
*** kmARC_ has quit IRC13:34
openstackgerritMerged openstack/heat: Updated from global requirements  https://review.openstack.org/21498913:36
*** haigang has joined #heat13:38
*** jecarey has joined #heat13:44
*** jcoufal has quit IRC13:44
*** Piet has joined #heat13:45
*** dkusidlo has quit IRC13:47
*** pas-ha has quit IRC13:50
*** pas-ha has joined #heat13:51
*** Qiming has joined #heat14:02
*** dyasny has joined #heat14:03
*** vijayagurug has joined #heat14:05
*** vijayagurug has left #heat14:06
*** inc0 has quit IRC14:20
*** haigang has quit IRC14:21
*** Qiming has quit IRC14:24
*** jasond has joined #heat14:29
*** vijendar has joined #heat14:39
*** bleepbloop has joined #heat14:39
*** dkusidlo has joined #heat14:40
*** kencjohnston has joined #heat14:42
*** kencjohnston has quit IRC14:42
*** kencjohnston has joined #heat14:42
*** crose has joined #heat14:55
*** steveg_afk has quit IRC14:56
*** sabeen has joined #heat14:59
*** serg_melikyan has quit IRC15:00
*** hdd has joined #heat15:01
*** e0ne has joined #heat15:02
*** Raj1 has joined #heat15:03
*** Raj1 has quit IRC15:03
*** Raj1 has joined #heat15:04
*** e0ne has quit IRC15:07
*** e0ne has joined #heat15:08
*** Drago has joined #heat15:13
*** Drago has quit IRC15:13
*** Drago has joined #heat15:13
*** sabeen has quit IRC15:15
*** dkusidlo has quit IRC15:18
*** haigang has joined #heat15:18
*** sergmelikyan has joined #heat15:18
*** Raj1 has quit IRC15:21
*** sabeen1 has joined #heat15:23
*** kencjohnston has quit IRC15:23
*** Drago has quit IRC15:25
*** Raj1 has joined #heat15:28
*** e0ne has quit IRC15:29
*** pal has joined #heat15:30
*** Drago has joined #heat15:35
*** Drago has quit IRC15:35
*** Drago has joined #heat15:36
*** Marga_ has quit IRC15:47
*** vpanizo has quit IRC15:47
*** Qiming has joined #heat15:48
*** vpanizo has joined #heat15:48
openstackgerritMerged openstack/heat: Remove redundant code  https://review.openstack.org/21547215:48
openstackgerritMerged openstack/heat: Add alternative way to use debugger for unittets   https://review.openstack.org/21466315:48
openstackgerritMerged openstack/heat: Fix description for "Not exact spelling"  https://review.openstack.org/21542415:48
openstackgerritMerged openstack/heat: Fix "{}" is not a list error for json parameter type  https://review.openstack.org/21521115:50
*** pal has quit IRC15:50
*** kfox1111 has joined #heat15:51
kfox1111ok.. here's one...15:51
kfox1111say I want to have a heat template take in a json array [22, 80, 443]15:51
kfox1111and I want to build a secuirty group out of it with rules like: {remote_ip_prefix: 0.0.0.0/0, port_range_min: 22, protocol: tcp, port_range_max: 22}15:52
*** vpanizo_ has joined #heat15:52
kfox1111is there an iterable thing that could do that?15:52
kfox1111I'm guessing not. :/15:52
*** vpanizo_ has quit IRC15:52
*** shardy_ has joined #heat15:54
*** haigang has quit IRC15:55
*** shardy has quit IRC15:56
*** vpanizo has quit IRC15:56
*** sorantis has quit IRC15:57
pas-hakfox1111, there is one - in newer template versions15:58
pas-harehttp://docs.openstack.org/developer/heat/template_guide/hot_spec.html#repeat15:59
pas-hahttp://docs.openstack.org/developer/heat/template_guide/hot_spec.html#repeat15:59
*** shardy_ has quit IRC16:00
pas-haavailable since 2015-04-3016:00
pas-hathat is Kilo16:00
kfox1111cool.16:00
kfox1111thats pretty new. :/16:00
*** Marga_ has joined #heat16:00
kfox1111heh. the example is exactly what I want. :)16:01
*** shardy has joined #heat16:01
pas-haexactly :)16:01
kfox1111is there a string to json parser?16:01
jwitkokfox1111, heads up there is a bug in which you can not iterate over a comma_separated_list retrieved via "{ get_param: }"16:01
jwitkoso your iterable lists currently have to be explicitly defined within the heat template16:02
*** sergmelikyan has quit IRC16:03
kfox1111oh... I think I might know how to do it. I think passing in a string to a param that's type json will parse it. So I can probably build the string, pass it to a nested template and then the engine will expand the rules. Should work with much older engines.16:03
*** sergmelikyan has joined #heat16:05
*** jistr has quit IRC16:05
*** pas-ha has quit IRC16:09
kfox1111that looks like it might work. heat stack-create  -f SecurityGroup_Defined.yaml -P Name=test -P 'Rules=[{"remote_ip_prefix":"0.0.0.0/0","port_range_min":22,"protocol":"tcp","port_range_max":22}]' test16:12
kfox1111so then I just need to take a list, and convert it to a string...16:12
*** tspatzier has quit IRC16:13
kfox1111a join function might work...16:14
*** Qiming has quit IRC16:18
*** Raj1 has quit IRC16:21
*** hdd has quit IRC16:22
*** dims is now known as dimsum__16:26
*** daneyon has joined #heat16:31
kfox1111in a security group, if min is specified but not max, whats the behavior?16:36
*** Raj1 has joined #heat16:37
kfox1111both are required. :/16:38
kfox1111so to do it with strings, I have to be able to duplicate an individual entry in the list...16:40
kfox1111not sure that one's doable without the loop. :/16:40
*** AlexeyElagin has quit IRC16:41
*** derekh has quit IRC16:43
*** sabeen1 has quit IRC16:51
*** jecarey has quit IRC16:52
*** achanda has joined #heat16:58
*** Marga_ has quit IRC17:00
*** lsmola has quit IRC17:13
openstackgerritMerged openstack/heat: Increase the concurrency of software-config functional test  https://review.openstack.org/21096317:23
*** jonesbr1 has joined #heat17:37
*** jonesbr has quit IRC17:38
*** jonesbr has joined #heat17:39
*** jonesbr1 has quit IRC17:41
*** kencjohnston has joined #heat17:42
*** achanda has quit IRC17:44
*** steveg_afk has joined #heat17:46
*** sabeen1 has joined #heat18:03
*** achanda has joined #heat18:07
*** achanda has quit IRC18:08
*** achanda has joined #heat18:08
*** achanda has quit IRC18:09
*** pal has joined #heat18:17
*** steveg_afk has quit IRC18:18
*** sabeen2 has joined #heat18:18
*** sabeen1 has quit IRC18:19
*** boris-42 has quit IRC18:20
*** gberginc has joined #heat18:26
*** gberginc has quit IRC18:31
*** kencjohnston has quit IRC18:38
*** pal has quit IRC18:40
*** e0ne has joined #heat18:43
*** jfluhmann has quit IRC18:45
*** sdake has quit IRC18:46
*** yassine has quit IRC18:49
*** cody-somerville has joined #heat18:54
*** kebray has joined #heat18:58
*** pal has joined #heat19:00
*** zhonghua-lee has joined #heat19:00
*** hdd has joined #heat19:01
*** sdake has joined #heat19:03
*** MasterPiece has joined #heat19:04
*** jtomasek has quit IRC19:04
*** steveg_afk has joined #heat19:05
*** zhonghua-lee has quit IRC19:07
kfox1111ok. this one should work with quite a few versions of heat: https://github.com/EMSL-MSC/heat-templates/blob/master/cfn/lib/SecurityGroup.yaml19:10
kfox1111the code's pretty ugly though. :/19:10
*** kebray has quit IRC19:10
kfox1111Would be very pretty if it was kilo+ only.19:10
*** kebray has joined #heat19:11
*** Marga_ has joined #heat19:15
*** Raj1 has quit IRC19:18
*** e0ne has quit IRC19:18
*** kencjohnston has joined #heat19:18
*** Marga_ has quit IRC19:19
*** kebray_ has joined #heat19:19
*** kebray has quit IRC19:19
*** Marga_ has joined #heat19:19
*** Raj1 has joined #heat19:25
*** Raj1 has quit IRC19:26
*** Raj1 has joined #heat19:26
*** pal has quit IRC19:34
*** dsneddon has quit IRC19:37
*** steveg_afk has quit IRC19:39
*** signed8bit has joined #heat19:39
*** signed8b_ has joined #heat19:41
*** e0ne has joined #heat19:42
*** dsneddon has joined #heat19:43
*** signed8bit has quit IRC19:44
*** neelashah has quit IRC19:45
*** pm90__ has quit IRC19:46
*** pm90_ has joined #heat19:46
*** e0ne has quit IRC19:53
*** signed8b_ has quit IRC19:56
*** pal has joined #heat19:56
*** boris-42 has joined #heat19:58
*** cody-somerville has quit IRC20:00
*** pal has quit IRC20:05
*** dyasny has quit IRC20:10
*** Marga_ has quit IRC20:12
*** signed8bit has joined #heat20:12
*** tspatzier has joined #heat20:13
*** dyasny has joined #heat20:16
*** signed8b_ has joined #heat20:16
*** Marga_ has joined #heat20:18
*** pm90__ has joined #heat20:18
*** signed8bit has quit IRC20:18
*** pm90_ has quit IRC20:21
*** sergmelikyan has quit IRC20:30
*** sergmelikyan has joined #heat20:32
*** crose has quit IRC20:37
*** dyasny has quit IRC20:43
*** kencjohnston has quit IRC20:45
*** kencjohnston has joined #heat20:46
*** kebray_ has quit IRC20:56
*** kencjohnston has quit IRC21:06
*** shangxdy has quit IRC21:10
*** tspatzier has quit IRC21:10
*** shangxdy has joined #heat21:10
openstackgerritJason Dunsmore proposed openstack/heat: Do not pass rich objects in CloudNetwork resource  https://review.openstack.org/21578421:10
*** Piet has quit IRC21:17
*** jonesbr has left #heat21:22
*** jonesbr has joined #heat21:25
*** Piet has joined #heat21:26
*** Raj1 has quit IRC21:27
*** jonesbr has left #heat21:28
*** shangxdy has quit IRC21:30
*** shangxdy has joined #heat21:30
*** signed8b_ has quit IRC21:33
*** Piet has quit IRC21:34
*** steveg_afk has joined #heat21:44
*** MasterPiece has quit IRC21:48
*** jruano has joined #heat21:56
*** jasond has quit IRC21:56
*** vijendar has quit IRC22:01
*** sergmelikyan has quit IRC22:09
*** bleepbloop has quit IRC22:10
*** achanda has joined #heat22:38
*** sergmelikyan has joined #heat22:38
*** sergmelikyan has quit IRC22:38
*** hdd has quit IRC22:44
*** sergmelikyan has joined #heat22:47
*** sergmelikyan has quit IRC22:53
*** sergmelikyan has joined #heat22:55
*** sabeen2 has quit IRC22:59
*** sergmelikyan has quit IRC23:00
*** Drago has quit IRC23:00
*** sabeen1 has joined #heat23:24
*** daneyon has quit IRC23:34
*** jruano has quit IRC23:37
*** rpothier has quit IRC23:45
*** jruano has joined #heat23:55
*** steveg_afk has quit IRC23:56

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