Tuesday, 2015-08-25

*** tellesnobrega_ has joined #heat00:22
*** shadower has quit IRC00:23
*** funzo has quit IRC00:23
*** shadower has joined #heat00:23
*** tellesnobrega_ has quit IRC00:23
*** tellesnobrega_ has joined #heat00:23
*** tellesnobrega_ has quit IRC00:24
*** hdd has quit IRC00:30
openstackgerritAngus Salkeld proposed openstack/heat: Make the TestResource a bit smarter  https://review.openstack.org/21548900:37
*** zhenguo has joined #heat00:43
*** sdake_ has quit IRC00:52
openstackgerritAngus Salkeld proposed openstack/heat: Make the TestResource a bit smarter  https://review.openstack.org/21548900:53
*** liusheng has quit IRC00:54
*** erkules_ is now known as erkules00:58
*** erkules has quit IRC00:58
*** erkules has joined #heat00:58
*** zengyingzhe has joined #heat00:58
*** Qiming has joined #heat01:04
*** Yanyanhu has joined #heat01:16
*** ricolin has joined #heat01:20
*** liusheng has joined #heat01:20
*** Yanyanhu has quit IRC01:21
*** Yanyanhu has joined #heat01:21
asalkeldstevebaker:01:28
asalkeld testrepository.subunit was > 50 MB of uncompressed data!!!01:28
asalkeldSomething is causing tests for this project to log significant amounts01:29
asalkeldof data. This may be writers to python logging, stdout, or stderr.01:29
asalkeldFailing this test as a result01:29
asalkeldhttp://logs.openstack.org/55/216455/1/check/gate-heat-python27/fdbd608/console.html01:29
asalkeld(your review)01:29
stevebakeryee haw01:29
asalkeldnot sure what's changed01:30
stevebakerweird, those changes are all in docs01:31
*** kencjohnston has joined #heat01:31
asalkeldgedit really struggling to open that:-O01:31
stevebakerour unit tests are super noisy these days01:31
*** kencjohnston has quit IRC01:31
*** erkules_ has joined #heat01:32
*** kencjohnston has joined #heat01:32
stevebakerits mostly deprecation warnings01:34
*** erkules has quit IRC01:35
asalkeldstevebaker: and the resource loading01:35
asalkeldthat is now done for each test01:35
stevebakeroh, I'm running stable/kilo unit tests right now. that is a different beast01:36
asalkeldi''l make a quick patch for that01:36
stevebakerok01:36
*** huangtianhua has joined #heat01:41
openstackgerritSteve Baker proposed openstack/heat: Use latest stable template version in snippets  https://review.openstack.org/19816901:44
openstackgerritSteve Baker proposed openstack/heat: Use sections for individual properties and attributes  https://review.openstack.org/21645601:44
openstackgerritSteve Baker proposed openstack/heat: flake8 check doc/source  https://review.openstack.org/21645801:44
*** erkules_ has quit IRC01:52
*** erkules_ has joined #heat01:53
openstackgerritAngus Salkeld proposed openstack/heat: Quieten the unit test logs down  https://review.openstack.org/21648501:55
asalkeldstevebaker: ^01:55
*** dims__ has quit IRC01:55
stevebakerasalkeld: approved01:56
openstackgerritSteve Baker proposed openstack/heat: Use the official mission statement in index.rst  https://review.openstack.org/21648601:56
asalkeldthanks01:57
stevebakerI appear to be in a documentation mood01:57
asalkeld:) it is getting to release time...01:57
*** jpeeler has quit IRC01:57
Qimingstevebaker, your first coach in the doc train is not working, https://review.openstack.org/#/c/216455/02:02
Qimingoh, caused by the same problem, >50 MB data02:02
*** jpeeler has joined #heat02:04
*** hdd has joined #heat02:04
*** jpeeler has quit IRC02:04
*** jpeeler has joined #heat02:05
*** zhonghua-lee has joined #heat02:11
*** achanda has joined #heat02:11
*** Marga_ has joined #heat02:17
*** pm90_ has joined #heat02:20
*** jcoufal has quit IRC02:20
*** pm90__ has joined #heat02:23
*** pm90_ has quit IRC02:26
*** jdandrea has quit IRC02:27
*** kencjohnston has quit IRC02:38
*** liusheng has quit IRC02:44
*** liusheng has joined #heat02:45
*** cody-somerville has quit IRC02:47
*** lkarm has joined #heat02:50
*** achanda has quit IRC02:50
*** hdd has quit IRC02:52
*** lkarm has quit IRC02:54
*** achanda has joined #heat03:01
*** jruano has quit IRC03:13
*** djc_ has joined #heat03:13
djc_I'm trying to set up heat and when running this command "heat-keystone-setup-domain \   --stack-user-domain-name heat_user_domain \   --stack-domain-admin heat_domain_admin \   --stack-domain-admin-password" I get an error. Here is the error: http://pastebin.com/naQfWbVy03:15
djc_The user has admin access03:16
asalkelddjc_: looks like the user needs to be called "admin"03:19
djc_asalkeld so even the cs-os-users has admin access doesn't matter? It's actually expecting the "admin" user?03:20
*** sdake has joined #heat03:22
djc_asalkeld sorry..what I meant to say was, even though the temp-user has admin access, the command is actually expecting the "admin" user?03:23
asalkeld   https://github.com/openstack/heat/blob/master/bin/heat-keystone-setup-domain03:24
asalkeldseems ok03:24
*** links has joined #heat03:24
asalkeld(as in you shouldn't need "admin")03:24
asalkeldKeystone username with roles sufficient to manage users and projects in the stack-user-domain03:25
asalkelddjc_: check your policy.json file in keystone03:25
asalkeldto see what roles your user needs03:25
djc_asalkeld this user is in the admin tenant and admin role03:26
djc_asalkeld ok..I will check. What am I looking for exactly in that file? I'm not familiar with it.03:26
asalkeldgrep domain /etc/keystone/policy.json03:27
asalkeldmine has stuff like:03:27
asalkeld"identity:create_domain": "rule:admin_required",03:27
asalkeldcheck with: "keystone role-list"03:29
djc_asalkeld http://pastebin.com/e1GRFSt803:42
djc_that was my grep from policy.json03:42
asalkelddjc_: that looks standard03:47
asalkelddjc_: not sure what's going on for you03:47
djc_asalkeld yeah. seems like a bug almost. followed the instructions per openstack's website for kilo03:48
*** hdd has joined #heat03:50
*** pm90__ has quit IRC03:52
openstackgerritYingzhe Zeng proposed openstack/python-heatclient: Optimize the format hint of -Pf option  https://review.openstack.org/21651503:58
*** gberginc has joined #heat04:02
*** KanagarajM has joined #heat04:06
KanagarajMgood morning all !04:06
*** sdake_ has joined #heat04:06
*** sdake has quit IRC04:10
*** huangtianhua has quit IRC04:12
*** huangtianhua has joined #heat04:12
openstackgerritAngus Salkeld proposed openstack/heat: Quieten the unit test logs down  https://review.openstack.org/21648504:18
*** sdake_ is now known as sdake04:18
htaccessyou will need to configure servers, ports and volumes in the template resource then reference that from the parent template04:22
htaccesssry ww04:22
*** sergmelikyan has joined #heat04:32
*** pm90_ has joined #heat04:38
*** pm90__ has joined #heat04:39
*** bnemec has quit IRC04:42
*** pm90_ has quit IRC04:43
*** sabeen1 has quit IRC05:07
*** liusheng has quit IRC05:09
*** liusheng has joined #heat05:09
*** hdd has quit IRC05:16
*** huangtianhua has quit IRC05:18
*** mburns has quit IRC05:26
*** sergmelikyan has quit IRC05:28
*** mburns has joined #heat05:28
openstackgerritPratik Mallya proposed openstack/heat: Make encryption script more robust in presence of malformed data  https://review.openstack.org/21653605:47
openstackgerritPratik Mallya proposed openstack/heat: Make encryption script more robust in presence of malformed data  https://review.openstack.org/21653605:48
*** zhenguo has quit IRC05:53
*** links has quit IRC05:57
*** links has joined #heat06:00
*** zhenguo has joined #heat06:09
*** boris-42 has quit IRC06:12
*** pfreund has quit IRC06:12
*** serverascode has quit IRC06:12
*** ramishra has quit IRC06:12
*** jprovazn has joined #heat06:12
*** dsneddon_away has quit IRC06:13
*** pfreund has joined #heat06:15
*** ramishra has joined #heat06:15
*** serverascode has joined #heat06:15
*** boris-42 has joined #heat06:17
*** huangtianhua has joined #heat06:19
*** dsneddon_away has joined #heat06:19
*** yuanying has quit IRC06:25
*** pm90__ has quit IRC06:26
*** vijayagurug has joined #heat06:32
*** yuanying has joined #heat06:44
*** cody-somerville has joined #heat06:46
*** Qiming has quit IRC07:01
*** Qiming has joined #heat07:06
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/21656107:07
*** achanda has quit IRC07:10
*** inc0 has joined #heat07:11
*** zeih has joined #heat07:12
*** achanda has joined #heat07:14
*** zeih has quit IRC07:16
*** sergmelikyan has joined #heat07:19
*** shardy has joined #heat07:21
*** sergmelikyan has quit IRC07:22
*** lkarm has joined #heat07:22
*** lkarm has quit IRC07:27
*** achanda has quit IRC07:30
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/21656107:35
*** Raj1 has joined #heat07:36
*** pbrooko has joined #heat07:40
*** jtomasek has joined #heat07:42
*** sorantis has joined #heat08:06
*** pas-ha has joined #heat08:07
*** jistr has joined #heat08:12
therveshardy, By "I'd rather have a code switch", I meant something like a module level variable that you edit by hand08:12
shardytherve: Ok I guess I misunderstood - that's completely unfriendly to anyone other than devstack users tho, e.g you can't go hacking code in a packaged heat used as part of a product :\08:14
therveshardy, Yes, that's the goal :)08:14
shardy"the use-case I'm trying to support is deploying tripleo underclouds on pre-provisioned hosts"08:15
shardynobody is ever going to do that on devstack08:15
shardyevery single user (even upstream CI) is consuming packaged heat atm08:15
therveRight, so they probably deserve a proper solution which doesn't completely disable a feature08:16
openstackgerritTetiana Lashchova proposed openstack/heat: Add show_resource function to Sahara resources (3)  https://review.openstack.org/20109408:16
shardyI get why you'd like the option hiddent, but provided it's off by default I really don't get why a config option is a big deal08:17
shardyit provides a solution where, for a small number of folks, they can disable the opaque internal validation08:17
therveI just feel that you're shoving a boolean randomly in the code to make your usecase works08:17
*** e0ne has joined #heat08:17
shardytherve: all anyone ever does is shove some code in until their use-case works ;)08:18
shardytherve: I thought the goal was "not visible to users", which is why I did it like that08:18
therveshardy, Well your patch makes it visible to users?08:19
shardytherve: no it doesn't, it makes it visible to *operators* who can make an informed choice, particularly if we add a "danger, don't enable for typical cloud deployments" message or something08:20
therveOkay, different class of users, sorry08:21
shardyCool, different terminology, but by exposing it in the environment, it becomes something all (template/API) users become aware of08:22
shardyvs some obscure option most folks ignore (like quite a few of our existing options..)08:22
therveSure, but it's on demand, and with much better granularity08:22
therveAnyway, note that I didn't actually -1 your patch, just in spirit08:23
therveBut I feel if the exact same patch came from a random folk in community someone would -2 it08:23
therveBecause it's mosly a quick hack08:23
*** derekh has joined #heat08:24
shardytherve: I hope that's not the case, I'm not asking for any special treatment, just fair consideration of my requirement08:24
shardyIf there's a better way, I'm completely open to it08:25
therveshardy, Maybe we can take a step back?08:25
shardyI'm just a bit frustrated because evidently we've either been talking past each other, or I completely misinterpreted our chat yesterday08:25
therveThe problem you have is that you're passing.... stuff? to server_id?08:25
shardytherve: the problem is I want to access server metadata (by polling from a local, pre-provisioned host, not known to nova) without actually creating a server08:26
therveYeah that's on me, I wasn't clear enough on what I'd like.08:26
shardythis should be trivial, by mapping OS::Nova::Server: dummy_server.yaml in the registry08:26
shardyonly it's not, because then everything breaks when our hiddent validation decides the nested stack ID isn't a server08:27
therveThis screems constraint registry to me08:27
therveYou're overriding the server definition, so it'd make sense to override the constraint definition08:28
shardytherve: yeah, well one option is to carry an out-of tree resource plugin for this use-case08:28
therveshardy, So, what's the relationship between a deployment and a server in it?08:30
therveIt's really just about having a unique identifier, right?08:30
shardytherve: just metadata08:30
therveWe don't actually care that's it's a nova server reference08:30
shardytherve: SoftwareDeployment forces you to pass a server ID, but in reality it will work with any resource, it's just not what we expect08:30
therveRight08:31
openstackgerritTetiana Lashchova proposed openstack/heat: Add tests for show_resource function  https://review.openstack.org/20109408:31
therveshardy, Well in that case I'd rather just remove that constraint really08:31
therveIt doesn't really serve much purpose08:31
shardytherve: exactly, SoftwareDeployment just needs any resource to insert it's metadata into08:31
shardytherve: Ok, I'd be happy with that, but I assumed folks would be -2 on it because it means less fail-fast for the more common use-cases08:33
* therve ponders08:33
therveshardy, My reasoning is that I prefer one less constraint rather than deactivating them all08:33
shardylol08:34
therveshardy, *Ideally*, we'd rename the server properties to something like "resource"08:34
therveBut compatibility and stuff, urg.08:34
shardytherve: Ok, thanks, I'll abandon the boolean and push a patch doing that, with justification, and see what folks make of it08:36
shardythe final part of making this all work is stopping all nested stack returning an ARN, instead of a stack_id via get_resource08:37
shardyhttps://github.com/openstack/heat/blob/master/heat/engine/resources/template_resource.py#L29208:37
shardyI need to chat with asalkeld as IIRC we did that for a reason, but I can't remember what08:38
shardythat can be worked around via returning OS::stack_id parameter via the OS::stack_id output though (ugh)08:38
thervearn needs to die in the fire08:40
*** rakesh_hs has joined #heat08:42
*** shardy_ has joined #heat08:43
*** shardy has quit IRC08:44
*** shardy_ has quit IRC08:48
*** shardy has joined #heat08:49
therveshardy, I realize that I didn't publish my comment on https://review.openstack.org/#/c/199652/ yesterday which totally made things worse08:51
*** shardy has quit IRC08:52
*** huangtianhua has quit IRC08:53
*** shardy has joined #heat08:54
*** Yanyanhu_ has joined #heat08:58
*** Yanyanhu has quit IRC09:00
*** Yanyanhu_ has quit IRC09:04
*** Yanyanhu_ has joined #heat09:05
*** sorantis has quit IRC09:25
*** shardy_ has joined #heat09:33
openstackgerrithuangtianhua proposed openstack/heat: Set FAILED state if resource in *_IN_PROGRESS when updating  https://review.openstack.org/21548609:35
*** shardy has quit IRC09:35
*** shardy_ has quit IRC09:39
*** shardy has joined #heat09:39
*** dims__ has joined #heat09:48
*** dims__ has quit IRC09:48
*** dims__ has joined #heat09:49
shardyramishra: Hey re https://review.openstack.org/#/c/214908/ - do you happen to know the bug or commit which fixed that?09:51
shardyramishra: wondering if we need a stable/kilo backport09:51
ramishrashardy: https://review.openstack.org/#/c/215211/09:52
shardyramishra: aha, sorry I just spotted the Related-Bug ;)09:52
shardyramishra: thanks!09:52
ramishrashardy: no :)09:52
ramishrashardy: np:)09:53
shardyramishra: cool, I see it was a recent regression, thanks :)09:53
*** ricolin has quit IRC10:01
*** huangtianhua has joined #heat10:06
openstackgerritRabi Mishra proposed openstack/heat: Provide signal_url for DELETE action when using other transports  https://review.openstack.org/21665110:21
openstackgerritOleksii Chuprykov proposed openstack/heat: Add batching create to ResourceGroup  https://review.openstack.org/18538510:27
openstackgerritMerged openstack/heat: Quieten the unit test logs down  https://review.openstack.org/21648510:31
*** shardy_ has joined #heat10:37
*** shardy has quit IRC10:38
*** shardy_ has quit IRC10:43
*** gberginc has quit IRC10:43
*** shardy has joined #heat10:43
*** gberginc has joined #heat10:44
*** jruano has joined #heat10:44
openstackgerritRabi Mishra proposed openstack/heat: Improve docstrings for software deployment properties  https://review.openstack.org/21620710:46
*** Yanyanhu_ has quit IRC10:47
openstackgerritMerged openstack/heat: Small improvements of OS::Nova::Server resource  https://review.openstack.org/21625410:50
openstackgerritMerged openstack/heat: SoftwareDeployments modify validation to use properties  https://review.openstack.org/19965210:50
openstackgerritMerged openstack/heat: Fix Software Deployment DELETE action for CFN_SIGNAL transport  https://review.openstack.org/21622310:50
*** pbrooko has quit IRC10:55
*** Qiming has quit IRC10:56
*** sorantis has joined #heat11:07
*** Marga_ has quit IRC11:10
*** huangtianhua has quit IRC11:22
*** pbrooko has joined #heat11:32
*** Marga_ has joined #heat11:40
*** zaneb has quit IRC11:49
*** zhenguo has quit IRC11:55
*** Qiming has joined #heat11:57
*** pbrooko has quit IRC11:58
*** shardy_ has joined #heat11:58
*** shardy has quit IRC12:00
*** zeih has joined #heat12:00
*** KanagarajM has quit IRC12:01
*** zaneb has joined #heat12:01
*** shardy_ has quit IRC12:04
*** shardy has joined #heat12:05
*** pbrooko has joined #heat12:05
*** Qiming has quit IRC12:06
*** Qiming has joined #heat12:06
*** lkarm has joined #heat12:08
*** tochi has quit IRC12:10
*** djc_ has quit IRC12:16
*** Qiming has quit IRC12:17
*** Qiming has joined #heat12:17
openstackgerritAnant Patil proposed openstack/heat: Ensure traversal ID is updated  https://review.openstack.org/21668312:20
*** hdd has joined #heat12:28
*** pm90_ has joined #heat12:29
*** zeih has quit IRC12:33
*** pbrooko_ has joined #heat12:46
*** pbrooko has quit IRC12:48
*** pm90_ has quit IRC12:49
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/21656112:51
*** sorantis has quit IRC12:51
*** sorantis has joined #heat12:52
*** Raj1 has quit IRC12:54
*** hdd has quit IRC12:55
*** gberginc has quit IRC12:56
*** blomquisg has joined #heat13:01
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: Add resource_type-specific policies  https://review.openstack.org/20148813:02
openstackgerritOleksii Chuprykov proposed openstack/heat: raise exception if asg in cooldown  https://review.openstack.org/21508013:03
openstackgerritMerged openstack/heat: Do not pass rich objects in CloudNetwork resource  https://review.openstack.org/21578413:07
*** pbrooko has joined #heat13:09
*** pbrooko_ has quit IRC13:12
*** zhenguo has joined #heat13:16
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/21656113:19
*** links has quit IRC13:23
*** dims__ has quit IRC13:24
*** dims__ has joined #heat13:25
*** jprovazn has quit IRC13:26
*** jonesbr has joined #heat13:32
*** jecarey has joined #heat13:34
*** dims has joined #heat13:36
*** dims__ has quit IRC13:36
*** dims_ has joined #heat13:39
*** dims__ has joined #heat13:41
*** dims has quit IRC13:42
*** jasond has joined #heat13:42
*** hdd has joined #heat13:42
*** jaime49 has joined #heat13:44
*** dims_ has quit IRC13:45
*** inc0 has quit IRC13:48
*** shardy_ has joined #heat13:50
*** shardy has quit IRC13:51
*** bapalm_ is now known as bapalm13:51
*** thumpba has joined #heat13:53
*** vijayagurug has left #heat13:53
*** shardy_ has quit IRC13:55
openstackgerritAnant Patil proposed openstack/heat: Convergence: Stack concurrent update  https://review.openstack.org/19538013:55
*** shardy has joined #heat13:56
*** jruano has quit IRC13:57
*** daneyon_ has quit IRC13:58
*** daneyon has joined #heat13:58
*** shardy has quit IRC14:00
*** shardy has joined #heat14:01
openstackgerritAnant Patil proposed openstack/heat: Convergence: Stack concurrent update  https://review.openstack.org/19538014:03
*** jprovazn has joined #heat14:07
*** endorphin has joined #heat14:07
*** Piet has joined #heat14:12
*** jaime49 has quit IRC14:12
*** vahidh has quit IRC14:16
*** jaime49 has joined #heat14:18
*** zeih has joined #heat14:22
openstackgerritOleksii Chuprykov proposed openstack/heat: Add batching create to ResourceGroup  https://review.openstack.org/18538514:22
*** pm90_ has joined #heat14:30
*** pm90__ has joined #heat14:31
*** vijendar has joined #heat14:33
*** pm90_ has quit IRC14:35
*** jaime49 has quit IRC14:36
*** jaime49 has joined #heat14:36
*** Raj1 has joined #heat14:42
*** vijayagurug has joined #heat14:43
*** links has joined #heat14:44
openstackgerritGrzegorz Grasza (xek) proposed openstack/heat: Register all objects  https://review.openstack.org/19018314:45
*** jaime49 has quit IRC14:48
*** jaime49 has joined #heat14:49
*** zeih has quit IRC14:52
openstackgerritPratik Mallya proposed openstack/heat: Make encryption script more robust in presence of malformed data  https://review.openstack.org/21653614:52
*** sorantis has quit IRC14:54
*** achanda has joined #heat14:54
*** zeih has joined #heat14:55
*** Drago has joined #heat14:56
*** Drago has quit IRC14:57
*** Drago has joined #heat14:57
*** kebray has joined #heat15:00
*** Raj1 has quit IRC15:03
*** achanda has quit IRC15:04
*** Raj1 has joined #heat15:04
*** thedodd has joined #heat15:04
*** djc_ has joined #heat15:06
djc_I ran into a problem when setting up heat. when executing the command "heat-keystone-setup-domain \   --stack-user-domain-name heat_user_domain \   --stack-domain-admin heat_domain_admin \   --stack-domain-admin-password HEAT_DOMAIN_PASS" I get a message that the user is not authorized even though the account has admin access.15:08
*** vijayagurug has left #heat15:09
*** aweiteka has joined #heat15:09
*** inc0 has joined #heat15:11
*** jruano has joined #heat15:11
*** pas-ha has quit IRC15:14
*** djc_ has quit IRC15:15
*** vahidh has joined #heat15:15
*** amg_ has joined #heat15:17
amg_Hello everyone, still getting this error when trying to run a `heat-keystone-setup-domain`: ERROR (heat-keystone-setup-domain:124) User 'cs-os-users' is not authorized to perform this operation, please try with other OS_USERNAME setting.15:17
amg_running kilo on cent715:17
therveamg_, You're supposed to run this as admin I believe15:18
amg_therve we have AD as our ident service in keystone and have a user that has admin privs but still no joy.15:19
therveHum15:19
amg_Do we explicitly have to use a user with the "admin" name?15:19
therveI hope not15:20
*** djc__ has joined #heat15:20
*** cmh has joined #heat15:20
amg_Me either heh. Grasping at straws though as it seems nigh impossible to have our AD user who has privs create the domain.15:21
therveamg_, Can you run keystone user-list ?15:21
amg_Indeed an `openstack user list` returns all our users.15:22
*** jdandrea has joined #heat15:23
therveBut wait. Not sure you can create domains with AD as the backend15:23
therveYou may need to setup multi-backends15:23
amg_Interesting. So we have ident pointed to AD but assignment is done from MySQL, do you think that is causing an issue?15:25
therveI have no idea to be honest15:26
therveSomeone from keystone may be able to help you better15:26
*** Qiming has quit IRC15:26
openstackgerritMerged openstack/heat: Improve docstrings for software deployment properties  https://review.openstack.org/21620715:27
*** pbrooko_ has joined #heat15:27
amg_therve, thank you for your assistance. I'll go see what the keystone folks might be able to provide. :)15:28
*** pbrooko has quit IRC15:29
*** shardy_ has joined #heat15:31
jasondryansb: hi15:32
ryansbjasond: hey, what's up15:32
*** shardy has quit IRC15:32
jasondryansb: huangtianhua was asking a question about a docstring you originally wrote in https://review.openstack.org/#/c/122473/23/heat/rpc/client.py  would you mind taking a look?15:33
jasondi don't know the answer15:33
ryansbyeah sure15:33
ryansbalso I'll review that patch & see if there are other comments15:35
*** zhenguo has quit IRC15:36
jasondryansb: thanks.  i will reply to the other ones15:36
*** shardy_ has quit IRC15:36
*** shardy has joined #heat15:37
*** kebray has quit IRC15:38
*** rakesh_hs has quit IRC15:39
amg_Thanks again, therve we turned off AD just to see what happens with just a MySQL backend and it worked.15:41
amg_So is there a feature request we can put in for the road map to have AD users create domains?15:42
*** Marga_ has quit IRC15:42
therveNo idea15:43
*** Marga_ has joined #heat15:43
*** lsmola has quit IRC15:44
*** links has quit IRC15:44
amg_ah, well last question, is there a specific openstack doc on setting up multibackends for keystone? sorry to be a pain heh :)15:44
amg_Digging through, I'm not finding one jumping out at me.15:44
*** vijayagurug has joined #heat15:45
*** lpmulligan has joined #heat15:48
*** dsneddon_away is now known as dsneddon15:48
*** vijayagurug has left #heat15:49
*** gberginc has joined #heat15:54
*** crose has joined #heat15:56
*** vijayagurug has joined #heat15:56
*** djc__ has quit IRC16:01
*** sabeen has joined #heat16:01
*** cmh has quit IRC16:02
*** sabeen3 has joined #heat16:05
*** sabeen has quit IRC16:06
*** inc0 has quit IRC16:06
*** vijayagurug has quit IRC16:08
*** vijayagurug has joined #heat16:08
*** dyasny has quit IRC16:13
*** pbrooko_ has quit IRC16:14
*** endorphin has quit IRC16:14
*** jistr has quit IRC16:17
*** e0ne has quit IRC16:20
*** amg_ has quit IRC16:20
*** DandyPandy_ has quit IRC16:23
*** jasond has quit IRC16:24
*** e0ne has joined #heat16:25
*** bnemec has joined #heat16:25
*** Raj1 has quit IRC16:27
*** pm90__ has quit IRC16:28
*** e0ne has quit IRC16:29
*** bleepbloop has joined #heat16:30
*** sergmelikyan has joined #heat16:33
*** vijayagurug has quit IRC16:37
*** __TheDodd__ has joined #heat16:43
*** thedodd has quit IRC16:43
*** pm90_ has joined #heat16:48
*** derekh has quit IRC16:59
*** bleepbloop has quit IRC17:01
*** bleepbloop has joined #heat17:01
*** e0ne has joined #heat17:07
*** lpmulligan has quit IRC17:11
*** achanda has joined #heat17:15
*** lpmulligan has joined #heat17:19
*** liusheng has quit IRC17:24
*** liusheng has joined #heat17:25
*** jecarey has quit IRC17:29
*** dyasny has joined #heat17:32
*** gberginc has quit IRC17:47
openstackgerritJoe D'Andrea proposed openstack/heat: Adds resource uuid, volume support to lifecycle scheduler hints  https://review.openstack.org/20382317:51
*** Raj1 has joined #heat17:57
*** Raj1 has quit IRC17:58
*** Raj1 has joined #heat17:58
*** shardy_ has joined #heat18:04
*** sergmelikyan has quit IRC18:05
*** shardy has quit IRC18:05
*** sergmelikyan has joined #heat18:08
*** shardy_ has quit IRC18:09
*** amg_ has joined #heat18:10
*** shardy has joined #heat18:10
*** jprovazn has quit IRC18:16
*** andrearo1 has joined #heat18:16
*** andrearosa has quit IRC18:17
*** Qlawy has quit IRC18:17
*** Qlawy has joined #heat18:18
*** jpeeler has quit IRC18:19
*** jpeeler has joined #heat18:22
*** jpeeler has joined #heat18:22
*** jfluhmann has joined #heat18:22
*** tlashchova has quit IRC18:24
*** sdake_ has joined #heat18:25
openstackgerritJoe D'Andrea proposed openstack/heat: Adds resource uuid, volume support to lifecycle scheduler hints  https://review.openstack.org/20382318:26
*** jecarey has joined #heat18:27
*** sdake has quit IRC18:29
*** ameybhide has joined #heat18:37
*** huangtianhua has joined #heat18:41
*** huangtianhua has quit IRC18:47
*** sergmelikyan has quit IRC18:49
*** daneyon_ has joined #heat18:53
*** sdake_ is now known as sdake18:54
*** daneyon has quit IRC18:55
*** jruano has quit IRC19:02
*** daneyon_ has quit IRC19:12
*** daneyon has joined #heat19:12
*** daneyon has quit IRC19:12
*** sdake_ has joined #heat19:15
*** dyasny has quit IRC19:16
*** sdake has quit IRC19:18
*** sdake_ is now known as sdake19:23
*** dims__ has quit IRC19:25
*** dims has joined #heat19:26
*** achanda has quit IRC19:28
*** lpmulligan has quit IRC19:49
*** sergmelikyan has joined #heat19:50
*** jfluhmann has quit IRC19:54
*** sergmelikyan has quit IRC19:54
*** Piet has quit IRC20:03
*** achanda has joined #heat20:11
*** vahidh has quit IRC20:15
*** sergmelikyan has joined #heat20:17
*** amg_ has quit IRC20:18
*** sergmelikyan has quit IRC20:22
*** pm90__ has joined #heat20:24
*** pm90__ has quit IRC20:24
*** zeih has quit IRC20:26
*** ameybhide has quit IRC20:27
*** jtomasek has quit IRC20:27
*** pm90_ has quit IRC20:28
*** Raj2 has joined #heat20:34
*** lpmulligan has joined #heat20:35
*** MVenesio has joined #heat20:35
*** Raj1 has quit IRC20:35
*** e0ne has quit IRC20:35
*** gberginc has joined #heat20:38
*** pm90_ has joined #heat20:47
*** Piet has joined #heat20:48
openstackgerritJoe D'Andrea proposed openstack/heat: Adds resource uuid, volume support to lifecycle scheduler hints  https://review.openstack.org/20382320:48
*** pm90__ has joined #heat20:49
*** pm90_ has quit IRC20:52
*** sergmelikyan has joined #heat20:54
*** daneyon has joined #heat20:56
*** lkarm has quit IRC21:04
*** bnemec has quit IRC21:05
*** bnemec has joined #heat21:06
*** vijendar has quit IRC21:10
*** jonesbr has left #heat21:13
*** achanda has quit IRC21:15
*** achanda has joined #heat21:17
*** jecarey has quit IRC21:18
*** bleepbloop has quit IRC21:20
*** jecarey has joined #heat21:21
*** jaime49 has quit IRC21:23
*** Raj2 has quit IRC21:31
*** blomquisg has quit IRC21:32
*** sdake_ has joined #heat21:44
*** jaime49 has joined #heat21:46
*** jaime49 has quit IRC21:46
*** e0ne has joined #heat21:48
*** sdake has quit IRC21:48
*** thumpba has quit IRC21:48
*** x3k has joined #heat21:50
*** jecarey has quit IRC21:50
*** x3k has left #heat21:50
*** shardy has quit IRC21:52
*** MVenesio has quit IRC22:00
*** sdake_ is now known as sdake22:01
*** bnemec has quit IRC22:07
*** Raj1 has joined #heat22:08
*** bnemec has joined #heat22:08
*** vahidh has joined #heat22:11
*** e0ne has quit IRC22:16
*** achanda has quit IRC22:19
*** crose has quit IRC22:20
*** sdake_ has joined #heat22:21
*** achanda has joined #heat22:21
*** sdake has quit IRC22:24
*** sdake_ is now known as sdake22:24
*** Raj1 has quit IRC22:28
*** Raj1 has joined #heat22:28
*** lpmulligan has quit IRC22:37
*** lpmulligan has joined #heat22:39
*** pm90__ has quit IRC22:59
*** sabeen3 has quit IRC23:01
*** kebray has joined #heat23:06
*** kebray has quit IRC23:07
*** __TheDodd__ has quit IRC23:08
*** lpmulligan has quit IRC23:11
*** kebray has joined #heat23:18
*** daneyon has quit IRC23:18
*** bitblt has joined #heat23:28
*** bitblt has quit IRC23:28
*** pm90_ has joined #heat23:32
*** tochi has joined #heat23:42
*** Raj1 has quit IRC23:45
asalkeldstevebaker: i think i'll set this bug 1433340 to fixed (as it is in convergence)23:50
openstackbug 1433340 in heat "stack actions do not guarantee that the stack will be placed into IN_PROGRESS by the time they return" [High,Triaged] https://launchpad.net/bugs/143334023:50
asalkeldseems ok to me23:51
asalkeld(to do that)23:51
stevebakerasalkeld: yeah, its fixed. Its a shame the comment didn't say Closes-Bug otherwise it would have been backported much earlier23:52
asalkeldstevebaker: there is no fix for non-convergence23:53
asalkeldonly workarounds23:53
asalkeld(making it less likely to happen)23:53
asalkeldwe should start reviewing from here: https://launchpad.net/heat/+milestone/liberty-323:54
stevebakertrue, but that fix also makes is possible to delete a FAILED stack on the first attempt23:54
asalkeldstevebaker: there are a bunch of blueprints that just show "started"23:56
stevebakerasalkeld: I'll do a sweep23:56
asalkeldk, thanks23:56

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