| *** Putns has quit IRC | 00:00 | |
| *** Qiming has joined #heat | 00:09 | |
| *** alexheneveld has joined #heat | 00:10 | |
| *** Qiming has quit IRC | 00:14 | |
| openstackgerrit | Merged openstack/heat-templates: Sample to show how to get server console url https://review.openstack.org/110299 | 00:40 |
|---|---|---|
| *** mc__ has joined #heat | 00:44 | |
| *** derekh has quit IRC | 00:47 | |
| *** tochi has joined #heat | 00:48 | |
| *** tellesnobrega_ has quit IRC | 00:52 | |
| *** kopparam has joined #heat | 00:53 | |
| *** kopparam has quit IRC | 00:58 | |
| *** tellesnobrega_ has joined #heat | 00:58 | |
| *** Qiming has joined #heat | 01:16 | |
| Qiming | morning | 01:16 |
| *** alexpilotti has quit IRC | 01:18 | |
| asalkeld | hi Qiming | 01:24 |
| Qiming | asalkeld, hi | 01:24 |
| asalkeld | Qiming, any thoughts on how you would like to progress with the as? | 01:27 |
| Qiming | asalkeld, had a quick sync with the team, maybe we would go option 1 you suggested | 01:28 |
| asalkeld | 2 might be faster | 01:28 |
| asalkeld | mildly tempted by that | 01:28 |
| Qiming | the reason is 1) less risk breaking things; 2) no need of dedicated resources (especially cores) | 01:28 |
| asalkeld | yeah | 01:29 |
| asalkeld | the main downside is the code churn and thus review burden | 01:29 |
| Qiming | we also discussed option 2, it IS much faster and even preferrable if we have resources commited, at least at the very beginning | 01:30 |
| asalkeld | i think it's worth discussing maybe at a weekly meeting or on the ml sometime | 01:30 |
| Qiming | so ... I about to send out an email to trigger a discussion? | 01:31 |
| asalkeld | cool | 01:32 |
| asalkeld | that will work | 01:32 |
| Qiming | ok, will do | 01:32 |
| *** ramishra has joined #heat | 02:03 | |
| huangtianhua | asalkeld: hi | 02:04 |
| asalkeld | hiya huangtianhua | 02:04 |
| *** nosnos has joined #heat | 02:06 | |
| huangtianhua | the patch https://review.openstack.org/#/c/134879/, it failed because the tempest failed, and I proposal the one https://review.openstack.org/#/c/135519/, and I asked <oomichi> to approve, he said need +2 in heat patch, so would you please to review it:) | 02:06 |
| asalkeld | looking huangtianhua | 02:07 |
| huangtianhua | thx:) | 02:07 |
| asalkeld | huangtianhua it looks like it needs rebasing | 02:08 |
| openstackgerrit | huangtianhua proposed openstack/heat: Apply nova flavor constraint for resources https://review.openstack.org/134879 | 02:08 |
| huangtianhua | ok, let's wait jenkins +1 | 02:08 |
| huangtianhua | no, jenkins will -1:( | 02:09 |
| asalkeld | huangtianhua, ping me when it needs some attention | 02:11 |
| huangtianhua | ok, thanks:) | 02:11 |
| asalkeld | too much review'ing I need to code something | 02:11 |
| asalkeld | :-( | 02:11 |
| huangtianhua | :) super man | 02:14 |
| asalkeld | not really, i've had a super unproductive week - (planning to move house, kids schools etc) | 02:15 |
| stevebaker | asalkeld: stormy there? Red Hat office shut down, water damage, windows blown out | 02:18 |
| openstackgerrit | huangtianhua proposed openstack/heat: Record update_time for suspend/resume/snapshot actions https://review.openstack.org/136224 | 02:22 |
| asalkeld | stevebaker, yeah was exciting | 02:24 |
| asalkeld | stevebaker, http://www.news.com.au/technology/environment/brisbane-hit-by-golf-ball-sized-hail-storms/story-e6frflp0-1227137381983 | 02:24 |
| *** elynn has joined #heat | 02:25 | |
| elynn | morning :) | 02:25 |
| *** erkules_ has joined #heat | 02:25 | |
| asalkeld | elynn, hi | 02:25 |
| elynn | hi asalkeld :) | 02:27 |
| huangtianhua | asalkeld: about the instanceId for launchconfig res https://review.openstack.org/#/c/132627/, after I read http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/create-lc-with-instanceID.html, I don't think the docs of aws cloudformation is correct for the ImageId and InstanceType are 'required', how do you think of this? | 02:27 |
| *** erkules has quit IRC | 02:27 | |
| asalkeld | huangtianhua, let me have another read | 02:28 |
| elynn | Is there any way to combine stack template and nest template into one template? | 02:28 |
| *** apporc has joined #heat | 02:29 | |
| asalkeld | elynn, huh? | 02:29 |
| stevebaker | asalkeld: crikey | 02:29 |
| asalkeld | some of those hail stones you could watch individually fall from a couple of hundred meters away | 02:30 |
| asalkeld | must have been tennis ball size | 02:31 |
| elynn | As https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml is require another template lb_server.yamle. | 02:31 |
| Qiming | omg, tennis ball size, really? | 02:31 |
| elynn | Is there any way to put these two template into one template? | 02:31 |
| asalkeld | elynn, squishing two templates into one is really messy | 02:31 |
| elynn | So that I can use horizon to create autoscale stack | 02:32 |
| asalkeld | elynn, i'd rather horizon just gets better | 02:33 |
| asalkeld | it does not support nested stacks very well at all | 02:33 |
| asalkeld | rather than doing this: https://review.openstack.org/#/c/124619/ | 02:33 |
| asalkeld | i really don't like that ^ | 02:33 |
| *** Qiming_ has joined #heat | 02:34 | |
| asalkeld | huangtianhua, i think you would have to make imageid and instancetype optional, then add that logic into the validate | 02:36 |
| *** Qiming has quit IRC | 02:36 | |
| huangtianhua | asalkeld: yes, I think so:) | 02:37 |
| elynn | seems horizon is not very convenient to heat. | 02:37 |
| huangtianhua | asalkeld: Will propose spec and patch for this | 02:38 |
| elynn | another thing :) do you have time to review https://review.openstack.org/#/c/136763/? | 02:38 |
| asalkeld | done | 02:39 |
| elynn | so quick ! thx! | 02:40 |
| huangtianhua | stevebaker: would you please https://review.openstack.org/#/c/130107/ :) | 02:40 |
| *** alexheneveld has quit IRC | 02:44 | |
| ramishra | stevebaker: Hi | 02:46 |
| openstackgerrit | huangtianhua proposed openstack/heat: Support cinder volume retype https://review.openstack.org/137509 | 02:46 |
| *** kopparam has joined #heat | 02:46 | |
| *** dims has quit IRC | 02:47 | |
| ramishra | stevebaker: I've question on how we can use software deployments with AutoScalingGroup? What I can think of is, 'SoftwareDeployments' 'SERVERS' property being set with 'InstanceGroup' INSTANCE_LIST. But they seem to be incompatible types. I'm looking some better/controlled way to apply software deployment to an AutoScalingGroup? | 02:55 |
| huangtianhua | asalkeld: https://review.openstack.org/#/c/134879/ jenkins complete | 02:56 |
| asalkeld | huangtianhua, is says -1 | 02:57 |
| ramishra | stevebaker: does this make sense at all? Is it possible? | 02:57 |
| huangtianhua | asalkeld: the tempest failed, because the launchconfig res creation in tempest doen't take flavor, so | 02:58 |
| huangtianhua | asalkeld: so I proposed the tempest patch https://review.openstack.org/#/c/135519/ | 02:58 |
| asalkeld | so they are waiting for one +2 ? | 02:59 |
| huangtianhua | asalkeld: yes:) | 02:59 |
| asalkeld | done | 03:00 |
| asalkeld | now i am off to lunch | 03:00 |
| huangtianhua | asalkeld: thanks:) | 03:00 |
| Qiming_ | lunch? | 03:00 |
| asalkeld | 1pm | 03:00 |
| Qiming_ | ah, 2 hours ahead of us | 03:01 |
| *** apporc_ has joined #heat | 03:11 | |
| *** apporc has quit IRC | 03:11 | |
| *** LiJiansheng has joined #heat | 03:14 | |
| *** kopparam has quit IRC | 03:16 | |
| *** hdd has joined #heat | 03:20 | |
| *** harlowja_at_home has joined #heat | 03:21 | |
| openstackgerrit | Merged openstack/heat: Fix package name when using heat-db-setup in rhel7 https://review.openstack.org/136763 | 03:31 |
| *** nosnos has quit IRC | 03:32 | |
| *** Qiming_ has quit IRC | 03:40 | |
| *** randallburt has joined #heat | 03:40 | |
| *** Qiming has joined #heat | 03:56 | |
| *** nosnos has joined #heat | 04:01 | |
| *** hdd has quit IRC | 04:08 | |
| openstackgerrit | huangtianhua proposed openstack/heat-specs: Implement 'InstanceId' for LaunchConfiguration https://review.openstack.org/132627 | 04:11 |
| *** zhenzanz has joined #heat | 04:30 | |
| *** GonZo2K has quit IRC | 04:35 | |
| *** LiJiansheng has quit IRC | 04:37 | |
| *** jyoti-ranjan has joined #heat | 04:41 | |
| *** hdd has joined #heat | 04:42 | |
| *** rushiagr is now known as rushiagr_away | 04:44 | |
| *** rushiagr_away is now known as rushiagr | 04:45 | |
| *** kopparam has joined #heat | 04:47 | |
| *** harlowja_at_home has quit IRC | 04:47 | |
| *** KanagarajM has joined #heat | 04:52 | |
| *** hdd has quit IRC | 04:59 | |
| *** mc__ has quit IRC | 05:01 | |
| *** ckmvishnu has joined #heat | 05:04 | |
| *** asalkeld has quit IRC | 05:04 | |
| *** randallburt has quit IRC | 05:07 | |
| *** tellesnobrega_ has quit IRC | 05:07 | |
| *** tellesnobrega_ has joined #heat | 05:08 | |
| *** asalkeld has joined #heat | 05:09 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Apply nova server constraints for resources https://review.openstack.org/134151 | 05:09 |
| openstackgerrit | huangtianhua proposed openstack/heat: Apply nova flavor constraint for resources https://review.openstack.org/134879 | 05:10 |
| *** kopparam has quit IRC | 05:15 | |
| *** mc__ has joined #heat | 05:18 | |
| *** unmeshg has joined #heat | 05:23 | |
| *** liuxx has joined #heat | 05:33 | |
| *** ananta has joined #heat | 05:43 | |
| liuxx | stevebaker, would you please have a look at https://review.openstack.org/#/c/133407/ ? the new patch set fixed pep8 check failure | 05:45 |
| *** dims has joined #heat | 05:48 | |
| *** LiJiansheng has joined #heat | 05:51 | |
| *** dims has quit IRC | 05:52 | |
| *** killer_prince is now known as lazy_prince | 05:55 | |
| *** apporc_ has quit IRC | 06:06 | |
| *** ishant has joined #heat | 06:16 | |
| *** apporc_ has joined #heat | 06:26 | |
| *** apporc has joined #heat | 06:26 | |
| *** EricGonczer_ has joined #heat | 06:35 | |
| *** jprovazn has joined #heat | 06:43 | |
| *** liuxx__ has joined #heat | 06:44 | |
| *** liuxx has quit IRC | 06:44 | |
| *** jyoti-ranjan has quit IRC | 06:56 | |
| *** jyoti-ranjan has joined #heat | 06:56 | |
| *** EricGonczer_ has quit IRC | 06:58 | |
| *** k4n0 has joined #heat | 07:00 | |
| openstackgerrit | Qi Zhang proposed openstack/heat: Pickup the region name passed in from heatclient https://review.openstack.org/135521 | 07:08 |
| *** kopparam has joined #heat | 07:09 | |
| *** elynn has quit IRC | 07:19 | |
| *** dkusidlo has joined #heat | 07:19 | |
| *** eglynn_ has joined #heat | 07:20 | |
| *** dkusidlo has quit IRC | 07:27 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Make 'admin_pass' updatable for nova server https://review.openstack.org/137730 | 07:28 |
| *** elynn has joined #heat | 07:31 | |
| *** dkusidlo has joined #heat | 07:31 | |
| *** kopparam has quit IRC | 07:34 | |
| *** jtomasek has joined #heat | 07:51 | |
| *** Putns has joined #heat | 07:51 | |
| *** tspatzier has joined #heat | 07:51 | |
| *** inc0 has joined #heat | 07:52 | |
| inc0 | good morning | 07:52 |
| *** skraynev_ has joined #heat | 07:55 | |
| skraynev_ | morning all | 07:55 |
| openstackgerrit | Merged openstack/heat: Add default_client_name in Nova::FloatingIPAssoc https://review.openstack.org/137624 | 08:05 |
| *** pas-ha has joined #heat | 08:10 | |
| *** mc__ has quit IRC | 08:11 | |
| *** jyoti-ranjan has quit IRC | 08:12 | |
| *** dkusidlo has quit IRC | 08:15 | |
| *** dkusidlo has joined #heat | 08:17 | |
| huangtianhua | skraynev: hi, would you please to review https://review.openstack.org/#/c/130107 and https://review.openstack.org/#/c/135524/ thx:) | 08:19 |
| *** pas-ha has quit IRC | 08:19 | |
| *** pas-ha has joined #heat | 08:21 | |
| *** jistr has joined #heat | 08:22 | |
| *** jyoti-ranjan has joined #heat | 08:25 | |
| *** mc__ has joined #heat | 08:26 | |
| openstackgerrit | Qiming Teng proposed openstack/heat: Add type validation for LaunchConfigurationName https://review.openstack.org/137740 | 08:26 |
| *** eglynn_ has quit IRC | 08:26 | |
| *** tomek_adamczewsk has joined #heat | 08:27 | |
| pas-ha | morning all | 08:27 |
| Qiming | morning, :) | 08:28 |
| *** erkules_ is now known as erkules | 08:29 | |
| *** alexheneveld has joined #heat | 08:31 | |
| *** che-arne has joined #heat | 08:38 | |
| *** che-arn2 has joined #heat | 08:38 | |
| *** che-arn2 has quit IRC | 08:40 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Take admin password for server rebuild https://review.openstack.org/137746 | 08:43 |
| *** tochi has quit IRC | 08:43 | |
| openstackgerrit | Qiming Teng proposed openstack/heat: Fix documentation on Fn::Base64 function https://review.openstack.org/137747 | 08:46 |
| *** sorantis has joined #heat | 08:48 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Implement 'InstanceId' for autoscaling group https://review.openstack.org/133905 | 08:50 |
| *** kopparam has joined #heat | 08:51 | |
| *** sorantis has left #heat | 08:52 | |
| *** dkusidlo has quit IRC | 08:54 | |
| openstackgerrit | Merged openstack/heat-templates: Fix docker hook README formatting https://review.openstack.org/136771 | 08:55 |
| *** k4n0 has quit IRC | 08:56 | |
| *** jcoufal has joined #heat | 08:57 | |
| openstackgerrit | Merged openstack/heat-templates: Truncate last_metadata file dumped by cfn-init hook https://review.openstack.org/133407 | 08:58 |
| *** zhenzanz has quit IRC | 09:01 | |
| *** chlong has quit IRC | 09:01 | |
| *** dkusidlo has joined #heat | 09:01 | |
| openstackgerrit | Merged openstack/heat: Handle error with non existing template file https://review.openstack.org/135924 | 09:13 |
| *** derekh has joined #heat | 09:18 | |
| *** dulek has joined #heat | 09:18 | |
| *** ishant|2 has joined #heat | 09:18 | |
| *** ishant has quit IRC | 09:21 | |
| *** alexheneveld has quit IRC | 09:21 | |
| *** kopparam has quit IRC | 09:25 | |
| *** dkusidlo has quit IRC | 09:28 | |
| *** ishant has joined #heat | 09:28 | |
| *** ishant|2 has quit IRC | 09:31 | |
| *** mkerrin has quit IRC | 09:34 | |
| *** tspatzier has quit IRC | 09:36 | |
| *** f13o has quit IRC | 09:36 | |
| *** dkusidlo has joined #heat | 09:39 | |
| *** tspatzier has joined #heat | 09:53 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Implement 'InstanceId' for LaunchConfiguration https://review.openstack.org/133401 | 09:54 |
| *** LiJiansheng has quit IRC | 09:54 | |
| *** apporc has quit IRC | 09:54 | |
| *** blues-man has joined #heat | 10:00 | |
| *** jamielennox is now known as jamielennox|away | 10:05 | |
| *** dkusidlo has quit IRC | 10:05 | |
| *** mkerrin has joined #heat | 10:07 | |
| *** fayablazer has joined #heat | 10:07 | |
| *** elynn has quit IRC | 10:10 | |
| *** jistr has quit IRC | 10:11 | |
| openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Add console_urls attribute to server resource https://review.openstack.org/124463 | 10:12 |
| *** mc__ has quit IRC | 10:13 | |
| *** Qiming has quit IRC | 10:13 | |
| *** dkusidlo has joined #heat | 10:15 | |
| *** tomek_adamczewsk has quit IRC | 10:16 | |
| *** tomek_adamczewsk has joined #heat | 10:16 | |
| *** fandi has quit IRC | 10:18 | |
| *** liuxx__ has quit IRC | 10:19 | |
| *** miarmak_ has quit IRC | 10:20 | |
| *** tomek_adamczewsk has quit IRC | 10:20 | |
| *** tomek_adamczewsk has joined #heat | 10:20 | |
| *** dkusidlo has quit IRC | 10:23 | |
| *** tspatzier has quit IRC | 10:23 | |
| *** sgran has quit IRC | 10:24 | |
| *** sgran has joined #heat | 10:24 | |
| *** kopparam has joined #heat | 10:27 | |
| *** elynn has joined #heat | 10:32 | |
| *** alexheneveld has joined #heat | 10:33 | |
| *** jistr has joined #heat | 10:34 | |
| *** ishant|2 has joined #heat | 10:35 | |
| *** ishant has quit IRC | 10:35 | |
| *** ishant has joined #heat | 10:37 | |
| *** ishant|2 has quit IRC | 10:40 | |
| *** ramishra has quit IRC | 10:53 | |
| *** kopparam has quit IRC | 10:55 | |
| *** tellesnobrega_ has quit IRC | 11:01 | |
| *** KanagarajM has quit IRC | 11:04 | |
| *** ishant|2 has joined #heat | 11:07 | |
| *** ishant has quit IRC | 11:09 | |
| *** asalkeld has quit IRC | 11:17 | |
| *** prazumovsky has joined #heat | 11:26 | |
| *** viktors|afk is now known as viktors | 11:27 | |
| *** blues-man has quit IRC | 11:27 | |
| *** jyoti-ranjan has quit IRC | 11:31 | |
| *** fayablazer has quit IRC | 11:35 | |
| openstackgerrit | Qiming Teng proposed openstack/heat: Don't block stack deletion if user creds fail https://review.openstack.org/137771 | 11:43 |
| *** Qiming has joined #heat | 11:43 | |
| *** alexheneveld has quit IRC | 11:50 | |
| *** fandi has joined #heat | 11:53 | |
| openstackgerrit | Peter Razumovsky proposed openstack/heat: Improve Property error msg for properties validate https://review.openstack.org/127150 | 11:59 |
| *** tomek_adamczews1 has joined #heat | 12:02 | |
| *** tomek_adamczewsk has quit IRC | 12:04 | |
| *** tomek_adamczewsk has joined #heat | 12:05 | |
| *** fayablazer has joined #heat | 12:05 | |
| *** tomek_adamczews1 has quit IRC | 12:07 | |
| *** tspatzier has joined #heat | 12:10 | |
| *** alexpilotti has joined #heat | 12:13 | |
| *** alexpilotti has quit IRC | 12:17 | |
| *** rushiagr is now known as rushiagr_away | 12:21 | |
| *** zhenzanz has joined #heat | 12:26 | |
| *** tomek_adamczewsk has quit IRC | 12:35 | |
| *** ramishra has joined #heat | 12:39 | |
| *** kopparam has joined #heat | 12:45 | |
| *** sabeen1 has joined #heat | 12:49 | |
| *** tspatzier has quit IRC | 12:51 | |
| *** alexpilotti has joined #heat | 12:51 | |
| *** alexpilotti has quit IRC | 12:55 | |
| *** nosnos has quit IRC | 12:55 | |
| *** alexpilotti has joined #heat | 12:58 | |
| Qiming | shardy, help? | 13:03 |
| *** lazy_prince is now known as killer_prince | 13:10 | |
| *** sgran has quit IRC | 13:12 | |
| *** sgran has joined #heat | 13:12 | |
| *** kopparam has quit IRC | 13:13 | |
| *** tomek_adamczewsk has joined #heat | 13:16 | |
| *** boris-42 has quit IRC | 13:17 | |
| openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix error msg invalid stack or res name https://review.openstack.org/137784 | 13:22 |
| *** alexpilotti has quit IRC | 13:23 | |
| *** tspatzier has joined #heat | 13:24 | |
| *** unmeshg has quit IRC | 13:26 | |
| *** alexpilotti has joined #heat | 13:26 | |
| *** sabeen1 has quit IRC | 13:32 | |
| *** dims has joined #heat | 13:41 | |
| openstackgerrit | Qiming Teng proposed openstack/heat: Don't block stack deletion if user creds fail https://review.openstack.org/137771 | 13:42 |
| *** tomek_adamczews1 has joined #heat | 13:48 | |
| prazumovsky | Hello, I have a question about OS::Neutron::LoadBalancer. | 13:48 |
| pas-ha | shoot | 13:49 |
| *** dkusidlo has joined #heat | 13:49 | |
| *** tomek_adamczewsk has quit IRC | 13:50 | |
| prazumovsky | Does it needs own physical_resource_id? At this moment, it's physical_resource_id is empty. But, I don't really think, that resource_id necessarily needed for LoadBalancer | 13:51 |
| prazumovsky | So, I need advice. | 13:53 |
| *** prazumovsky has quit IRC | 13:54 | |
| *** prazumovsky has joined #heat | 13:54 | |
| pas-ha | does it has an id in neutron api? | 13:55 |
| *** inc0 has quit IRC | 13:57 | |
| prazumovsky | Your question is the answer for me, thanks:) | 13:58 |
| *** apporc has joined #heat | 13:58 | |
| *** rushiagr_away is now known as rushiagr | 13:58 | |
| prazumovsky | It has no id | 13:58 |
| pas-ha | looks like not, that's a convenience resource to tie members with pool | 13:58 |
| prazumovsky | yes, I agree with you | 13:59 |
| *** dkusidlo has quit IRC | 14:01 | |
| *** dulek_ has joined #heat | 14:02 | |
| *** dulek has quit IRC | 14:03 | |
| *** kopparam has joined #heat | 14:06 | |
| *** dkusidlo has joined #heat | 14:07 | |
| *** dulek_ has quit IRC | 14:10 | |
| *** dkusidlo has quit IRC | 14:15 | |
| *** dkusidlo has joined #heat | 14:20 | |
| openstackgerrit | Qiming Teng proposed openstack/heat: Don't block stack deletion if user creds fail https://review.openstack.org/137771 | 14:20 |
| Qiming | prazumovsky, thanks for the review. test case revised and submitted. | 14:21 |
| *** elynn has quit IRC | 14:27 | |
| *** ishant|2 has quit IRC | 14:28 | |
| *** dulek has joined #heat | 14:28 | |
| *** hdd has joined #heat | 14:29 | |
| *** zhenzanz_ has joined #heat | 14:31 | |
| *** zhenzanz has quit IRC | 14:33 | |
| *** zhenzanz_ is now known as zhenzanz | 14:33 | |
| *** ckmvishnu has quit IRC | 14:33 | |
| *** inc0 has joined #heat | 14:38 | |
| *** dulek has quit IRC | 14:40 | |
| *** dkusidlo has quit IRC | 14:41 | |
| *** vijendar has quit IRC | 14:41 | |
| *** kebray has joined #heat | 14:44 | |
| *** dulek has joined #heat | 14:44 | |
| *** kebray has quit IRC | 14:44 | |
| *** kebray has joined #heat | 14:45 | |
| openstackgerrit | Peter Razumovsky proposed openstack/heat: Change Neutron::FloatingIPAssociation res's name https://review.openstack.org/137799 | 14:49 |
| *** dulek has quit IRC | 14:50 | |
| *** tomek_adamczewsk has joined #heat | 14:58 | |
| *** tomek_adamczews1 has quit IRC | 14:59 | |
| *** apporc has quit IRC | 15:03 | |
| openstackgerrit | Qiming Teng proposed openstack/heat: Add InstanceList attr to AutoScalingGroup. https://review.openstack.org/137077 | 15:09 |
| *** sorantis has joined #heat | 15:12 | |
| *** jprovazn has quit IRC | 15:14 | |
| *** jcoufal has quit IRC | 15:15 | |
| *** randallburt has joined #heat | 15:16 | |
| *** inc0 has quit IRC | 15:16 | |
| *** randallburt has quit IRC | 15:18 | |
| *** randallburt has joined #heat | 15:18 | |
| *** inc0 has joined #heat | 15:20 | |
| *** Qiming has quit IRC | 15:21 | |
| *** fandi has quit IRC | 15:23 | |
| *** tspatzier has quit IRC | 15:24 | |
| *** tspatzier has joined #heat | 15:24 | |
| *** tspatzier has quit IRC | 15:25 | |
| *** inc0 has quit IRC | 15:25 | |
| *** zhenzanz has quit IRC | 15:32 | |
| *** EricGonczer_ has joined #heat | 15:32 | |
| *** ananta has quit IRC | 15:33 | |
| *** vijendar has joined #heat | 15:34 | |
| *** vijendar has quit IRC | 15:34 | |
| *** vijendar has joined #heat | 15:34 | |
| *** tomek_adamczews1 has joined #heat | 15:36 | |
| *** tomek_adamczewsk has quit IRC | 15:37 | |
| *** dulek has joined #heat | 15:38 | |
| *** dulek has quit IRC | 15:44 | |
| openstackgerrit | Peter Razumovsky proposed openstack/heat: Change Neutron::FloatingIPAssociation res's name https://review.openstack.org/137799 | 15:45 |
| *** prazumovsky has quit IRC | 15:45 | |
| *** sorantis has quit IRC | 15:46 | |
| *** EricGonczer_ has quit IRC | 15:50 | |
| *** kopparam has quit IRC | 15:53 | |
| *** hdd has quit IRC | 15:53 | |
| *** kebray has quit IRC | 15:59 | |
| *** tomek_adamczews1 has quit IRC | 16:00 | |
| *** skraynev_ has quit IRC | 16:07 | |
| *** dims has quit IRC | 16:07 | |
| *** sdake has joined #heat | 16:14 | |
| *** dkusidlo has joined #heat | 16:23 | |
| *** kopparam has joined #heat | 16:24 | |
| *** dkusidlo has quit IRC | 16:25 | |
| *** tomek_adamczewsk has joined #heat | 16:30 | |
| *** shakamunyi has joined #heat | 16:30 | |
| *** shakamunyi has quit IRC | 16:31 | |
| *** tomek_adamczewsk has quit IRC | 16:36 | |
| *** sorantis has joined #heat | 16:42 | |
| *** derekh has quit IRC | 16:53 | |
| *** viktors is now known as viktors|afk | 16:55 | |
| *** dims has joined #heat | 17:08 | |
| *** dims has quit IRC | 17:13 | |
| *** Kieleth has quit IRC | 17:15 | |
| *** sdake has quit IRC | 17:15 | |
| *** kebray has joined #heat | 17:17 | |
| *** dims has joined #heat | 17:18 | |
| *** kebray has quit IRC | 17:19 | |
| *** dims has quit IRC | 17:21 | |
| *** kopparam has quit IRC | 17:25 | |
| *** dims has joined #heat | 17:30 | |
| *** alexpilotti has quit IRC | 17:32 | |
| *** dims has quit IRC | 17:34 | |
| *** fandi has joined #heat | 17:36 | |
| *** jistr has quit IRC | 17:53 | |
| *** hdd has joined #heat | 17:58 | |
| *** alexpilotti has joined #heat | 18:04 | |
| *** sarob has joined #heat | 18:08 | |
| *** boris-42 has joined #heat | 18:09 | |
| *** pas-ha has quit IRC | 18:20 | |
| openstackgerrit | Tetiana Lashchova proposed openstack/python-heatclient: Initial setup for i18n support https://review.openstack.org/137842 | 18:26 |
| *** Guest68123 has joined #heat | 18:31 | |
| *** Guest68123 has quit IRC | 18:37 | |
| *** kopparam has joined #heat | 18:39 | |
| *** ramishra has quit IRC | 18:43 | |
| *** kopparam has quit IRC | 18:44 | |
| *** harlowja_away is now known as harlowja_ | 18:57 | |
| *** kopparam has joined #heat | 19:10 | |
| openstackgerrit | Tetiana Lashchova proposed openstack/python-heatclient: Initial setup for i18n support https://review.openstack.org/137842 | 19:12 |
| *** dims has joined #heat | 19:13 | |
| *** sarob has quit IRC | 19:14 | |
| *** kopparam has quit IRC | 19:14 | |
| *** dims has quit IRC | 19:18 | |
| *** hdd has quit IRC | 19:30 | |
| openstackgerrit | Pratik Mallya proposed openstack/heat: Pass status reason when trove misbehaves https://review.openstack.org/131563 | 19:31 |
| *** eglynn_ has joined #heat | 19:33 | |
| openstackgerrit | Pratik Mallya proposed openstack/heat: Pass status reason when trove misbehaves https://review.openstack.org/131563 | 19:53 |
| *** rushiagr is now known as rushiagr_away | 19:54 | |
| *** fayablazer has quit IRC | 19:54 | |
| *** kopparam has joined #heat | 19:57 | |
| *** hdd has joined #heat | 19:58 | |
| *** eglynn_ has quit IRC | 20:13 | |
| *** hdd has quit IRC | 20:13 | |
| openstackgerrit | Pratik Mallya proposed openstack/heat: Pass status reason when trove misbehaves https://review.openstack.org/131563 | 20:23 |
| *** jtomasek has quit IRC | 20:33 | |
| *** boris-42 has quit IRC | 20:37 | |
| *** kopparam has joined #heat | 20:40 | |
| *** jtomasek has joined #heat | 20:41 | |
| openstackgerrit | Miguel Grinberg proposed openstack/heat: Consider invalid keywords a template validation error https://review.openstack.org/137290 | 20:43 |
| *** alexpilotti has quit IRC | 20:48 | |
| *** boris-42 has joined #heat | 20:49 | |
| *** Drago has joined #heat | 21:13 | |
| *** kebray has joined #heat | 21:13 | |
| *** Drago has quit IRC | 21:14 | |
| *** Drago has joined #heat | 21:14 | |
| *** kebray has quit IRC | 21:14 | |
| *** kebray has joined #heat | 21:15 | |
| *** kopparam has joined #heat | 21:30 | |
| *** kopparam has quit IRC | 21:35 | |
| *** jtomasek has quit IRC | 21:37 | |
| *** randallburt has quit IRC | 21:38 | |
| *** kebray_ has joined #heat | 21:54 | |
| *** sorantis has quit IRC | 21:56 | |
| *** kebray has quit IRC | 21:56 | |
| *** swygue has quit IRC | 22:04 | |
| *** hdd has joined #heat | 22:12 | |
| *** vijendar has quit IRC | 22:12 | |
| *** dims has joined #heat | 22:18 | |
| *** Drago has quit IRC | 22:19 | |
| *** swygue has joined #heat | 22:19 | |
| *** harlowja_ is now known as harlowja_away | 22:21 | |
| *** jamielennox|away is now known as jamielennox | 22:22 | |
| *** dims has quit IRC | 22:23 | |
| *** ari__ has joined #heat | 22:24 | |
| *** kopparam has joined #heat | 22:33 | |
| *** alexheneveld has joined #heat | 22:36 | |
| *** tellesnobrega_ has joined #heat | 22:37 | |
| *** tellesnobrega_ has quit IRC | 22:40 | |
| *** Drago has joined #heat | 22:44 | |
| *** swygue has quit IRC | 22:44 | |
| *** boris-42 has quit IRC | 22:57 | |
| *** swygue has joined #heat | 22:58 | |
| *** rdo has quit IRC | 23:00 | |
| *** rdo has joined #heat | 23:02 | |
| *** hdd has quit IRC | 23:02 | |
| *** kopparam has quit IRC | 23:04 | |
| ari__ | I have a heat template with a resource name container. The container resource has an attribute called Container whoch is a MAP. It is nested dictionary. | 23:19 |
| ari__ | In the stack output section I have something as follows: http://pastebin.com/YRnLiNLt | 23:21 |
| ari__ | When I log the MAP the dictionary has the follwoing structure: http://pastebin.com/r3nkWRmS | 23:23 |
| ari__ | But the output when the sack is completered returns Null | 23:24 |
| ari__ | None | 23:24 |
| ari__ | Is there anything I am misssing? | 23:24 |
| *** alexheneveld has quit IRC | 23:29 | |
| ari__ | Can anyone help me on this please? | 23:30 |
| *** justin-8_ has joined #heat | 23:37 | |
| *** justin-8 has quit IRC | 23:38 | |
| *** alexpilotti has joined #heat | 23:47 | |
| *** swygue has quit IRC | 23:48 | |
| *** alexpilotti has quit IRC | 23:52 | |
| *** openstackstatus has quit IRC | 23:53 | |
| *** openstack has joined #heat | 23:54 | |
| *** alexheneveld has quit IRC | 23:58 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!