Tuesday, 2015-03-31

*** Tango|2 has quit IRC00:02
*** achanda_ has joined #heat00:03
*** achanda has quit IRC00:07
*** Qiming_ has quit IRC00:07
*** Drago1 has quit IRC00:07
*** achanda_ has quit IRC00:08
*** Marga_ has joined #heat00:09
*** sputnik13 has quit IRC00:18
*** hdd has quit IRC00:19
*** jruano has joined #heat00:19
*** dims has joined #heat00:27
*** Marga_ has quit IRC00:27
*** Marga_ has joined #heat00:28
*** signed8b_ has joined #heat00:30
*** Drago has joined #heat00:31
*** signed8bit has quit IRC00:32
*** Drago has quit IRC00:33
*** Drago has joined #heat00:33
*** Marga_ has quit IRC00:49
elynn_morning :)00:54
*** jruano has quit IRC00:56
asalkeldhi elynn_01:00
*** LiJiansheng has joined #heat01:02
*** Marga_ has joined #heat01:04
ramishramorning all!01:06
*** jruano has joined #heat01:08
*** Drago has quit IRC01:09
*** Drago has joined #heat01:10
*** Yanyanhu has joined #heat01:11
*** alanf-mc has quit IRC01:13
*** haigang has joined #heat01:13
*** Drago has quit IRC01:31
*** jruano has quit IRC01:32
*** Qiming has joined #heat01:33
*** dsanders1 has quit IRC01:41
elynn_morning ramishra01:44
*** erkules_ has joined #heat01:49
*** erkules has quit IRC01:49
*** Drago has joined #heat01:54
*** Drago has quit IRC01:54
*** Drago has joined #heat01:54
*** sputnik13 has joined #heat02:04
*** sputnik13 has quit IRC02:06
*** sputnik13 has joined #heat02:06
*** dims has quit IRC02:07
*** dims has joined #heat02:08
*** Qiming_ has joined #heat02:09
*** sputnik13 has quit IRC02:11
*** sputnik13 has joined #heat02:12
*** Qiming has quit IRC02:12
*** dims has quit IRC02:14
openstackgerritEthan Lynn proposed openstack/heat: Correct properties.Schema.NUMBER to INTEGER  https://review.openstack.org/16898602:14
openstackgerritDeliang Fan proposed openstack/heat: Correctly initialize copies of stack during updating stack  https://review.openstack.org/16826702:14
asalkeldstevebaker: you want to knock this in: https://review.openstack.org/#/c/161306/02:25
asalkeldbeen up for ever and an FFE02:26
asalkeldshould get that in02:26
*** signed8b_ has quit IRC02:26
*** jasond has joined #heat02:29
*** Raj1 has joined #heat02:31
*** kebray has quit IRC02:33
*** achanda has joined #heat02:34
*** sputnik13 has quit IRC02:35
*** jruano has joined #heat02:35
ramishraasalkeld: Hi!02:37
asalkeldhi ramishra02:37
*** jasond has quit IRC02:37
ramishraasalkeld: do you have time to review a few patches?02:37
asalkeldsure, as long as they are not all software config + docker :-O02:38
asalkeldlol, shoot02:38
ramishrahttps://review.openstack.org/#/c/140887/, you had earlier reviewed it. I've fixed few nits after that.02:38
*** jruano has quit IRC02:39
asalkeld(just trying to get our milestone rc1 sorted )02:39
ramishraand this one.. https://review.openstack.org/#/c/164572/. Knew that you are busy with rc1, did not want to bother you too much:)02:40
asalkeldthe main problem is i am just not familiar with that code - so i feel dangerous +2'ing it02:41
ramishrathere is one without docker and software config;) https://review.openstack.org/#/c/168233/02:42
asalkeldbut happy to add a +2 if stevebaker is ok with it02:42
stevebakerhi02:42
asalkeldhi stevebaker02:42
ramishrahi stevebaker02:43
asalkeldbtw i really consider "parameters" as deprectated in favor of environment02:43
asalkeldrather merge stuff into the environment02:43
asalkeldjust stop sending "parameters" to the api02:43
stevebakerasalkeld: you mean in the REST API?02:44
*** achanda has quit IRC02:44
stevebakerwe'll probably have to forever, just for latest heatclient working on pre-env heats02:44
asalkeldstevebaker: when we make apiv2, it won't have parameters02:44
asalkeldcompletely pointless02:44
stevebakersure02:44
asalkeldand duplicated02:44
asalkeldjust a bit worried the proliferation of options and files will add to the confusion02:45
*** achanda has joined #heat02:45
asalkeldstevebaker: ramishra any reason the user can't use the parameter section in the env file?02:46
stevebakerasalkeld: because you don't want to maintain your json/yaml/private key file contents in their own file *and* the env file02:46
asalkeldstevebaker: would a get_contents() be more useful?02:48
asalkeldparameters: {my_key: {get_file: foo.secure}}02:48
asalkeldis that the usecase?02:48
stevebakerI think for parameters there should be a way of doing it with the CLI and the env file. ramishra's change is for the CLI part, we can do the env solution later02:49
asalkeldstevebaker: what "env solution"?02:50
stevebakerasalkeld: something like parameters: {my_key: {get_file: foo.secure}}02:50
asalkeldmmm, but isn't that ^ simpler?02:50
stevebakerbut we need both02:50
asalkeldcringe02:50
asalkeldi don't like personally02:50
asalkeldi don't like it personally02:51
stevebakerfor some people, sure. depends how you use heatclient02:51
cmystermorning02:51
stevebakerI probably create an env file for ~50 of my stack-create calls02:51
stevebaker~50%02:51
cmyster<- too02:51
asalkeldstevebaker: me too, but mostly i am testing simple templates from bugs02:52
stevebakerI don't want to have to switch to env just so I can specify a file as a parameter, except when I do ;)02:52
* cmyster reads up02:52
openstackgerritrajiv proposed openstack/heat: auth_encryption_key is being checked to be 16, 24, or 32  https://review.openstack.org/16877902:53
cmysterasalkeld: depends on size I guess, I like having a bunch of small - medium templates for tests and with a ~3 parameters change the output greatly. they njust need to be preconbfigured well and a mix of env files can help...02:55
* cmyster wonders how end users treat a long list of parameters 02:55
*** haigang has quit IRC02:57
asalkeldcli parameters are fine, just saying from client -> api we should be sending them as env[parameters]02:57
asalkeldalso i'd suggest that production related stuff  is unlikely to be cli02:58
*** Marga_ has quit IRC02:58
asalkeldunless people are archiving the whole command02:58
asalkeldyou don't want to update and figure out everying update-replaced as you messed up a cli parameter02:59
cmystertrue dat02:59
ramishraasalkeld: If I understand your point correctly, that's what we are doing, merging them with parameters, it's all parameters from client to api02:59
cmysterupdate-preview++02:59
asalkeldramishra: so we should be merging the paramters into the environment (at some point)03:00
*** Yanyan has joined #heat03:01
ramishraasalkeld: ok03:02
ramishraasalkeld: that would be another change, right?03:03
*** Yanyanhu has quit IRC03:03
asalkeldramishra: don't change anything right now03:03
asalkeldlet me stew on it03:03
*** harlowja_ is now known as harlowja_away03:07
openstackgerritDeliang Fan proposed openstack/heat: Correctly initialize copies of stack during updating stack  https://review.openstack.org/16826703:13
*** Marga_ has joined #heat03:15
*** spzala has quit IRC03:22
*** haigang has joined #heat03:22
*** dsanders has joined #heat03:25
*** haigang has quit IRC03:27
*** hdd has joined #heat03:32
*** sputnik13 has joined #heat03:33
*** Raj1 has quit IRC03:34
*** hdd has quit IRC03:42
*** MasterPiece has joined #heat03:51
stevebakerasalkeld: stack-update --existing means the parameters don't need to be remembered03:55
asalkeldsure03:55
*** haigang has joined #heat03:55
*** dsanders has quit IRC03:57
asalkeldchuckle -> https://image-store.slidesharecdn.com/debcf135-9b09-4572-be01-b4b2f4554627-medium.jpeg03:58
Qiming_lol04:02
*** sputnik13 has quit IRC04:02
*** sputnik13 has joined #heat04:03
*** Yanyan has quit IRC04:06
*** Yanyanhu has joined #heat04:06
*** achanda has quit IRC04:12
*** nkhare has joined #heat04:18
*** Tango|2 has joined #heat04:19
*** achanda has joined #heat04:19
*** hdd has joined #heat04:19
*** kebray has joined #heat04:19
*** kebray has quit IRC04:19
*** kebray has joined #heat04:20
*** sputnik13 has quit IRC04:20
*** sputnik13 has joined #heat04:21
*** Drago has quit IRC04:23
*** achanda has quit IRC04:27
*** sputnik13 has quit IRC04:30
*** achanda has joined #heat04:30
*** dsanders has joined #heat04:30
*** sputnik13 has joined #heat04:31
openstackgerritEthan Lynn proposed openstack/heat: Set stack status to FAILED when engine is down  https://review.openstack.org/16916004:33
*** achanda has quit IRC04:40
*** achanda has joined #heat04:40
*** Michalik has quit IRC04:42
*** MasterPiece has quit IRC04:42
*** Michalik has joined #heat04:44
*** achanda has quit IRC04:51
*** sputnik13 has quit IRC04:55
*** MasterPiece has joined #heat04:59
*** hdd has quit IRC05:15
*** ishant has joined #heat05:18
*** achanda has joined #heat05:22
*** dmn_ has joined #heat05:29
*** dulek has joined #heat05:29
*** dsanders has quit IRC05:30
openstackgerritDeliang Fan proposed openstack/heat: Correctly initialize copies of stack during updating stack  https://review.openstack.org/16826705:32
*** ishant has quit IRC05:41
*** ishant has joined #heat05:42
*** dmn_ has quit IRC05:43
*** reed has quit IRC05:47
*** tshtilman has joined #heat05:51
*** dmn_ has joined #heat05:59
*** dmn_ has quit IRC06:00
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Imported Translations from Transifex  https://review.openstack.org/16917306:00
*** achanda has quit IRC06:08
*** huangtianhua has joined #heat06:08
*** achanda has joined #heat06:08
*** Marga_ has quit IRC06:15
*** Tango|2 has quit IRC06:16
*** dmn_ has joined #heat06:16
*** dmn_ has quit IRC06:16
*** MasterPiece has quit IRC06:23
openstackgerritEthan Lynn proposed openstack/heat: Set stack status to FAILED when engine is down  https://review.openstack.org/16916006:25
ramishrait seems gate-tempest-dsvm-neutron-src-python-heatclient is failing due to a type in the pypi mirror. related to horzon. https://review.openstack.org/#/c/169132/06:27
*** haigang has quit IRC06:27
ramishras/type/typo06:27
*** haigang has joined #heat06:27
*** haigang has quit IRC06:32
*** dmn_ has joined #heat06:33
*** dmn_ has quit IRC06:34
*** gcivitella has joined #heat06:36
*** ParsectiX has joined #heat06:38
*** pas-ha has joined #heat06:41
*** nkhare has quit IRC06:46
*** nkhare has joined #heat06:46
*** jtomasek has joined #heat06:48
*** jamielennox is now known as jamielennox|away06:49
pas-hamorning all06:49
*** erkules_ is now known as erkules06:49
*** erkules has quit IRC06:49
*** erkules has joined #heat06:49
*** tspatzier has joined #heat06:51
*** jprovazn has joined #heat06:53
ParsectiXGood morning :)06:53
*** dmn_ has joined #heat06:55
*** ifarkas has joined #heat06:56
*** sdake has quit IRC06:56
*** dmn_ has quit IRC06:56
matttare there any resources outlining the changes coming up in kilo?07:03
matttor do we have to wait for kilo to be released?  :)07:03
*** vanderliang has joined #heat07:03
*** dmn_ has joined #heat07:03
*** liusheng has joined #heat07:04
*** achanda has quit IRC07:05
*** ishant has quit IRC07:07
vanderlianghello,  jenkins post -1 during to check-tempest-dsvm-full, check-tempest-dsvm-postgres-full and  check-tempest-dsvm-neutron-full fails.  When I hack the log, I found that it's the failure of installing horizon in devstack that cause the problem.   Since my patch has nothing to do with horizon.  So I wonder to know if I have hit some bug. Thanks07:10
vanderlianghttps://review.openstack.org/#/c/168267/07:11
*** haigang has joined #heat07:12
*** dmn_ has joined #heat07:13
*** _dmn has joined #heat07:14
_dmnHi, when I try to deploy HOT template I get the error on dashboard saying "Danger: An error occurred. Please try again later".07:14
_dmnCan anyone help me with this?07:15
*** vanderliang has quit IRC07:16
_dmnsorry wrong group07:16
ramishravanderliang: yep, there is an issue with horizon global requirements (XStatic-Angular-Irdragndrop). looks like they have fixing it. https://review.openstack.org/#/c/167798/07:18
shardymattt: the release notes will go here, still, umm, WIP atm ;)07:24
shardyhttps://wiki.openstack.org/wiki/ReleaseNotes/Kilo#OpenStack_Orchestration_.28Heat.2907:24
shardythere is an etherpad referenced where we're collecting data07:24
shardymattt: you can also look at each milestone in launchpad to see what bugs and features landed during the cycle, e.g07:25
shardyhttps://launchpad.net/heat/kilo/kilo-307:25
matttshardy: thanks, i was looking for something high level but i'll skim the milestone pages until the wiki is updated :)07:26
matttshardy: thank you!07:26
*** tspatzier has quit IRC07:28
*** dkusidlo has joined #heat07:32
*** liusheng has quit IRC07:33
*** liusheng has joined #heat07:34
*** dmn_ has joined #heat07:41
*** dmn_ has quit IRC07:42
*** _dmn has quit IRC07:42
*** jistr has joined #heat07:43
*** BManojlovic has joined #heat07:53
*** dmn_ has joined #heat07:58
*** dmn_ has quit IRC08:01
asalkeldshardy:  https://etherpad.openstack.org/p/heat-kilo-releasenotes08:02
shardyasalkeld: thanks08:03
*** liusheng has quit IRC08:03
*** dmn_ has joined #heat08:04
*** liusheng has joined #heat08:04
dmn_shardy: I'm using software resource with ansible tool. My ansible template is like this - http://paste.openstack.org/show/197644/ and It is present in the ~/devstack folder on my server. So whenever I change this template will the os-collect-config collect this file again and execue it?08:06
shardydmn_: no, if you change the template, you'll need to do a heat stack-update so heaclientt reads the new version of the local file, passes it to heat, which then provides it to the instance08:07
*** dmn_ has quit IRC08:13
*** kebray has quit IRC08:13
asalkeldhttps://review.openstack.org/#/dashboard/?foreach=%28project%3Aopenstack%2Fheat%29+status%3Aopen+&title=Priortized+Bug+Fix+Dashboard&Milestone%3Akilo%252Drc1+Importance+High=change%3A168267+OR+change%3A168801+OR+change%3A135297+OR+change%3A164856&Milestone%3Akilo%252Drc1+Importance+Low=change%3A158549&Tag%3Akilo%252Drc%252Dpotential+Importance+High=change%3A123397+OR+change%3A159002&Tag%3Akilo%252Drc%252Dpotential+Importance+Medium=change%3A144074+OR+chang08:18
asalkelde%3A130824+OR+change%3A164643+OR+change%3A162964+OR+change%3A168779&Tag%3Akilo%252Drc%252Dpotential+Importance+Low=change%3A168865+OR+change%3A16888508:18
asalkeldgrr08:18
asalkeldso much for my handy link08:19
matttasalkeld: yay, thanks!08:23
mattt(regarding etherpad link)08:23
*** dmn_ has joined #heat08:24
*** sorantis has joined #heat08:26
*** derekh has joined #heat08:29
*** nkhare has quit IRC08:30
dmn_shardy, oh okay08:30
*** nkhare has joined #heat08:31
asalkeldskraynev: https://review.openstack.org/#/c/161306/08:36
asalkeld:-(08:36
*** haigang has quit IRC08:38
skraynevasalkeld: yeah. I have seen it but forgot to re-launch gates ;)08:40
skraynevasalkeld: btw. I wanted to ask your opinion about https://review.openstack.org/#/c/167557/08:42
skraynevcan we merge it before rc-1 ?08:42
skraynevbug has not target08:43
asalkeldmain thing is are there string changes08:43
skraynevit contains new messages when it check version08:44
skraynevso we should wait opening branch liberty, right?08:45
asalkeldskraynev: i am reviewing now08:47
skraynevasalkeld: ok08:47
asalkelddone08:48
asalkeldsome small changes and we can merge08:48
-openstackstatus- NOTICE: CI Check/Gate pipelines currently stuck due to a bad dependency creeping in the system. No need to recheck your patches at the moment.08:52
*** ChanServ changes topic to "CI Check/Gate pipelines currently stuck due to a bad dependency creeping in the system. No need to recheck your patches at the moment."08:52
skraynevasalkeld: cool. thx :)08:53
asalkeldnp08:53
skraynevasalkeld: one more question :-)08:54
skraynevhttps://bugs.launchpad.net/heat/+bug/129159408:54
openstackLaunchpad bug 1291594 in heat "Heat tempest test for neutron Load Balancer" [Wishlist,Triaged]08:54
asalkeldyip08:54
skraynevI suppose, that we can close it08:54
skraynevthe aim was the tests in tempest, but now we have th same test in out functional tests08:55
asalkeldjust made a script to search for bugs that had been in-progress for 1 year08:55
skraynevso IMO the main target is done08:55
asalkeldok08:55
skraynevasalkeld: yeah. thx, because I forgot to update status for it ;)08:56
*** flcn___ has joined #heat08:56
*** flcn___ has quit IRC08:59
*** flcn___ has joined #heat08:59
*** tochi has quit IRC09:07
*** serg_melikyan has joined #heat09:21
*** Qiming_ has quit IRC09:29
*** nkhare has quit IRC09:31
openstackgerritMichal Rostecki proposed openstack/heat: Novaclient v2 instead of v1_1  https://review.openstack.org/16755709:33
*** jamielennox|away is now known as jamielennox09:41
*** serg_melikyan has quit IRC09:43
*** nkhare has joined #heat09:44
*** flcn___ has quit IRC09:45
*** jamielennox is now known as jamielennox|away09:47
*** cdent has joined #heat09:52
openstackgerrithuangtianhua proposed openstack/heat: Make sure snapshot belongs to stack for actions  https://review.openstack.org/16876609:57
*** liusheng has quit IRC10:00
*** liusheng has joined #heat10:01
*** dims has joined #heat10:03
*** achanda has joined #heat10:06
openstackgerritrajiv proposed openstack/heat: auth_encryption_key is being checked to be 16, 24, or 32  https://review.openstack.org/16877910:08
*** jcoufal has joined #heat10:09
*** achanda has quit IRC10:10
*** jprovazn has quit IRC10:16
*** Yanyan has joined #heat10:23
*** Yanyanhu has quit IRC10:23
*** pbrooko has joined #heat10:24
*** pitr-ch has joined #heat10:24
*** pitr-ch has quit IRC10:24
*** Yanyan has quit IRC10:28
*** dmn_ has quit IRC10:33
*** sorantis has quit IRC10:33
*** dmn_ has joined #heat10:36
openstackgerritrajiv proposed openstack/heat: auth_encryption_key is being checked to be 16, 24, or 32  https://review.openstack.org/16877910:36
*** KanagarajM has joined #heat10:38
*** pitr-ch has joined #heat10:38
*** sorantis has joined #heat10:45
*** Qiming has joined #heat10:45
*** pbrooko has quit IRC10:48
*** jprovazn has joined #heat10:49
*** jtomasek has quit IRC10:49
openstackgerritLiangChen proposed openstack/heat: Docker plugin add host devices property  https://review.openstack.org/16856510:50
openstackgerritTetiana Lashchova proposed openstack/heat-specs: Add Manila resources  https://review.openstack.org/16812910:58
*** nkhare has quit IRC11:01
*** jtomasek has joined #heat11:05
*** jcoufal has quit IRC11:08
*** jcoufal has joined #heat11:08
*** jcoufal has quit IRC11:10
*** serg_melikyan has joined #heat11:11
*** nkhare has joined #heat11:13
*** ananta has joined #heat11:14
*** tsufiev is now known as tsufiev_11:15
openstackgerritLiangChen proposed openstack/heat: Docker plugin add host devices property  https://review.openstack.org/16856511:16
*** prazumovsky has joined #heat11:23
*** ananta has quit IRC11:23
*** serg_melikyan has quit IRC11:27
*** serg_melikyan has joined #heat11:29
*** strictlyb has quit IRC11:29
*** strictlyb has joined #heat11:29
openstackgerritrajiv proposed openstack/heat: auth_encryption_key is being checked to be 16, 24, or 32  https://review.openstack.org/16877911:32
*** jistr is now known as jistr|english11:32
*** jistr|english is now known as jistr|class11:33
*** serg_melikyan has quit IRC11:33
*** asalkeld has quit IRC11:37
*** Qiming_ has joined #heat11:38
openstackgerritPeter Razumovsky proposed openstack/heat: Add OS::Mistral::Workflow for Mistral workflows  https://review.openstack.org/14764511:39
*** Qiming has quit IRC11:41
*** tsufiev_ is now known as tsufiev11:42
*** nkhare has quit IRC11: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/"11:47
-openstackstatus- NOTICE: Check/Gate unstuck, feel free to recheck your abusively-failed changes.11:47
*** dmn_ has left #heat11:54
*** guest123 has joined #heat11:56
*** serg_melikyan has joined #heat11:59
*** serg_melikyan has quit IRC12:00
openstackgerritMichal Rostecki proposed openstack/heat: Novaclient v2 instead of v1_1  https://review.openstack.org/16755712:01
*** hdd has joined #heat12:02
*** LiJiansheng has quit IRC12:03
*** guest123 has left #heat12:03
*** _dmn has joined #heat12:04
*** hdd has quit IRC12:16
*** pas-ha has quit IRC12:18
openstackgerritSergey Kraynev proposed openstack/heat: Deprecate using required=True with default value  https://review.openstack.org/11661512:19
*** jruano has joined #heat12:23
*** dims has quit IRC12:25
*** dims has joined #heat12:25
*** QuentinM has joined #heat12:27
*** serg_melikyan has joined #heat12:27
QuentinMHey! I have an issue running Heat on my Juno setup. Tempest test fails saying: Details: {u'title': u'Bad Request', u'explanation': u'The server could not comply with the request since it is either malformed or otherwise incorrect.', u'code': 400, u'error': {u'message': u'Property error : Server: key_name no such option: region_name_for_services', u'traceback': None, u'type': u'StackValidationFailed'}}12:28
*** serg_melikyan has quit IRC12:28
QuentinMAny idea?12:28
QuentinMIt uses this template https://github.com/openstack/tempest/blob/master/tempest/api/orchestration/stacks/templates/neutron_basic.yaml12:28
*** serg_melikyan has joined #heat12:28
*** pas-ha has joined #heat12:32
*** Drago1 has joined #heat12:34
*** aweiteka has joined #heat12:38
*** Drago1 has quit IRC12:38
*** jruano has quit IRC12:38
*** Drago1 has joined #heat12:39
*** radez_g0n3 is now known as radez12:43
*** jruano has joined #heat12:45
*** smccully has joined #heat12:47
*** blues-man has joined #heat12:50
*** blues-man has quit IRC12:50
*** blues-man has joined #heat12:50
*** _dmn has quit IRC12:54
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: Add separate requirements.txt to integration tests  https://review.openstack.org/16929012:57
*** jistr|class is now known as jistr12:58
*** Tango|2 has joined #heat12:59
*** tspatzier has joined #heat13:00
*** maishsk has joined #heat13:00
*** jmckind has joined #heat13:01
openstackgerritKairat Kushaev proposed openstack/heat: Show resource by physical_id  https://review.openstack.org/16886413:04
*** maishsk has quit IRC13:04
*** pm90_ has joined #heat13:04
*** smccully_ has joined #heat13:05
openstackgerritKairat Kushaev proposed openstack/heat: Fix trace for stack adopt tests  https://review.openstack.org/16902413:05
*** _dmn has joined #heat13:09
*** kaufer has joined #heat13:09
*** Drago1 has quit IRC13:10
*** Marga_ has joined #heat13:11
*** Marga_ has quit IRC13:11
*** radez is now known as radez_g0n313:11
*** Marga_ has joined #heat13:12
*** serg_melikyan has quit IRC13:14
QuentinMAnybody to help me on Error 400 : "Property error : Server: key_name no such option: region_name_for_services" ?13:15
QuentinMI think it is a new bug introduced13:15
*** logan2 has quit IRC13:16
openstackgerritSergey Kraynev proposed openstack/heat: Use HeatTestCase as parent instead of testtools  https://review.openstack.org/16929613:16
KanagarajMQuentinM: can you share the snippet of the template you are using13:18
QuentinMThere is it : https://github.com/openstack/tempest/blob/master/tempest/api/orchestration/stacks/templates/neutron_basic.yaml (Tempest unit test template)13:18
QuentinMHeat version 0.2.10 -- Ubuntu Trusty with ubuntu-cloud.archive repo13:19
*** logan2 has joined #heat13:19
QuentinMThere is no "region_name_for_services" in /etc/heat/heat.conf13:19
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: Merge Neutron AutoScaling and LoadBalancer tests  https://review.openstack.org/16594413:21
*** KanagarajM has quit IRC13:24
*** jruano has quit IRC13:27
QuentinMI have an idea13:28
QuentinMheat_keystoneclient_v213:28
*** jaypipes has quit IRC13:29
*** spzala has joined #heat13:31
*** rpothier has joined #heat13:32
*** prazumovsky has quit IRC13:33
*** serg_melikyan has joined #heat13:34
QuentinMI think that https://github.com/openstack/heat/commit/e7d3454c2d0c0b710d8f97433d4fb7a9d66053e4 is wrong13:34
QuentinM+            'region': cfg.CONF.region_name_for_services13:34
*** Drago1 has joined #heat13:35
*** Drago1 has quit IRC13:35
*** Drago1 has joined #heat13:35
*** serg_melikyan has quit IRC13:36
*** serg_melikyan has joined #heat13:36
QuentinMI dunno but13:37
*** jaypipes has joined #heat13:43
*** hdd has joined #heat13:43
QuentinMI added "region_name_for_services" in heat.conf, same issue.13:44
QuentinMhttp://pastebin.com/yZUjUeF013:44
*** tshtilman has quit IRC13:45
openstackgerritMerged openstack/python-heatclient: Add option for heatclient to accept parameter value from file  https://review.openstack.org/16823313:46
*** kaufer has quit IRC13:48
*** kaufer has joined #heat13:49
openstackgerritJason Dunsmore proposed openstack/heat: Database API and engine changes for stack tags  https://review.openstack.org/15925013:53
*** jasond has joined #heat13:53
*** logan2 has quit IRC13:53
*** logan2 has joined #heat13:56
openstackgerritJason Dunsmore proposed openstack/heat: Add a "show_hidden" parameter to stack-list API  https://review.openstack.org/16049213:57
openstackgerritJason Dunsmore proposed openstack/heat: Add ability to hide stacks based on tag  https://review.openstack.org/16048813:57
*** Raj1 has joined #heat14:02
*** Raj1 has quit IRC14:02
*** sabeen has joined #heat14:04
QuentinMEven with http://docs.openstack.org/juno/install-guide/install/apt-debian/content/heat-verify.html I get : ERROR: Property error : server: image no such option: region_name_for_services14:05
*** gokrokve has joined #heat14:06
*** InblEric has joined #heat14:06
*** Tross has quit IRC14:07
*** Tross has joined #heat14:07
openstackgerritSergey Kraynev proposed openstack/heat: Re-factore db sqlalchemy tests  https://review.openstack.org/16932414:09
QuentinMSeems to happen with get_param in templates14:09
*** pm90_ has quit IRC14:13
*** serg_melikyan has quit IRC14:15
skraynevasalkeld: around?14:16
*** ogzy has joined #heat14:16
*** ParsectiX has quit IRC14:16
ogzyi was trying to install docker plugin for heat, the requirements.txt installes docker-py via pip, it installs the lates version of requests module but heat requirements.txt saysrequests>=2.1.0,!=2.4.0,<=2.2.1, this causes an error at devstack, h-eng fails with CRITICAL heat.engine [-] Could not load AWSTemplateFormatVersion.2010-09-09: (requests 2.6.0 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('requests!=2.4.0,<=2.2.1,>=2.1.0'))14:18
*** serg_melikyan has joined #heat14:19
*** serg_melikyan has quit IRC14:19
*** serg_melikyan has joined #heat14:19
*** Marga_ has quit IRC14:20
*** serg_melikyan has quit IRC14:21
*** serg_melikyan has joined #heat14:23
*** serg_melikyan has quit IRC14:23
*** jruano has joined #heat14:25
*** serg_melikyan has joined #heat14:26
*** _dmn has quit IRC14:28
*** serg_melikyan has quit IRC14:28
*** sdake has joined #heat14:29
*** serg_melikyan has joined #heat14:29
*** serg_melikyan has quit IRC14:30
*** serg_melikyan has joined #heat14:30
*** serg_melikyan has quit IRC14:30
*** kaufer1 has joined #heat14:33
*** kaufer has quit IRC14:35
*** Tango|2 has quit IRC14:36
*** InblEric1 has joined #heat14:36
openstackgerritSergey Kraynev proposed openstack/heat: Re-factor db sqlalchemy tests  https://review.openstack.org/16932414:38
Qiming_ogzy, you may want to upgrade your heat version14:38
*** Qiming_ has quit IRC14:38
*** InblEric has quit IRC14:39
*** serg_melikyan has joined #heat14:39
*** Qiming_ has joined #heat14:42
Qiming_ogzy, you may want to upgrade your Heat to community master14:43
Qiming_what I saw in the requirements.txt is requests>=2.2.0,!=2.4.014:44
*** serg_melikyan has quit IRC14:44
*** serg_melikyan has joined #heat14:44
*** serg_mel_ has joined #heat14:45
*** serg_melikyan has quit IRC14:45
*** serg_mel_ has quit IRC14:48
*** serg_melikyan has joined #heat14:53
*** jaypipes has quit IRC14:53
*** serg_melikyan has quit IRC14:53
*** serg_melikyan has joined #heat14:53
*** sputnik13 has joined #heat14:55
ogzyQiming_: will it work for juno?14:58
QuentinMNew Heat keystone v2 bug : https://bugs.launchpad.net/heat/+bug/143874114:58
openstackLaunchpad bug 1438741 in heat "image no such option: region_name_for_services" [Undecided,New]14:58
*** dulek has quit IRC14:58
Qiming_ogzy, not sure, the requirements.txt file is synced from global requirements now and then14:59
ogzyQiming_: it is the file from juno branch14:59
Qiming_also doubting if the docker resource type will work on Juno15:00
ogzyQiming_: does it have problems with juno?15:00
*** Raj1 has joined #heat15:00
Qiming_ogzy, don't know, never tried it myself15:00
ogzyQiming_: ok thankx anyway15:01
ogzyQiming_: gtg15:01
*** ogzy has quit IRC15:01
*** cdent has quit IRC15:02
*** Raj1 has quit IRC15:04
*** Raj1 has joined #heat15:04
*** dims has quit IRC15:05
*** InblEric1 has quit IRC15:05
*** serg_melikyan has quit IRC15:06
*** crose has joined #heat15:06
*** InblEric has joined #heat15:06
*** serg_melikyan has joined #heat15:07
*** serg_mel_ has joined #heat15:08
*** serg_melikyan has quit IRC15:08
*** dims_ has joined #heat15:08
*** InblEric1 has joined #heat15:08
*** sputnik13 has quit IRC15:10
*** InblEric has quit IRC15:11
*** reed has joined #heat15:13
*** zz_gondoi has joined #heat15:15
*** zz_gondoi is now known as gondoi15:15
openstackgerritSergey Kraynev proposed openstack/heat: Use HeatTestCase as parent instead of testtools  https://review.openstack.org/16929615:17
*** Marga_ has joined #heat15:19
*** pm90_ has joined #heat15:20
*** Qiming_ has quit IRC15:22
*** dsanders has joined #heat15:23
*** zigo__ is now known as zigo15:23
*** signed8bit has joined #heat15:24
*** randallburt has joined #heat15:28
*** Tango|2 has joined #heat15:31
*** kebray has joined #heat15:31
skraynevQiming: around?15:34
*** GonZo2K has joined #heat15:36
*** gondoi is now known as zz_gondoi15:39
*** thedodd has joined #heat15:40
openstackgerritSergey Kraynev proposed openstack/heat: Re-factor db sqlalchemy tests  https://review.openstack.org/16932415:40
*** dsanders has quit IRC15:41
*** pm90_ has quit IRC15:41
*** BManojlovic has quit IRC15:42
*** sabeen3 has joined #heat15:42
*** harlowja_at_home has joined #heat15:43
harlowja_at_homezaneb, yt15:43
harlowja_at_homethought u guys might like to look over https://review.openstack.org/#/c/169293/15:43
zanebharlowja_at_home: o/15:43
harlowja_at_homeinteresting ;) ^15:43
*** sabeen3 has quit IRC15:43
*** sabeen has quit IRC15:43
*** sabeen has joined #heat15:44
harlowja_at_homealright, bb; just wanted to drop that :)15:44
gpocentekhi all15:44
*** harlowja_at_home has quit IRC15:44
gpocentekcould someone have a look at https://bugs.launchpad.net/openstack-manuals/+bug/1425659 ?15:44
openstackLaunchpad bug 1425659 in openstack-manuals "Verify operation in OpenStack Installation Guide for Ubuntu 14.04 - juno - yaml syntax error" [High,Invalid] - Assigned to Arvind Somya (asomya)15:44
*** ifarkas has quit IRC15:44
openstackgerritRabi Mishra proposed openstack/python-heatclient: Fix Test Class Names  https://review.openstack.org/16938615:44
*** GonZo2K has quit IRC15:44
gpocentekit looks like for some reason the YAML --- is needed in templates for some users15:45
zanebwut15:45
gpocentekI never had to use it myself so an expert opinion would be appreciated15:45
*** GonZo2K has joined #heat15:45
*** pitr-ch has quit IRC15:48
*** jmckind has quit IRC15:54
zanebgpocentek: commented15:56
QuentinMhttps://bugs.launchpad.net/heat/+bug/1438741 =|15:56
openstackLaunchpad bug 1438741 in heat "no such option: region_name_for_services" [Undecided,New]15:57
*** bdossant has joined #heat15:58
*** GonZo2K has quit IRC16:04
*** jistr has quit IRC16:09
*** randallburt has quit IRC16:09
*** randallburt has joined #heat16:09
*** serg_mel_ has quit IRC16:11
openstackgerritRabi Mishra proposed openstack/python-heatclient: Fix test class names  https://review.openstack.org/16938616:11
*** jruano has quit IRC16:12
openstackgerritMerged openstack/heat: Add way to collect map of needed attributes  https://review.openstack.org/16130616:17
*** bdossant has quit IRC16:18
*** serg_melikyan has joined #heat16:19
*** pm90_ has joined #heat16:19
*** Raj1 has quit IRC16:21
*** derekh has quit IRC16:21
*** randallburt has quit IRC16:22
openstackgerritKairat Kushaev proposed openstack/heat: Make disk property of flavor default  https://review.openstack.org/16722916:22
openstackgerritJason Dunsmore proposed openstack/heat: Added functional tests for stack tags/hidden stacks  https://review.openstack.org/15334316:33
*** gcivitella has quit IRC16:34
*** blues-man has quit IRC16:35
openstackgerritJason Dunsmore proposed openstack/heat: Add functional tests for stack tags/hidden stacks  https://review.openstack.org/15334316:39
*** serg_melikyan has quit IRC16:40
*** pm90__ has joined #heat16:45
*** sputnik13 has joined #heat16:45
*** harlowja_away is now known as harlowja_16:45
*** dkusidlo has quit IRC16:46
*** randallburt has joined #heat16:47
*** randallburt has quit IRC16:47
*** jmckind has joined #heat16:47
*** serg_melikyan has joined #heat16:48
*** jaypipes has joined #heat16:48
*** pm90_ has quit IRC16:48
*** serg_melikyan has quit IRC16:48
*** serg_melikyan has joined #heat16:49
*** pm90__ has quit IRC16:49
*** Marga_ has quit IRC16:49
*** pm90_ has joined #heat16:49
*** jasond has quit IRC16:50
*** dims_ has quit IRC16:51
*** dims_ has joined #heat16:51
*** dsanders has joined #heat16:53
openstackgerritMerged openstack/heat: Move floating ip test to separate file  https://review.openstack.org/16838716:53
*** alanf-mc has joined #heat16:55
*** elynn_ has quit IRC16:57
*** alanf-mc has quit IRC16:59
openstackgerritMerged openstack/heat: Change the default num_engine_workers to get_worker_count()  https://review.openstack.org/16539617:00
openstackgerritMerged openstack/heat: Move router tests to separate file  https://review.openstack.org/16838817:03
*** jasond has joined #heat17:05
*** randallburt has joined #heat17:08
*** radez_g0n3 is now known as radez17:10
*** funzo has joined #heat17:18
*** msly has quit IRC17:20
*** achanda has joined #heat17:23
*** sorantis has quit IRC17:24
*** Marga_ has joined #heat17:24
*** crose has quit IRC17:26
*** pas-ha has quit IRC17:27
*** jprovazn has quit IRC17:32
*** alanf-mc has joined #heat17:32
*** pm90_ has quit IRC17:33
*** Tango|2 has quit IRC17:33
*** serg_melikyan has quit IRC17:36
gpocentekzaneb: thanks!17:37
*** sdake_ has joined #heat17:37
zanebnp17:38
zanebI hope he raises a bug against Heat with some more info17:38
zanebI'd be really curious to know where that was coming from17:38
*** sdake has quit IRC17:41
*** jasond has quit IRC17:41
*** jasond has joined #heat17:42
*** Tango has joined #heat17:43
*** sdake has joined #heat17:48
*** Raj3 has joined #heat17:50
*** sdake_ has quit IRC17:52
*** aweiteka has quit IRC17:59
*** pm90_ has joined #heat17:59
*** pm90_ has quit IRC18:00
*** pm90_ has joined #heat18:00
*** Raj3 has joined #heat18:02
*** jamielennox|away is now known as jamielennox18:04
*** jruano has joined #heat18:07
*** aweiteka has joined #heat18:15
*** msly has joined #heat18:17
mslyAnyone here using something else instead of ceilometer to autoscale with heat?18:18
*** Raj3 has quit IRC18:19
*** Raj3 has joined #heat18:19
*** packet has joined #heat18:24
*** Drago1 has quit IRC18:43
*** Drago has joined #heat18:44
*** achanda has quit IRC18:49
*** Marga_ has quit IRC18:51
*** fbo has quit IRC18:52
*** jruano has quit IRC18:54
*** kbs has joined #heat18:58
*** Raj3 has quit IRC19:01
*** Marga_ has joined #heat19:02
*** jruano has joined #heat19:03
*** fbo has joined #heat19:04
*** Raj3 has joined #heat19:12
*** Raj4 has joined #heat19:14
*** Raj3 has quit IRC19:14
*** pm90__ has joined #heat19:16
*** pm90__ has quit IRC19:17
*** pm90_ has quit IRC19:18
*** pm90_ has joined #heat19:18
*** achanda has joined #heat19:27
*** Marga_ has quit IRC19:27
*** sdake_ has joined #heat19:31
*** sdake__ has joined #heat19:35
*** sdake has quit IRC19:35
*** reed has quit IRC19:36
*** reed has joined #heat19:36
*** sdake_ has quit IRC19:38
*** randallburt has quit IRC19:38
*** alexpilotti has joined #heat19:41
*** jruano has quit IRC19:44
*** randallburt has joined #heat19:47
*** jruano has joined #heat19:49
*** gokrokve_ has joined #heat19:57
*** Marga_ has joined #heat19:58
*** gokrokve_ has quit IRC19:59
*** gokrokve_ has joined #heat19:59
*** gokrokve has quit IRC20:00
*** Marga_ has quit IRC20:03
*** pm90_ has quit IRC20:10
*** sabeen has quit IRC20:11
*** sabeen has joined #heat20:11
*** tspatzier has quit IRC20:16
*** jruano has quit IRC20:19
*** achanda has quit IRC20:20
*** alexpilotti has quit IRC20:21
*** maishsk has joined #heat20:26
*** GonZo2K has joined #heat20:27
*** GonZo2K has quit IRC20:27
*** GonZo2K has joined #heat20:27
openstackgerritSteve Baker proposed openstack/python-heatclient: Add wildcard support to hook-clear  https://review.openstack.org/16686720:30
openstackgerritSteve Baker proposed openstack/python-heatclient: Add options for setting and clearing of hooks  https://review.openstack.org/14931920:30
*** maishsk has left #heat20:32
*** pm90_ has joined #heat20:36
*** pm90_ has quit IRC20:36
*** pm90_ has joined #heat20:37
openstackgerritSteve Baker proposed openstack/python-heatclient: Parse nested files if they are template  https://review.openstack.org/16441720:37
*** GonZo2K has quit IRC20:39
*** david-lyle has quit IRC20:40
stevebakerzaneb: you about? I've been playing with scheduler tweaks to speed the functional tests https://review.openstack.org/#/q/status:open+project:openstack/heat+branch:master+topic:func-test-speed,n,z20:53
zanebjust watching the TC meeting20:53
*** asalkeld has joined #heat20:54
*** arif-ali has joined #heat20:57
*** Marga_ has joined #heat20:59
*** serg_melikyan has joined #heat21:02
shadowerstevebaker: thanks for the hook client rebase / fix!21:03
shadowerjust got back from a bath and saw it21:03
*** jdob has quit IRC21:03
*** Marga_ has quit IRC21:04
zanebstevebaker: so which was the fastest?21:07
stevebakershadower: np. I figure it can just be approved when it passes21:08
*** packet has quit IRC21:08
stevebakerzaneb: pre-wait of zero seems to give a ~53 minute test time vs ~65 minute typical run21:09
stevebakerzaneb: sleep(0) would essentially be a thread yield21:09
*** packet has joined #heat21:10
zanebso I'd support just not doing a sleep (or doing sleep(0)) after the first step21:11
zanebit was pretty much only there to avoid having to change any unit tests21:11
stevebakerI think not doing a sleep at all would cause at least unit test issues21:11
zanebbut I think that problem has been solved already21:11
*** blomquisg has quit IRC21:12
zanebstevebaker: don't we already set ENABLE_SLEEP=False for most unit tests?21:13
*** achanda has joined #heat21:14
stevebakerzaneb: i'll try sleep(0) vs no sleep21:15
stevebakera 20% run time improvement is pretty good though21:16
*** Marga_ has joined #heat21:16
*** jruano has joined #heat21:17
stevebakerasalkeld: regarding https://bugs.launchpad.net/heat/+bug/1393376 I think we could put this back in kilo-rc1 and do https://bugs.launchpad.net/heat/+bug/1393376/comments/921:21
openstackLaunchpad bug 1393376 in heat "Instance loses port attachment on template update" [High,In progress] - Assigned to Sergey Kraynev (skraynev)21:21
asalkeldstevebaker: i'll look soon (in project meeting)21:24
*** Drago has quit IRC21:27
*** Drago has joined #heat21:27
*** rpothier has quit IRC21:30
*** Raj4 has quit IRC21:30
*** Raj3 has joined #heat21:36
*** sdake has joined #heat21:38
*** aweiteka has quit IRC21:40
*** sdake__ has quit IRC21:42
*** serg_melikyan has quit IRC21:44
asalkeldstevebaker: totally happy for that to land, I moved it from rc1 to rc-potential because it didn't look any thing was been done21:44
asalkeld(that's the nice-to-have list)21:45
asalkeldif it lands we fix the milestone21:45
stevebakerI'd call it a blocker. We can't have another cycle with a semi-broken port resource21:45
asalkeldok, but someone needs to work on it21:46
*** jasond has quit IRC21:48
stevebakeryep, I'll get to it this week if not today21:53
asalkeldnote rc1 is either end of this week or begining of next week21:55
*** kaufer1 has quit IRC21:55
stevebakerok21:56
*** signed8b_ has joined #heat21:58
*** sdake_ has joined #heat21:59
*** jruano has quit IRC22:00
*** signed8bit has quit IRC22:00
*** randallburt has quit IRC22:01
*** InblEric1 has quit IRC22:01
*** pm90_ has quit IRC22:02
*** sdake has quit IRC22:03
*** harlowja_ is now known as harlowja_away22:04
*** harlowja_away is now known as harlowja_22:07
*** pm90_ has joined #heat22:08
*** Drago has quit IRC22:08
openstackgerritSteve Baker proposed openstack/heat: Do sleep(0) for first task sleep  https://review.openstack.org/16953122:09
openstackgerritSteve Baker proposed openstack/heat: WIP Remove sleep before run_to_completion  https://review.openstack.org/16953222:09
*** jmckind has quit IRC22:15
openstackgerritMerged openstack/heat: Set state to failed if we get a base exception  https://review.openstack.org/16820322:19
*** harlowja_ has quit IRC22:21
*** Raj3 has quit IRC22:21
miguelgrinbergI have a question regarding the scaling policy resources. Both the aws and openstack versions of this resource trigger s scaling event by invoking asg.adjust(), which causes an update of just the asg, but not the rest of the stack.22:26
*** harlowja has joined #heat22:26
*** Raj3 has joined #heat22:27
miguelgrinbergso for example, if other resources reference the attributes of the asg, those do not get updated22:27
*** Raj4 has joined #heat22:27
*** Raj4 has quit IRC22:27
miguelgrinbergwouldn't it be better if the scaling policy triggered a full stack update?22:27
*** Raj3 has quit IRC22:27
*** Raj3 has joined #heat22:27
*** pm90_ has quit IRC22:36
*** packet has quit IRC22:36
stevebakermiguelgrinberg: we've avoided performing stack operations triggered by resource events. We'd prefer to be able to define mistral workflows which might run stack-update on scaling events22:37
openstackgerritSteve Baker proposed openstack/heat: OS::Neutron::Port default replacement_policy=AUTO  https://review.openstack.org/16954322:37
*** Drago has joined #heat22:39
*** pm90_ has joined #heat22:39
*** Drago has quit IRC22:40
*** Drago has joined #heat22:40
miguelgrinbergstevebaker: so the limitations of doing a partial scaling update are something that we don't intend to address?22:46
stevebakermiguelgrinberg: we plan to address it with mistral22:47
stevebakermiguelgrinberg: reviews would be welcome https://review.openstack.org/#/c/147645/22:50
*** devlaps has joined #heat22:50
*** packet has joined #heat22:50
miguelgrinbergstevebaker: okay, happy to review. But not the answer I expected though. Mistral isn't a core openstack project, so it isn't widely deployed. Seems to me the scaling policy resource is semi-broken as it is.22:52
stevebakerzaneb: can you provide some perspective on ^22:52
*** sabeen has quit IRC22:52
asalkeldstevebaker: i think that should actually work22:54
asalkeldor maybe there has been a regression22:54
*** devlaps has quit IRC22:54
asalkeldhttps://github.com/openstack/heat/blob/master/heat/engine/service.py#L112322:54
asalkeldstevebaker: miguelgrinberg22:54
asalkeld^22:54
asalkeldyou need to figure out what that is not working22:55
asalkeldyou need to figure out why that is not working22:55
miguelgrinbergasalkeld: oh, okay. Maybe this is not in juno, that's what I was using when I tested this.22:56
asalkeldmiguelgrinberg: ok - check on master and report back to the bug22:56
miguelgrinbergasalkeld: actually it is on juno as well. I need to debug to figure out why my metadata isn't updating. Thanks.22:57
asalkeldok22:58
* asalkeld enjoying reading the news and figuring out what is an april fools22:58
asalkeldhttp://www.news.com.au/lifestyle/real-life/ten-of-the-best-april-fools-day-pranks/story-fnq2o7hp-122728559561523:00
asalkeldthat video is genuis23:02
*** thedodd has quit IRC23:07
miguelgrinbergasalkeld: so this bit of code you referenced on metadata updating, is for updating resource metadata. Server metadata is another thing, that is not updated during a scaling event.23:08
asalkeldmiguelgrinberg: workaround - use resource metadata?23:08
miguelgrinbergcan I get it from within an instance? Don't I need creds for that?23:09
asalkeldthere are examples, stevebaker ^23:09
miguelgrinbergcontext: I have a asg and a load balancer instance. the load balancer instance gets the list of servers in the asg as server metadata23:09
*** jaypipes has quit IRC23:09
asalkeldmiguelgrinberg: i am looking for an example23:10
*** randallburt has joined #heat23:13
*** randallburt has quit IRC23:13
*** randallburt has joined #heat23:13
*** dims_ has quit IRC23:14
asalkeldmiguelgrinberg: so cfn-hup gets that metadata23:14
asalkeldhttps://github.com/openstack/heat-templates/blob/master/cfn/F17/WordPress_Single_Instance_With_HA_AccessPolicy.template23:14
*** sputnik13 has quit IRC23:15
asalkeldmiguelgrinberg: https://github.com/openstack/heat-cfntools/blob/master/heat_cfntools/cfntools/cfn_helper.py#L121323:17
*** dims_ has joined #heat23:17
miguelgrinbergasalkeld: so there are credentials there, access and secret keys. Need to see how to incorporate that into my setup, and if that even works on hot templates, but yes, something along these lines will work. Thanks.23:20
openstackgerritRandall Burt proposed openstack/heat: Ignore migrating environments for deleted stacks  https://review.openstack.org/16485623:20
*** jaypipes has joined #heat23:23
*** Raj3 has quit IRC23:26
asalkeldmiguelgrinberg: another option is you override metadata_update() in nova server and also update the nova metadata23:26
asalkeldmiguelgrinberg: add this bit: https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/nova/server.py#L1072-L107523:29
asalkelddown here: https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/nova/server.py#L111123:29
*** Qiming has joined #heat23:31
*** pm90_ has quit IRC23:34
*** Qiming_ has joined #heat23:35
*** Qiming has quit IRC23:38
*** achanda has quit IRC23:41
*** Tango has quit IRC23:42
*** sputnik13 has joined #heat23:42
*** tochi has joined #heat23:43
*** signed8b_ is now known as signed8bit_ZZZzz23:45
*** Marga_ has quit IRC23:47
*** Marga_ has joined #heat23:48
*** Qiming_ has quit IRC23:49
asalkeldis everyone else getting this stupid ex. windows clip animation in reviews?23:51
*** hdd has quit IRC23:54
miguelgrinbergasalkeld: so doing a full update as a result of a resize is not something you would consider? I can patch the metadata, but still other references to the asg will not be updated23:54
*** kebray has quit IRC23:54
asalkeldmiguelgrinberg: yeah not crazy about a full update23:55
*** hdd has joined #heat23:55
*** achanda has joined #heat23:55
*** smccully has quit IRC23:56
*** smccully_ has quit IRC23:57
*** jogo has left #heat23:59

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