Friday, 2014-11-21

*** Viswanath has joined #heat00:04
*** tellesnobrega has joined #heat00:05
*** serg_melikyan has quit IRC00:06
*** serg_melikyan has joined #heat00:07
stevebakerasalkeld: I'm thinking if we're doing output/attribute mapping then we should also do parameter/property mapping, which would make specifying the resource with a special output a bit odd00:07
asalkeldstevebaker, not sure about that, seems like major feature creep00:08
*** Viswanath has quit IRC00:09
asalkeldstevebaker, that gets into the whole "we need interface definitions" thing00:10
asalkeldi could just remove the implicit attributes00:10
stevebakerit does. how about paring it back to just ID mapping for now00:10
asalkeldwe still gain "resource.<name>.attr_name"00:11
asalkeldi don't want to go that far back00:11
sdakeanyone know where jsonutils may be found these days?00:12
sdakewas it removed from oslo?00:12
stevebakerasalkeld: that sounds fine, so what does that change add that StackResource attributes don't already do?00:13
asalkeldsdake, oslo.serilazation00:13
stevebakersdake: oslo.serialization.jsonutils00:13
asalkeldbut with better spelling00:13
sdakethanks asalkeld00:13
sdakethanks stevebaker :)00:13
asalkeldstevebaker, stackresource only does outputs00:14
asalkeld    def _resolve_attribute(self, name):00:14
asalkeld        return self.get_output(name)00:14
asalkeldresource group does "resource.id.attr_name"00:15
asalkeldso i want something like that at least00:15
stevebakerasalkeld: sounds good, maybe it should be a separate change though. It looks like that whole series could be flattened00:17
asalkeldmaybe, I'll look at that now00:18
asalkeldstevebaker, thanks for the review - good ideas00:19
openstackgerritAngus Salkeld proposed openstack/heat-specs: A collection of small changes to improve usability  https://review.openstack.org/13068200:20
*** alexpilotti has joined #heat00:21
*** serg_melikyan has quit IRC00:24
*** serg_melikyan has joined #heat00:24
asalkeldurg, i have to go view a rental - bbl00:25
*** kebray has quit IRC00:26
*** radez is now known as radez_g0n300:27
*** edmund has joined #heat00:27
*** serg_melikyan has quit IRC00:29
*** Putns has quit IRC00:30
*** mkollaro has quit IRC00:32
*** serg_melikyan has joined #heat00:32
*** david-lyle is now known as david-lyle_afk00:33
openstackgerritMerged openstack/heat-specs: A collection of small changes to improve usability  https://review.openstack.org/13068200:37
*** bandarji has quit IRC00:42
*** justin-8_ has joined #heat00:48
*** alexpilotti has quit IRC00:50
*** justin-8 has quit IRC00:50
*** serg_melikyan has quit IRC00:57
*** serg_melikyan has joined #heat01:01
*** sarob has quit IRC01:02
*** zhiwei has joined #heat01:03
*** tellesnobrega_ has quit IRC01:04
*** htruta has quit IRC01:05
*** serg_melikyan has quit IRC01:14
*** Qiming has joined #heat01:15
*** serg_melikyan has joined #heat01:17
*** Marga_ has joined #heat01:18
*** serg_melikyan has quit IRC01:20
*** serg_melikyan has joined #heat01:21
*** serg_melikyan has quit IRC01:25
*** metral_zzz is now known as metral01:34
*** serg_melikyan has joined #heat01:34
*** tiantian has joined #heat01:35
*** serg_melikyan has quit IRC01:42
*** serg_melikyan has joined #heat01:49
*** serg_melikyan has quit IRC01:51
*** serg_melikyan has joined #heat01:57
openstackgerritQiming Teng proposed openstack/heat-templates: Enable script hook to handle Json input  https://review.openstack.org/13460702:08
*** nosnos has joined #heat02:12
*** dims has joined #heat02:14
*** Marga_ has quit IRC02:16
*** Marga_ has joined #heat02:16
*** Marga__ has joined #heat02:20
*** Marga_ has quit IRC02:21
*** metral is now known as metral_zzz02:23
*** zhiyuan has quit IRC02:23
openstackgerritMerged openstack/heat: Detect container failure when checking create complete  https://review.openstack.org/13575302:30
openstackgerrithuangtianhua proposed openstack/heat: Apply neutron subnet constraint  https://review.openstack.org/13587502:33
openstackgerrithuangtianhua proposed openstack/heat: Apply neutron router constraint  https://review.openstack.org/13588002:33
openstackgerritMerged openstack/heat: Updated from global requirements  https://review.openstack.org/13596102:34
*** erkules_ has joined #heat02:34
*** erkules has quit IRC02:37
*** htruta has joined #heat02:37
*** tellesnobrega_ has joined #heat02:39
openstackgerrithuangtianhua proposed openstack/heat: Do static template validation for nested stacks  https://review.openstack.org/13262502:39
*** LiJiansheng has joined #heat02:48
*** tiantian is now known as huangtianhua02:57
openstackgerrithuangtianhua proposed openstack/heat: Failed res no need UpdateReplace which has nested_stack  https://review.openstack.org/13010702:59
openstackgerrithuangtianhua proposed openstack/heat: Correct autoscaling group's updates from a failed state  https://review.openstack.org/13552402:59
*** sarob has joined #heat03:06
*** GonZo2K has quit IRC03:07
*** dims has quit IRC03:11
*** dims has joined #heat03:13
openstackgerritMerged openstack/heat-specs: Support Cinder volume type manage  https://review.openstack.org/13041703:16
*** nosnos has quit IRC03:24
openstackgerritMerged openstack/heat: Add Dimensions Default in AWS_CloudWatch_Alarm.yaml  https://review.openstack.org/13425103:24
openstackgerritMerged openstack/heat: Improve error response in cfn Outputs validation  https://review.openstack.org/13300803:24
*** ccrouch has joined #heat03:29
*** vijendar1 has quit IRC03:30
*** Marga__ has quit IRC03:33
Qiminghi, stevebaker03:33
*** harlowja is now known as harlowja_away03:39
*** EricGonczer_ has joined #heat03:42
*** EricGonczer_ has quit IRC03:42
*** dims has quit IRC03:48
Qimingstevebaker, a quick question?03:51
openstackgerrithuangtianhua proposed openstack/heat: Record update_time for suspend/resume/snapshot actions  https://review.openstack.org/13622403:51
stevebakerQiming: hey03:55
Qimingstevebaker, pls take a look at this template03:55
Qiminghttps://review.openstack.org/#/c/134749/4/hot/software-config/example-templates/example-deployments.yaml03:55
Qimingstevebaker, basically, I am trying to deploy a group of servers, this template works but not in an elegant way03:56
Qimingwhen I tried to use provider resource for members in ResourceGroup, the SoftwareDeployments won't work03:56
QimingI just want to confirm with you that this is how things are today03:57
Qimingthe problem is that os-***-config is checking for the wrong stack for software deployments data, right?03:58
stevebakerQiming: shardy has been working through various issues with ResourceGroup and SoftwareDeployments. You may have hit one of them.03:58
Qimingstevebaker, so you mean I have to try some workarounds at the moment03:59
stevebakermaybe. It should work. Here is a simpler template which does something similar to yours. It works for me, including updates which change the group size https://review.openstack.org/#/c/134089/1/heat_integrationtests/scenario/test_server_software_deployments.yaml04:00
stevebakerQiming: and this change from shardy might help https://review.openstack.org/#/c/135689/04:00
Qimingstevebaker, thanks. Will try them.04:00
Qimingstevebaker, btw, just commited a new patch here based on your comments: https://review.openstack.org/#/c/134607/04:02
* Qiming is running away for lunch04:03
*** Marga_ has joined #heat04:04
stevebakerQiming: looks good, but pep8 fails04:05
openstackgerrithuangtianhua proposed openstack/heat: Failed res no need UpdateReplace which has nested_stack  https://review.openstack.org/13010704:08
openstackgerrithuangtianhua proposed openstack/heat: Correct autoscaling group's updates from a failed state  https://review.openstack.org/13552404:08
*** Viswanath has joined #heat04:09
*** Marga_ has quit IRC04:12
*** Viswanath has quit IRC04:13
*** sdake has quit IRC04:28
*** nosnos has joined #heat04:29
openstackgerritAngus Salkeld proposed openstack/heat: Add support for pass through references  https://review.openstack.org/13219004:33
openstackgerritAngus Salkeld proposed openstack/heat: Add "parameter_defaults" to the environment  https://review.openstack.org/13133704:33
openstackgerritAngus Salkeld proposed openstack/heat: Add logging fixture to integration tests  https://review.openstack.org/13616404:33
openstackgerritAngus Salkeld proposed openstack/heat: Add support for running tests against standalone Heat  https://review.openstack.org/13616504:33
openstackgerritAngus Salkeld proposed openstack/heat: Support better access to nested attributes  https://review.openstack.org/13623004:33
*** edmund has quit IRC04:37
*** Marga_ has joined #heat04:39
*** rushiagr_away is now known as rushiagr04:43
*** david-lyle_afk has quit IRC04:43
*** Marga_ has quit IRC04:44
*** dims has joined #heat04:49
*** tellesnobrega has quit IRC04:50
*** dims has quit IRC04:55
*** sdake has joined #heat04:56
*** sdake has quit IRC04:56
*** sdake has joined #heat04:56
*** ygoto has joined #heat04:58
*** sarob has quit IRC04:59
*** sarob has joined #heat05:00
*** sanjayu has joined #heat05:01
*** killer_prince is now known as lazy_prince05:01
*** sdake has quit IRC05:02
openstackgerritQiming Teng proposed openstack/heat-templates: Enable script hook to handle Json input  https://review.openstack.org/13460705:02
*** sarob has quit IRC05:04
*** sdake has joined #heat05:06
*** andersonvom has joined #heat05:08
*** sarob has joined #heat05:11
*** sarob has quit IRC05:12
*** andersonvom has quit IRC05:12
*** andersonvom has joined #heat05:13
*** nosnos has quit IRC05:14
*** sdake has quit IRC05:15
openstackgerritMerged openstack/heat: Correct error msg when resource or output are empty  https://review.openstack.org/13116905:16
*** nosnos has joined #heat05:16
openstackgerritMerged openstack/heat: Add functional test for update of provider resource  https://review.openstack.org/13534805:16
*** htruta has quit IRC05:17
*** tellesnobrega_ has quit IRC05:17
*** htruta has joined #heat05:17
*** huangtianhua has quit IRC05:17
*** tellesnobrega_ has joined #heat05:18
*** erkules_ is now known as erkules05:25
*** nkhare has joined #heat05:31
*** Marga_ has joined #heat05:40
*** Marga_ has quit IRC05:45
*** rakesh_hs has joined #heat05:45
*** sdake has joined #heat05:48
*** htruta has quit IRC05:49
*** htruta has joined #heat05:50
*** nosnos has quit IRC05:59
*** nosnos has joined #heat06:00
*** Marga_ has joined #heat06:02
*** jcoufal has joined #heat06:03
*** unmeshg has joined #heat06:04
*** Marga_ has quit IRC06:07
*** ishant has joined #heat06:08
openstackgerritMerged openstack/heat: Add requirement to SecurityGroup "remote_group_id"  https://review.openstack.org/13558706:10
openstackgerritMerged openstack/heat: Add user_creds_id to _create_stack RPC interface  https://review.openstack.org/11633506:10
openstackgerritMerged openstack/heat: Implement handle_check for Cinder and EC2 Volumes  https://review.openstack.org/13128506:11
*** k4n0 has joined #heat06:17
Qimingcannot get rid of this warning when running test cases: "UserWarning: OS::Heat::CWLiteAlarm is deprecated, use OS::Ceilometer::Alarm instead."06:18
*** serg_melikyan has joined #heat06:19
Qimingdid I miss something?06:19
*** tomek_adamczewsk has joined #heat06:25
openstackgerritQiming Teng proposed openstack/heat: Further split ASG code.  https://review.openstack.org/12962006:30
openstackgerritMerged openstack/heat: Implement handle_check for OS::Trove::Instance  https://review.openstack.org/13128206:30
openstackgerritMerged openstack/heat: Implement handle_check for CloudWatch  https://review.openstack.org/12767006:30
openstackgerritMerged openstack/heat: Implement handle_check for OS::Nova::KeyPair  https://review.openstack.org/13128406:33
openstackgerritMerged openstack/heat: Implement handle_check for OS::Swift::Container  https://review.openstack.org/13128306:34
*** tiantian has joined #heat06:37
*** serg_melikyan has quit IRC06:39
*** ishant has quit IRC06:39
*** serg_melikyan has joined #heat06:41
openstackgerrithuangtianhua proposed openstack/heat: Delete resource_data after resource deleted  https://review.openstack.org/12950806:42
*** ishant has joined #heat06:43
*** Marga_ has joined #heat06:46
openstackgerritQiming Teng proposed openstack/heat-templates: Sample template using SoftwareDeployments  https://review.openstack.org/13474906:46
*** tomek_adamczewsk has quit IRC06:49
*** tomek_adamczewsk has joined #heat06:49
*** serg_melikyan has quit IRC06:49
*** serg_melikyan has joined #heat06:50
*** Marga_ has quit IRC06:51
*** tomek_adamczewsk has quit IRC06:52
*** tomek_adamczewsk has joined #heat06:52
*** sanjayu has quit IRC06:55
*** mc__ has joined #heat06:56
*** sanjayu has joined #heat06:57
*** lazy_prince has quit IRC06:59
*** tomek_adamczewsk has quit IRC07:00
*** killer_prince has joined #heat07:11
*** killer_prince is now known as lazy_prin07:12
*** lazy_prin is now known as lazy_prince07:13
*** serg_melikyan has quit IRC07:17
*** swygue has quit IRC07:24
openstackgerritMerged openstack/heat: Use environment file in template-validate  https://review.openstack.org/13408007:26
openstackgerritMerged openstack/heat: Implement update of AWS::EC2::SecurityGroup rules  https://review.openstack.org/8854807:30
*** Putns has joined #heat07:33
*** lazy_prince has quit IRC07:34
*** lazy_prince has joined #heat07:34
*** hdd has joined #heat07:34
*** chlong has quit IRC07:37
*** achanda has quit IRC07:38
*** jprovazn has joined #heat07:42
*** Marga_ has joined #heat07:47
openstackgerrithuangtianhua proposed openstack/heat: Add cinder volume custom constraint  https://review.openstack.org/13625407:49
*** Marga_ has quit IRC07:51
*** tspatzier has joined #heat08:01
*** inc0 has joined #heat08:02
inc0gmorning08:02
skraynevgood morning guys08:04
*** tomek_adamczewsk has joined #heat08:10
*** sarob has joined #heat08:12
shardymorning all08:15
mc__good morning08:16
*** sarob has quit IRC08:17
*** reed has joined #heat08:22
openstackgerritSergey Kraynev proposed openstack/heat: Moving translate same logic in different method  https://review.openstack.org/13626108:23
*** nosnos has quit IRC08:24
*** nosnos has joined #heat08:24
*** LiJiansheng has quit IRC08:30
*** LiJiansheng has joined #heat08:32
openstackgerrithuangtianhua proposed openstack/heat: Apply cinder volume custom constraint  https://review.openstack.org/13626308:36
openstackgerritMerged openstack/heat: Implement custom constraint for nova server  https://review.openstack.org/13391308:37
*** viktors|afk is now known as viktors08:37
*** reed_ has joined #heat08:37
*** reed_ has quit IRC08:38
*** achanda has joined #heat08:38
*** alexheneveld has joined #heat08:38
*** links has joined #heat08:39
*** achanda_ has joined #heat08:40
*** achanda has quit IRC08:40
*** achanda_ is now known as achanda08:41
*** Marga_ has joined #heat08:47
*** jtomasek has joined #heat08:49
*** nosnos has quit IRC08:51
*** nosnos has joined #heat08:51
*** Marga_ has quit IRC08:52
*** jtomasek has quit IRC08:56
*** jtomasek has joined #heat08:56
*** jstrachan has joined #heat09:03
*** nosnos has quit IRC09:06
*** ifarkas has joined #heat09:09
*** elynn has quit IRC09:11
openstackgerrithuangtianhua proposed openstack/heat: Add cinder volume custom constraint  https://review.openstack.org/13625409:12
*** cmyster has joined #heat09:15
*** cmyster has quit IRC09:15
*** cmyster has joined #heat09:15
*** ygoto has quit IRC09:18
cmystermorning-ish09:18
openstackgerrithuangtianhua proposed openstack/heat: Apply cinder volume custom constraint  https://review.openstack.org/13626309:19
openstackgerritMerged openstack/heat: Remove KeypairConstraint and FlavorConstraint to nova.py  https://review.openstack.org/13414109:24
openstackgerrithuangtianhua proposed openstack/heat-specs: Support Cinder Custom Constraints  https://review.openstack.org/13627009:24
*** sanjayu has quit IRC09:27
*** achanda has quit IRC09:33
*** nosnos has joined #heat09:34
openstackgerrithuangtianhua proposed openstack/heat: Add cinder volume custom constraint  https://review.openstack.org/13625409:34
*** derekh has joined #heat09:35
*** nkhare has quit IRC09:36
inc0hi cmyster09:37
*** nkhare has joined #heat09:37
openstackgerrithuangtianhua proposed openstack/heat: Apply nova server constraints for resources  https://review.openstack.org/13415109:39
openstackgerrithuangtianhua proposed openstack/heat-specs: Support Cinder Custom Constraints  https://review.openstack.org/13627009:39
*** sanjayu has joined #heat09:41
openstackgerrithuangtianhua proposed openstack/heat: Apply cinder volume custom constraint  https://review.openstack.org/13626309:42
cmysterheya09:42
*** GonZo2K has joined #heat09:43
openstackgerrithuangtianhua proposed openstack/heat: Add cinder snapshot custom constraint  https://review.openstack.org/13627909:46
*** Marga_ has joined #heat09:48
*** Qiming has quit IRC09:48
*** julienvey has joined #heat09:49
*** GonZo2K has quit IRC09:49
*** pas-ha has joined #heat09:52
*** Marga_ has quit IRC09:53
*** k4n0 has quit IRC09:53
*** mc__ has quit IRC09:53
*** vryzhenkin has joined #heat09:58
*** vryzhenkin has quit IRC10:01
*** vryzhenkin has joined #heat10:01
*** zhiwei has quit IRC10:03
*** serg_melikyan has joined #heat10:18
openstackgerritJun Jie Nan proposed openstack/heat-templates: Remove underscore in autoscaling group name  https://review.openstack.org/13552510:19
openstackgerrithuangtianhua proposed openstack/heat: Apply cinder snapshot custom constraint  https://review.openstack.org/13628510:19
*** serg_melikyan has quit IRC10:22
*** jcoufal has quit IRC10:24
*** jcoufal has joined #heat10:25
openstackgerritMerged openstack/heat: Change RouterGateway resource's name  https://review.openstack.org/13600210:25
pfreundIs it possible to create wait condition using Keystone v2 ?10:28
*** tellesnobrega has joined #heat10:28
*** praveenkumar has quit IRC10:29
thervepfreund, You need to be admin I believe10:30
pfreundI'm looking for the value of stack_user_domain_name, I am using keystone v210:31
pfreundin heat.conf10:31
therveYou can't use domains in v210:31
pfreundso I can't use wait condition ?10:32
therveSure, just use keystone v310:32
openstackgerrithuangtianhua proposed openstack/heat: Apply neutron network constraint  https://review.openstack.org/13582310:33
pfreundIt's for a production environment using Helion, I can't change for keystone v310:33
openstackgerrithuangtianhua proposed openstack/heat: Apply neutron port constraint  https://review.openstack.org/13583510:33
openstackgerrithuangtianhua proposed openstack/heat: Apply neutron subnet constraint  https://review.openstack.org/13587510:33
openstackgerrithuangtianhua proposed openstack/heat: Apply neutron router constraint  https://review.openstack.org/13588010:34
therveAFAIK the altenatives are either being admin or using keystone v310:36
shardypfreund: WaitConditions work with keystone v2, but if you don't use v3 and the associated stack domain user stuff in heat, you have to have admin role so you can create users in your tenant (heat creates a user for the WaitConditionHandle resource)10:36
shardypfreund: An alternative on Juno is the SwiftSignal resource10:36
shardytherve: that's correct, unless you modify the keystone policy to allow non-admin users to create users in their own project10:37
therveshardy, Thanks, good point10:37
*** Qiming has joined #heat10:38
therveshardy, I was wondering, could there be an alternative where we use heat admin role to create the users? Is it a security issue?10:38
pfreundshardy: thanks10:39
shardytherve: IMO we can't do that, because it's circumventing keystone user creation policy10:39
pfreundwhere should the admin user be set ? In heat conf ?10:39
shardypfreund: http://hardysteven.blogspot.co.uk/2014/04/heat-auth-model-updates-part-2-stack.html10:39
thervepfreund, The admin user is the one creating the stack10:39
pfreundI was already on it shardy  :)10:39
therveshardy, That's fair. Is there a bad side effect to allow users to create users?10:41
*** tellesnobrega has quit IRC10:42
*** bart613 has quit IRC10:43
shardytherve: well the bad side effect of encouraging folks to create in-instance credentials without domain isolation is that compromised VM's would have access to the entire openstack API surface, not just a couple of heat API actions10:43
openstackgerritJun Jie Nan proposed openstack/heat-templates: Add network parameter to templates  https://review.openstack.org/13629310:44
pfreundshardy: I don't see in your blog post how to set this admin user instead of a "domain user"10:44
* therve nods10:44
shardypfreund: the user creating the stack must have the admin role10:44
pfreundthe user of stack_user_domain_id ?10:45
pfreundI'm looking for the user you are talking about in my configuration10:45
shardypfreund: You're not using keystone v3, so all the domain stuff is irrelevant, as you can't use it10:45
shardypfreund: It's the user making the API call to heat, nothing in the heat.conf10:46
pfreundok10:46
pfreundshardy: so it would be the "heat" default user in keystone ?10:47
pfreundwho has to be admin ?10:47
shardypfreund: No, it's every user creating stacks via the heat API, if they want to use WaitConditionHandle or ScalingPolicy resources10:48
shardythe "heat" user should already be admin10:48
pfreundok understood10:48
pfreundbut I'm launching templates with the admin tenant, and it still ask for a domain id10:49
*** Marga_ has joined #heat10:49
shardypfreund: What does the error say, exactly?10:50
shardyThere will be a warning in the heat-engine.log if you're not configuring domains, but that is expected10:51
pfreundhttps://www.irccloud.com/pastebin/xsGU3mqU10:51
*** nkhare_ has joined #heat10:51
*** nkhare has quit IRC10:52
shardypfreund: probably you've configured some of the *domain* options in your heat.conf?10:52
shardyThey should all be commented for keystone v210:52
shardyAnd you need to use the Keystonev2 client plugin from contrib10:52
*** sgran has quit IRC10:53
shardyhttps://github.com/openstack/heat/tree/master/contrib/heat_keystoneclient_v210:53
*** Marga_ has quit IRC10:54
pfreundshardy: there is no domain options in heat.conf, it's still the default one of the distribution10:55
pfreundI will look in the logs10:56
shardypfreund: Ok, I guess you're not using the v2 plugin then10:56
pfreundIt's installed but I don't know if it's used10:59
*** inc0_ has joined #heat11:00
*** sgran has joined #heat11:00
*** Qiming_ has joined #heat11:02
*** inc0 has quit IRC11:03
*** Qiming has quit IRC11:06
*** asalkeld has quit IRC11:07
pfreundshardy: if keystone_backend is not in heat.conf, it means that it is not used ?11:07
shardypfreund: Correct, it will default to the heat_keystoneclient in the main tree (which requires v3 keystone)11:08
*** inc0_ has quit IRC11:08
pfreundok thanks a lot :)11:08
matttanyone here use OS::Heat::SwiftSignal or OS::Heat::SwiftSignalHandle ?11:10
*** dims has joined #heat11:11
pfreundme if few hours :)11:14
pfreund*in11:14
matttpfreund: k gonna need your help :P11:14
*** julienvey has quit IRC11:15
*** julienvey has joined #heat11:15
*** Qiming_ has quit IRC11:27
*** Qiming has joined #heat11:31
*** prazumovsky has joined #heat11:33
*** che-arn5 has joined #heat11:35
*** che-arne has joined #heat11:35
*** inc0 has joined #heat11:35
*** inc0_ has joined #heat11:37
*** tiantian has quit IRC11:39
*** Qiming has quit IRC11:39
*** Qiming has joined #heat11:40
*** inc0 has quit IRC11:40
openstackgerritMerged openstack/heat: Add functional test for update of group of provider resources  https://review.openstack.org/13535311:42
*** inc0_ has quit IRC11:45
*** Marga_ has joined #heat11:50
*** tellesnobrega_ is now known as tellesnobrega11:54
*** ckmvishnu has joined #heat11:54
*** Marga_ has quit IRC11:55
*** jcoufal has quit IRC11:58
*** inc0 has joined #heat12:01
*** Qiming_ has joined #heat12:02
*** LiJiansheng has quit IRC12:02
*** vijayagurug has joined #heat12:02
*** Qiming has quit IRC12:05
*** apporc has joined #heat12:09
*** uvirtbot has quit IRC12:09
*** Qiming_ has quit IRC12:12
*** Qiming_ has joined #heat12:12
openstackgerritPeter Razumovsky proposed openstack/heat: Improve Property error msg for properties validate  https://review.openstack.org/12715012:12
*** alexpilotti has joined #heat12:13
*** apporc has quit IRC12:13
*** Qiming__ has joined #heat12:28
*** nkhare_ has quit IRC12:29
*** rpothier has joined #heat12:29
*** sanjayu has quit IRC12:30
*** Qiming_ has quit IRC12:31
*** zhiwei has joined #heat12:36
*** tomek_adamczews1 has joined #heat12:39
pfreundmattt: unfortunatly I don't have SwiftSignal in my installation :( can't use it12:40
*** jprovazn has quit IRC12:41
*** che-arn5 has quit IRC12:41
*** tomek_adamczewsk has quit IRC12:41
matttpfreund: bummer!12:43
matttpfreund: but it does rely on having a swift installation on hand :)12:44
pfreundI have one, don't know why I don't have this resource12:44
*** unmeshg has quit IRC12:46
pfreundHelion gives lot of surprises ^^12:46
*** rakesh_hs has quit IRC12:47
*** Marga_ has joined #heat12:47
*** rakesh_hs has joined #heat12:48
*** ckmvishnu has quit IRC12:49
*** hdd has quit IRC12:49
*** ccrouch has quit IRC12:50
*** sgordon_ has joined #heat12:52
*** Qiming__ has quit IRC12:54
*** Qiming__ has joined #heat12:55
*** Qiming__ has quit IRC12:56
*** alexheneveld has quit IRC12:57
*** zhiwei has quit IRC12:57
*** alexheneveld has joined #heat12:58
*** tomek_adamczewsk has joined #heat13:00
*** tomek_adamczews1 has quit IRC13:01
*** Dragomir has joined #heat13:12
openstackgerritSridhar Gaddam proposed openstack/python-heatclient: Curl statements to include globoff for IPv6 URLs  https://review.openstack.org/13633213:14
*** nosnos has quit IRC13:16
*** Marga__ has joined #heat13:18
*** jamielennox is now known as jamielennox|away13:20
*** Marga_ has quit IRC13:21
*** ccrouch has joined #heat13:27
*** andersonvom has quit IRC13:31
prazumovskyHello13:32
inc0hi prazumovsky13:32
prazumovskyThere is the question13:32
*** julienvey has quit IRC13:32
*** julienvey has joined #heat13:33
*** julienvey has quit IRC13:33
prazumovskyWe have following situation: https://ask.openstack.org/en/question/52059/index-in-resource-group-not-returning-index-number/?sort=latest13:33
*** julienvey has joined #heat13:33
*** tspatzier has quit IRC13:34
shardyprazumovsky: Presumably you're using a pre-juno version of heat?13:35
prazumovsky%index% supporting for resource-group has been added in juno. But would be reasonable to add this useful feature to icehouse?13:35
shardyprazumovsky: Backporting features to stable branches is forbidden, so we can't unfortunately13:35
shardyWhoever maintains your downstream packages might take a different view and carry patches though, depends on the distro and maintaner13:36
*** hdd has joined #heat13:37
prazumovskyOK, thanks for clarifying this moment13:38
*** rushiagr is now known as rushiagr_away13:38
*** tellesnobrega_ has joined #heat13:45
openstackgerritPeter Razumovsky proposed openstack/heat: Fix RouterGateway resource's name  https://review.openstack.org/13633913:45
therveprazumovsky, Hi! Could you open a bug and reference it in your patch?13:48
*** lazy_prince is now known as killer_prince13:48
*** vijendar has joined #heat13:49
*** dims is now known as dimsum__13:49
openstackgerritPeter Razumovsky proposed openstack/heat: Fix RouterGateway resource's name  https://review.openstack.org/13633913:54
*** Marga__ has quit IRC13:54
*** radez_g0n3 is now known as radez13:55
*** Marga_ has joined #heat13:55
*** che-arne has joined #heat13:55
openstackgerritMerged openstack/heat: Implement handle_check for OS::Nova::Server  https://review.openstack.org/12835713:58
therveprazumovsky, The bug seems to be about a patch just merged. Shouldn't we revert the patch?13:59
*** jdob has joined #heat14:02
*** jistr has joined #heat14:03
*** jistr is now known as jistr|mtg14:04
prazumovskytherve, I think, It would be more adequate than create new patch, so... yes14:04
*** jmckind has joined #heat14:06
*** aweiteka has joined #heat14:09
*** tellesnobrega_ has quit IRC14:11
*** zaneb has joined #heat14:13
*** pfreund has quit IRC14:14
*** radix__ has quit IRC14:15
openstackgerritPeter Razumovsky proposed openstack/heat: Change RouterInterface resource's name  https://review.openstack.org/13535214:16
*** pfreund has joined #heat14:16
openstackgerritPeter Razumovsky proposed openstack/heat: Revert "Change RouterGateway resource's name"  https://review.openstack.org/13635914:16
*** matt__ has joined #heat14:16
*** mattoliverau has quit IRC14:16
*** rm_work has quit IRC14:16
*** otoolee has quit IRC14:16
*** rm_work has joined #heat14:17
*** rm_work has quit IRC14:17
*** rm_work has joined #heat14:17
*** radix has joined #heat14:17
openstackgerritPeter Razumovsky proposed openstack/heat: Revert "Change RouterGateway resource's name"  https://review.openstack.org/13635914:17
*** jprovazn has joined #heat14:17
*** rakesh_hs has quit IRC14:17
*** otoolee has joined #heat14:18
*** ishant has quit IRC14:19
*** tellesnobrega_ has joined #heat14:20
*** zz_gondoi is now known as gondoi14:25
*** edmund has joined #heat14:25
*** pmallya has joined #heat14:27
*** rushiagr_away is now known as rushiagr14:27
*** pmallya has quit IRC14:27
*** pmallya_ has joined #heat14:28
*** uvirtbot has joined #heat14:29
*** jmckind has quit IRC14:32
*** tomek_adamczews1 has joined #heat14:32
*** tomek_adamczewsk has quit IRC14:33
*** jasond has joined #heat14:33
*** jmckind has joined #heat14:38
*** ccrouch has quit IRC14:38
*** jmckind has quit IRC14:40
*** tellesnobrega_ has quit IRC14:41
*** ccrouch has joined #heat14:41
*** vijayagurug has left #heat14:42
*** JayJ has joined #heat14:43
*** crose has joined #heat14:43
*** tellesnobrega_ has joined #heat14:44
*** JayJ has quit IRC14:44
*** JayJ has joined #heat14:44
*** tomek_adamczewsk has joined #heat14:45
*** tomek_adamczews1 has quit IRC14:45
*** jmckind has joined #heat14:46
*** jmckind has quit IRC14:46
*** jmckind has joined #heat14:47
*** jmckind has quit IRC14:47
*** jmckind has joined #heat14:48
*** jmckind has joined #heat14:48
*** jmckind has quit IRC14:48
*** JayJ has quit IRC14:49
*** jmckind has joined #heat14:49
*** jmckind has quit IRC14:49
*** JayJ has joined #heat14:50
*** jmckind has joined #heat14:50
*** andersonvom has joined #heat14:54
*** tspatzier has joined #heat15:00
*** GonZo2K has joined #heat15:00
*** apporc has joined #heat15:01
*** aweiteka has quit IRC15:03
*** kebray has joined #heat15:05
*** mkollaro has joined #heat15:06
*** kebray has quit IRC15:06
*** kebray has joined #heat15:07
*** serg_melikyan has joined #heat15:07
*** tellesnobrega_ has quit IRC15:11
*** ccrouch has quit IRC15:15
*** aweiteka has joined #heat15:16
*** tchaypo has left #heat15:18
openstackgerritJason Dunsmore proposed openstack/heat-specs: Hidden stacks  https://review.openstack.org/13507615:20
*** Marga_ has quit IRC15:21
*** jstrachan has quit IRC15:21
*** inc0 has quit IRC15:22
*** Marga_ has joined #heat15:25
*** jstrachan has joined #heat15:25
*** tomek_adamczewsk has quit IRC15:26
*** kebray has quit IRC15:27
*** crose has quit IRC15:31
*** sdake has quit IRC15:34
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H302] errors in heat/db  https://review.openstack.org/13417415:34
*** sdake has joined #heat15:34
*** kebray has joined #heat15:35
*** Marga_ has quit IRC15:37
*** julienvey has quit IRC15:37
*** julienvey has joined #heat15:38
*** jasond has quit IRC15:41
openstackgerritMerged openstack/heat: Handle remote thrown NotFound RPC exceptions  https://review.openstack.org/13580015:41
*** wpf has quit IRC15:41
*** GonZo2K has quit IRC15:42
*** GonZo2K has joined #heat15:43
*** dimsum__ has quit IRC15:45
*** dimsum__ has joined #heat15:45
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H302] errors in heat/engine  https://review.openstack.org/13418715:47
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H302] errors in heat/db  https://review.openstack.org/13417415:48
*** jprovazn is now known as jprovazn_afk15:48
*** wpf has joined #heat15:50
*** vijendar has quit IRC15:53
*** vijendar has joined #heat15:53
*** cduch has joined #heat15:54
cduchhello15:54
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H302] errors in heat/engine  https://review.openstack.org/13418715:55
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H302] errors in heat/db  https://review.openstack.org/13417415:55
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H302] errors in heat/tests  https://review.openstack.org/13533015:55
cduchI got an "HTTPBadRequest: HTTPBadRequest (HTTP 400) ERROR Unsupported action /arn%3Aopenstack%3Aheat%3A%3A88f88fe440564218aa57a13c3756ce40%3Astacks%2Fautostack%2Fa2c07bd8-38ba-4be6-910f-cc635ba7729a%2Fresources%2Fcoreos_scaleup_policy?Timestamp=2014-11-21T15%3A50%3" when trying to deploy a stack with a scale up policy15:55
cduchwe already tried to follow this post: http://hardysteven.blogspot.co.uk/2014/04/heat-auth-model-updates-part-2-stack.html15:55
*** achanda has joined #heat15:56
cduchso we've created the Heat Stack User role etc.15:56
cduchany clue?15:56
*** ccrouch has joined #heat15:58
*** sabeen2 has joined #heat15:59
*** sabeen1 has quit IRC16:00
*** cduch has quit IRC16:00
*** che-arne has quit IRC16:01
*** julienvey has quit IRC16:02
*** julienve_ has joined #heat16:02
*** achanda has quit IRC16:02
*** GonZo2K has quit IRC16:10
*** Viswanath has joined #heat16:11
*** GonZo2K has joined #heat16:12
*** Viswanath has quit IRC16:14
*** prazumovsky has quit IRC16:15
*** pas-ha has quit IRC16:16
*** Marga_ has joined #heat16:21
*** jstrachan_ has joined #heat16:22
*** jstrachan has quit IRC16:24
*** dimsum__ has quit IRC16:25
*** dimsum__ has joined #heat16:26
*** ccrouch has quit IRC16:26
*** serg_melikyan has quit IRC16:26
*** jstrachan has joined #heat16:27
*** jstrachan_ has quit IRC16:30
*** Drago has joined #heat16:30
*** dimsum__ has quit IRC16:30
*** Drago has quit IRC16:30
*** Drago has joined #heat16:30
*** Marga_ has quit IRC16:32
*** Marga_ has joined #heat16:36
*** pmallya_ has quit IRC16:46
*** swygue has joined #heat16:46
*** apporc has quit IRC16:47
*** pmallya has joined #heat16:47
*** randallburt has joined #heat16:49
*** jstrachan_ has joined #heat16:59
*** jstrachan has quit IRC16:59
openstackgerritJason Dunsmore proposed openstack/heat-specs: Hidden stacks  https://review.openstack.org/13507616:59
*** GonZo2K has quit IRC17:01
*** Marga_ has quit IRC17:02
*** Marga_ has joined #heat17:03
*** david-lyle has joined #heat17:05
*** Marga_ has quit IRC17:10
*** Marga_ has joined #heat17:11
*** serg_melikyan has joined #heat17:13
*** serg_melikyan has joined #heat17:13
*** vijendar has quit IRC17:16
*** vijendar has joined #heat17:16
*** serg_melikyan has quit IRC17:16
*** serg_melikyan has joined #heat17:17
sdakeanyone know how to access a rest api via curl?17:18
*** vijendar has quit IRC17:18
zanebsdake: in principle the same way you'd use curl for anything, but a lot depends on the particular API17:21
*** serg_melikyan has quit IRC17:21
zanebsdake: example curl scripts for Heat here might help if it's OpenStack you're talking to: https://github.com/zaneb/heat-os-curl17:22
*** GonZo2K has joined #heat17:23
*** bnemec is now known as beekneemech17:24
*** serg_melikyan has joined #heat17:25
sdakezaneb thanks17:25
*** dimsum__ has joined #heat17:26
sdakezaneb I use curl to retrieve a token: http://paste.fedoraproject.org/152904/4165907917:26
sdakebut when i run that, I'm not sure what the token is that I shoudl pass to X-AUTH-TOKEN17:26
*** Marga_ has quit IRC17:30
*** Marga_ has joined #heat17:31
*** Marga_ has quit IRC17:31
*** Marga_ has joined #heat17:32
*** flyemsafe has joined #heat17:32
*** Marga_ has quit IRC17:32
*** Marga_ has joined #heat17:33
*** Marga_ has quit IRC17:33
sdakezaneb thanks I am all set17:34
*** Marga_ has joined #heat17:34
*** GonZo2K has quit IRC17:34
*** swygue has quit IRC17:34
*** pas-ha has joined #heat17:34
*** Marga_ has quit IRC17:35
*** Marga_ has joined #heat17:36
*** Marga_ has quit IRC17:36
*** Marga_ has joined #heat17:37
*** flyemsafe has quit IRC17:37
shardyhttps://github.com/openstack/heat-templates/blob/master/hot/software-config/example-templates/cirros-example/init.d/heat-deploy-hook#L2117:39
shardysdake: ^^ That's an example of using curl to get a token and call heat with it, if that helps17:39
shardysdake: Only does v2 token requests atm though17:40
*** sarob has joined #heat17:40
sdakeshardy zaneb's script helped thanks17:41
*** mkollaro has quit IRC17:43
*** links has quit IRC17:43
*** Marga_ has quit IRC17:46
*** vijendar has joined #heat17:47
*** vijendar has quit IRC17:47
*** vijendar has joined #heat17:48
*** GonZo2K has joined #heat17:48
*** alexheneveld has quit IRC17:49
*** jmckind has quit IRC17:51
*** harlowja_away is now known as harlowja17:52
*** flyemsafe has joined #heat17:52
*** jstrachan has joined #heat17:53
andersonvomhey folks, does anybody have an example of deprecated cfg.StrOpt or resource properties that I can take a look at?17:53
*** GonZo2K has quit IRC17:55
andersonvomI'm trying to use deprecated_name or deprecated_group with cfg.StrOpt but it doesn't seem to make a lot of difference. Still looking for deprecated properties17:55
*** jstrachan_ has quit IRC17:56
*** GonZo2K has joined #heat17:56
*** serg_melikyan has quit IRC17:56
*** derekh has quit IRC17:57
*** sjmc7 has joined #heat17:58
*** serg_melikyan has joined #heat18:00
*** serg_melikyan has quit IRC18:00
*** serg_melikyan has joined #heat18:01
*** serg_melikyan has quit IRC18:01
*** serg_melikyan has joined #heat18:02
*** GonZo2K has quit IRC18:02
*** serg_melikyan has quit IRC18:03
*** GonZo2K has joined #heat18:03
*** jstrachan_ has joined #heat18:04
*** jstrachan has quit IRC18:04
*** Drago has quit IRC18:06
*** GonZo2K has quit IRC18:06
*** sdake has quit IRC18:07
*** serg_melikyan has joined #heat18:07
*** serg_mel_ has joined #heat18:07
*** serg_melikyan has quit IRC18:07
*** sdake has joined #heat18:08
*** sdake has joined #heat18:08
*** serg_mel_ has quit IRC18:09
*** serg_melikyan has joined #heat18:10
openstackgerritMerged openstack/heat: Revert "Change RouterGateway resource's name"  https://review.openstack.org/13635918:11
*** julienve_ has quit IRC18:12
*** serg_melikyan has quit IRC18:14
*** sjmc7_ has joined #heat18:14
*** randallburt has quit IRC18:16
*** serg_melikyan has joined #heat18:16
*** achanda has joined #heat18:18
*** sjmc7 has quit IRC18:18
*** achanda has quit IRC18:19
*** achanda has joined #heat18:19
*** serg_melikyan has quit IRC18:20
*** Marga_ has joined #heat18:21
*** serg_melikyan has joined #heat18:23
*** serg_melikyan has quit IRC18:24
*** kebray has quit IRC18:24
*** serg_melikyan has joined #heat18:24
*** Marga__ has joined #heat18:24
*** pas-ha has quit IRC18:25
*** GonZo2K has joined #heat18:25
*** Marga_ has quit IRC18:25
*** achanda_ has joined #heat18:26
*** GonZo2K has quit IRC18:27
*** tspatzier has quit IRC18:28
*** serg_melikyan has quit IRC18:29
*** achanda has quit IRC18:30
*** htruta has quit IRC18:33
*** achanda_ is now known as achanda18:34
*** htruta has joined #heat18:36
*** reed has quit IRC18:36
*** kebray has joined #heat18:39
*** Marga__ has quit IRC18:42
*** Marga_ has joined #heat18:43
*** GonZo2K has joined #heat18:45
*** jprovazn_afk has quit IRC18:52
*** alexpilotti has quit IRC18:53
*** alexpilotti has joined #heat18:53
*** Marga_ has quit IRC18:54
*** Marga_ has joined #heat18:54
*** Marga_ has quit IRC18:57
*** Marga_ has joined #heat18:58
*** Marga_ has quit IRC18:58
*** GonZo2K has quit IRC18:59
*** Marga_ has joined #heat18:59
*** serg_melikyan has joined #heat19:00
*** GonZo2K has joined #heat19:01
*** serg_melikyan has joined #heat19:01
*** kebray has quit IRC19:02
*** kebray has joined #heat19:02
*** GonZo2K has quit IRC19:03
*** jstrachan_ has quit IRC19:03
*** alexpilotti has quit IRC19:03
*** jdob has quit IRC19:03
*** killer_prince has quit IRC19:03
*** jistr|mtg has quit IRC19:04
*** killer_prince has joined #heat19:05
*** killer_prince is now known as lazy_prince19:05
*** serg_melikyan has quit IRC19:08
*** ifarkas has quit IRC19:13
*** serg_melikyan has joined #heat19:13
*** serg_melikyan has joined #heat19:14
*** lazy_prince has quit IRC19:18
*** killer_prince has joined #heat19:19
*** killer_prince is now known as lazy_prince19:19
*** radez is now known as radez_g0n319:21
*** lazy_prince has quit IRC19:24
*** Marga__ has joined #heat19:25
*** Marga_ has quit IRC19:25
*** dimsum__ has quit IRC19:29
*** killer_prince has joined #heat19:29
*** killer_prince is now known as lazy_prince19:30
*** Marga__ has quit IRC19:34
*** serg_melikyan has quit IRC19:34
*** Marga_ has joined #heat19:35
*** serg_melikyan has joined #heat19:35
*** Marga_ has quit IRC19:36
*** sdake has quit IRC19:36
*** Marga_ has joined #heat19:36
*** sdake has joined #heat19:37
*** sdake has quit IRC19:37
*** Marga_ has quit IRC19:37
*** sdake has joined #heat19:37
*** sdake has quit IRC19:37
*** sdake has joined #heat19:37
*** Marga_ has joined #heat19:38
*** serg_melikyan has quit IRC19:39
*** Marga_ has quit IRC19:39
*** serg_melikyan has joined #heat19:39
*** Marga_ has joined #heat19:40
*** lazy_prince has quit IRC19:41
*** killer_prince has joined #heat19:43
*** Marga_ has quit IRC19:43
*** killer_prince is now known as lazy_prince19:43
*** Marga_ has joined #heat19:44
*** Marga_ has quit IRC19:48
*** Marga_ has joined #heat19:49
*** sdake_ has joined #heat19:49
*** sdake_ has quit IRC19:49
*** sdake_ has joined #heat19:49
*** metral_zzz is now known as metral19:50
*** Marga_ has quit IRC19:54
*** Marga_ has joined #heat19:55
*** alexheneveld has joined #heat19:57
*** Marga_ has quit IRC20:00
*** randallburt has joined #heat20:00
*** Marga_ has joined #heat20:01
*** tellesnobrega has quit IRC20:01
*** Marga_ has quit IRC20:01
*** Marga_ has joined #heat20:02
*** sanjayu has joined #heat20:02
*** sabeen1 has joined #heat20:02
*** sabeen2 has quit IRC20:02
*** lazy_prince has quit IRC20:03
*** killer_prince has joined #heat20:04
*** killer_prince is now known as lazy_prince20:05
*** serg_melikyan has quit IRC20:05
*** Marga_ has quit IRC20:06
*** alexheneveld has quit IRC20:08
andersonvombueler? bueler? ^^ =)20:08
*** serg_melikyan has joined #heat20:09
*** metral is now known as metral_zzz20:14
*** serg_melikyan has quit IRC20:16
*** sjmc7__ has joined #heat20:17
*** sgordon_ has quit IRC20:18
*** sjmc7_ has quit IRC20:21
*** tellesnobrega has joined #heat20:22
*** dimsum__ has joined #heat20:34
*** Dragomir has quit IRC20:34
*** packet has joined #heat20:34
*** sjmc7__ is now known as sjmc720:35
*** crose has joined #heat20:41
*** achanda has quit IRC20:41
*** rushiagr is now known as rushiagr_away20:50
*** hdd has quit IRC20:51
*** Marga_ has joined #heat20:51
*** alexpilotti has joined #heat20:53
*** tsufiev has quit IRC20:56
*** Marga_ has quit IRC20:56
*** tsufiev has joined #heat20:59
*** shakamunyi_ has joined #heat21:03
*** packet has quit IRC21:03
*** sanjayu has quit IRC21:04
*** sanjayu has joined #heat21:05
*** Marga_ has joined #heat21:07
*** Marga_ has quit IRC21:10
*** Marga_ has joined #heat21:10
*** serg_melikyan has joined #heat21:16
*** serg_melikyan has quit IRC21:21
*** Marga_ has quit IRC21:22
*** Marga_ has joined #heat21:23
*** shakamunyi_ has quit IRC21:26
*** Marga_ has quit IRC21:26
*** Marga_ has joined #heat21:27
*** sdc has joined #heat21:27
*** Marga_ has quit IRC21:30
*** sanjayu has quit IRC21:30
*** Marga_ has joined #heat21:31
*** serg_melikyan has joined #heat21:31
openstackgerritJason Dunsmore proposed openstack/heat: Encrypt Heat template hidden parameters  https://review.openstack.org/9790021:34
*** Marga_ has quit IRC21:34
*** bitblt has joined #heat21:35
*** achanda has joined #heat21:35
*** Marga_ has joined #heat21:35
*** crose has quit IRC21:36
*** sanjayu_ has joined #heat21:37
*** Marga_ has quit IRC21:37
*** mkollaro has joined #heat21:37
*** Marga_ has joined #heat21:38
*** Marga_ has quit IRC21:38
*** Marga_ has joined #heat21:39
*** Marga__ has joined #heat21:43
*** Marga_ has quit IRC21:43
-openstackstatus- NOTICE: gating is going offline while we deal with a broken block device, eta unknown21:43
*** ChanServ changes topic to "gating is going offline while we deal with a broken block device, eta unknown"21:43
*** Marga__ has quit IRC21:44
*** Marga_ has joined #heat21:44
*** Marga_ has quit IRC21:44
*** Marga_ has joined #heat21:45
*** funzo has joined #heat21:48
*** sdc has quit IRC21:48
*** EricGonczer_ has joined #heat21:52
*** crose has joined #heat21:54
*** Marga_ has quit IRC21:56
*** Marga_ has joined #heat21:57
*** tellesnobrega_ has joined #heat21:57
*** aweiteka has quit IRC21:59
*** sarob has quit IRC21:59
*** sanjayu_ has quit IRC21:59
*** sanjayu_ has joined #heat22:01
*** EricGonczer_ has quit IRC22:03
*** Marga_ has quit IRC22:03
*** sarob has joined #heat22:04
*** Marga_ has joined #heat22:05
*** Marga_ has quit IRC22:05
*** Marga_ has joined #heat22:06
openstackgerritJason Dunsmore proposed openstack/heat: Add a "hidden" parameter to stack-create  https://review.openstack.org/13574222:07
*** pmallya has quit IRC22:11
*** sanjayu_ has quit IRC22:14
*** crose has quit IRC22:14
*** sanjayu_ has joined #heat22:16
*** sjmc7 has quit IRC22:16
*** Marga_ has quit IRC22:24
*** sabeen1 has quit IRC22:24
*** dims_ has joined #heat22:26
*** Marga_ has joined #heat22:29
*** dimsum__ has quit IRC22:29
*** pmallya_ has joined #heat22:32
openstackgerritRyan Brown proposed openstack/heat-specs: Let users restrict stack-update scope  https://review.openstack.org/13544422:33
*** pmallya has joined #heat22:36
*** pmallya_ has quit IRC22:36
*** kebray has quit IRC22:36
*** tomek_adamczewsk has joined #heat22:38
*** sarob has quit IRC22:40
*** tomek_adamczewsk has quit IRC22:41
*** tomek_adamczewsk has joined #heat22:41
*** kebray has joined #heat22:42
*** sanjayu_ has quit IRC22:43
*** sanjayu has joined #heat22:44
*** tellesnobrega_ has quit IRC22:47
*** gondoi is now known as zz_gondoi22:48
*** JayJ has quit IRC22:49
*** JayJ has joined #heat22:50
*** achanda has quit IRC22:53
*** achanda has joined #heat22:54
*** tomek_adamczewsk has quit IRC22:55
*** JayJ has quit IRC22:56
*** tellesnobrega_ has joined #heat22:56
*** packet has joined #heat22:56
*** tomek_adamczewsk has joined #heat22:56
*** JayJ has joined #heat22:56
*** Marga_ has quit IRC22:58
*** tomek_adamczewsk has quit IRC22:59
*** tomek_adamczewsk has joined #heat22:59
*** randallburt has quit IRC23:00
*** sarob has joined #heat23:02
*** tomek_adamczewsk has quit IRC23:02
*** tomek_adamczewsk has joined #heat23:02
*** randallburt has joined #heat23:07
*** alexheneveld has joined #heat23:12
*** sanjayu has quit IRC23:15
*** alexheneveld has quit IRC23:15
*** dims_ has quit IRC23:16
*** mkollaro has quit IRC23:17
*** andersonvom has quit IRC23:19
*** dimsum__ has joined #heat23:19
*** alexpilotti has quit IRC23:22
*** packet has quit IRC23:25
*** Dragomir has joined #heat23:27
*** tomek_adamczewsk has quit IRC23:31
*** sarob has quit IRC23:34
*** Marga_ has joined #heat23:45
*** achanda has quit IRC23:48
*** achanda has joined #heat23:53
*** pmallya has quit IRC23:54
*** dimsum__ has quit IRC23:55
*** dimsum__ has joined #heat23:55
*** dimsum__ has quit IRC23:56
*** dimsum__ has joined #heat23:57

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