Wednesday, 2014-10-29

*** Qiming has joined #heat00:04
*** randallburt has joined #heat00:11
*** zns has quit IRC00:14
*** achanda has quit IRC00:15
*** achanda has joined #heat00:15
*** alexheneveld has joined #heat00:16
*** Qiming has quit IRC00:17
*** achanda has quit IRC00:19
*** rushiagr is now known as rushiagr_away00:20
*** swygue has quit IRC00:24
*** alexheneveld has quit IRC00:37
*** swygue has joined #heat00:48
*** JayJ has joined #heat00:53
*** sarob has quit IRC00:54
*** sarob has joined #heat00:55
*** sarob has quit IRC00:59
*** packet has quit IRC00:59
*** Putns has quit IRC01:00
*** swygue has quit IRC01:04
*** nanjj has joined #heat01:05
*** Marga_ has joined #heat01:06
*** fbo has quit IRC01:07
*** asalkeld has quit IRC01:14
*** asalkeld has joined #heat01:14
*** Qiming has joined #heat01:16
*** randallburt has quit IRC01:22
*** Yanyanhu has joined #heat01:26
openstackgerritQiming Teng proposed a change to openstack/heat: Update docs to reflect HOT version support.  https://review.openstack.org/13115901:27
*** kebray has joined #heat01:35
*** kebray has quit IRC01:35
Qimingstevebaker, two minutes?01:35
*** kebray has joined #heat01:36
*** justin-8 has joined #heat01:37
*** Marga_ has quit IRC01:37
*** kebray has quit IRC01:37
*** justin-8_ has quit IRC01:40
*** kebray has joined #heat01:40
*** Tross has quit IRC01:43
*** bitblt has quit IRC01:44
*** spzala has quit IRC01:47
*** asalkeld has quit IRC01:52
*** sgordon_ has quit IRC01:53
*** asalkeld has joined #heat02:01
*** fbo has joined #heat02:01
*** erkules_ has joined #heat02:05
*** nosnos has joined #heat02:06
*** erkules has quit IRC02:07
*** dims__ has quit IRC02:14
*** dims__ has joined #heat02:15
*** dims__ has quit IRC02:17
*** morganfainberg is now known as only_zuul02:18
*** only_zuul is now known as morganfainberg02:18
stevebakerQiming: hi02:19
*** LiJiansheng has joined #heat02:20
Qimingstevebaker, two questions, one of which is solved02:20
Qimingjust noticed some patches on removing 'instance_user', that was something I was about to work on02:21
QimingI'm glad someone else has taken over02:21
Qiminganother question is about test case02:21
stevebakerQiming: did you see my comment on the tempest changes required? without doing that we would need a flag day to switch over02:22
Qimingdo you have a pointer teaching me how to mock a method labeled with '@classmethod'?02:22
Qimingstevebaker, I saw that02:22
stevebakerQiming: you could just do ClassName.methodname = mock.Mock()02:23
Qimingthat is all?02:23
stevebakerpretty much02:23
Qimingah, I'm glad I asked, thanks!02:23
stevebakerI'm sure shardy wouldn't mind if you took over the instance_user change, especially the related tempest changes02:24
asalkeldstevebaker, re: software-config-swift-signal02:24
asalkeldwould that be hardcoded in the template?02:24
Qimingokay02:24
*** lazy_prince has quit IRC02:25
asalkeldstevebaker, from my comment in the spec "this would not make the template very portable if the user has to hardcode this in their template. Would it at all be possible for heat to figure out the best approach?"02:25
stevebakerasalkeld: it just adds an option to the signal_transport property02:25
asalkeldstevebaker, couldn't we just do the right thing?02:26
asalkeldso if i grab a template and move clouds where there is no zaqar02:26
asalkeldi have to edit the template02:26
asalkeld(which is sucky)02:26
stevebakerasalkeld: sure, there could be a later blueprint which adds an AUTO option which checks for zaqar, then swift, then enabled heat-api-cfn, then heat-api.02:27
stevebakerasalkeld: in the meantime you could just make it a template property02:27
asalkelder, how about just have no option02:27
stevebakeri mean a template parameter02:27
asalkeld(no property)02:27
asalkeldit is only auto02:28
asalkeldas a user why do i care02:28
asalkeldit must just work02:28
asalkeldIMHO02:28
stevebakerasalkeld: because there are real tradeoffs that the user might want to influence (unauthenticated secret webhook vs authenticated message vs authenticated heat api call)02:28
asalkeldmmmm, i think this should be default AUTO02:29
stevebakerasalkeld: also, what is installed on the server image, they might hard-code to one method02:29
stevebakerasalkeld: absolutely, default AUTO when it exists02:29
asalkeldcan you add it from the start?02:29
asalkeldi'd like to reduce the usability issues before there are new ones02:30
stevebakerthat could cause more unexpected breakages than it solves. As soon as AUTO is the default and TEMP_URL exists, an image which hasn't been rebuilt with the new swift enabled hook will break.02:31
stevebakerasalkeld: maybe after a suitable period with a deprecation warning the default could switch to AUTO02:32
asalkeldstevebaker, can't we require glance tags?02:32
asalkeldso feature tags that say what the image supports02:33
*** joe__ has quit IRC02:33
asalkeldmaybe go to the extent of failing the create/update if those do not exist02:33
asalkeldthis needs to be discoverable02:34
stevebakersure, a bit of work is required for that02:34
asalkeldjust tweak the image building instructions02:34
asalkeldand in your validate do a glance metadata get02:35
asalkeldstevebaker, you did say somewhere that we could install the agent in the userdata02:35
asalkeldis that real?02:35
stevebakeryep https://review.openstack.org/#/c/119282/02:36
*** Marga_ has joined #heat02:39
asalkeldseems like we are heading for and uber big server resources that sets up networking and installs the guest tooling02:41
asalkeldmaybe just call it OS::Heat::Server02:41
*** vijendar has joined #heat02:43
*** kebray has quit IRC02:43
*** asalkeld has quit IRC02:46
*** asalkeld has joined #heat02:46
*** dims__ has joined #heat02:47
*** kebray has joined #heat02:48
*** dims__ has quit IRC02:52
*** killer_prince has joined #heat02:55
*** killer_prince is now known as lazy_prince02:55
stevebakerasalkeld: yeah, it would need something like your __id__ template resource property though02:55
*** sgordon_ has joined #heat02:56
asalkeldyeah02:56
openstackgerritA change was merged to openstack/python-heatclient: Allow mock-based patching in shell tests  https://review.openstack.org/13119003:00
*** Marga_ has quit IRC03:02
*** Marga_ has joined #heat03:03
*** tonisbones has joined #heat03:05
openstackgerritA change was merged to openstack/python-heatclient: Fix shell tests for Python 3.4  https://review.openstack.org/13119103:07
openstackgerritA change was merged to openstack/python-heatclient: Fix event tests for Python 3.4  https://review.openstack.org/13119203:08
openstackgerritA change was merged to openstack/python-heatclient: Fix template_utils tests for Python 3.4  https://review.openstack.org/13119303:08
*** tonisbones has quit IRC03:10
*** JayJ has quit IRC03:12
*** Qi has joined #heat03:16
*** Qi is now known as Guest1962703:16
*** tchaypo has joined #heat03:19
*** Guest19627 has quit IRC03:19
*** zz_naotok is now known as naotok03:24
*** jrist has quit IRC03:26
*** sgordon_ has quit IRC03:26
*** qizhang has joined #heat03:26
*** mburns has quit IRC03:43
*** mburns has joined #heat03:44
*** nosnos has quit IRC03:46
*** nosnos has joined #heat03:46
*** nosnos has quit IRC03:51
*** nkhare has joined #heat04:12
*** nanjj has quit IRC04:14
*** jergerber has quit IRC04:17
*** harlowja is now known as harlowja_away04:21
*** nosnos has joined #heat04:27
*** alexheneveld has joined #heat04:41
*** alexheneveld has quit IRC04:46
*** alexheneveld has joined #heat04:49
*** achanda has joined #heat04:49
*** kebray has quit IRC04:49
*** kebray has joined #heat04:49
*** kebray has quit IRC04:53
*** morganfainberg is now known as mightbestevemar04:55
*** elynn has joined #heat04:59
*** dsneddon has quit IRC05:01
*** nanjj has joined #heat05:03
*** links has joined #heat05:03
*** mightbestevemar is now known as morganfainberg05:04
*** elynn has quit IRC05:08
*** elynn has joined #heat05:13
*** nanjj has quit IRC05:13
*** nanjj has joined #heat05:14
elynnHi all :)05:14
*** sarob has joined #heat05:19
*** sanjayu has joined #heat05:21
*** sarob has quit IRC05:25
elynnAnybody knows why heat-keystone-setup-domain using keystone v3 instead of v2?05:26
*** sarob has joined #heat05:26
morganfainbergelynn, because domains don't exist in keystone v2.005:26
elynnok...05:27
elynnDo you know how to use --insecure or os-cert option in keystone v3?05:27
morganfainbergelynn, those are client-specific options05:28
morganfainberg--insecure should only mean don't check the server cert validity (if SSL is ued)05:28
openstackgerritQiming Teng proposed a change to openstack/heat: Move creation of custom env into enironment module  https://review.openstack.org/13163805:28
elynnIt seems v3 doesn't support insecure or cacert as client parameters05:28
morganfainberglet me check what os-cert means05:28
*** rushiagr_away is now known as rushiagr05:29
morganfainbergos-cacert?05:29
morganfainbergis this with heatclient or keystoneclient?05:29
elynn--os_cacert05:29
elynnwith keystoneclient05:29
morganfainberg--os_cacert i think isn't the right option05:29
morganfainberg--os-cacert should be.05:30
elynn--os_key --os_cert05:30
morganfainbergunderscores aren't the CLI options iirc05:30
morganfainbergOS_CACERT would be the env variable05:30
morganfainbergsec05:30
*** sarob has quit IRC05:30
elynnhttps://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/v3/client.py#L4505:30
*** rakesh_hs has joined #heat05:31
morganfainbergthose are options for the HTTPClient object05:31
elynnIt seems keystoneclient doesn't accept insecure or cacert05:31
morganfainbergthose are not cli options05:31
morganfainbergyou linked to05:31
asalkeldQiming, i think that function name needs to change05:32
asalkeldget_custom_environment05:32
morganfainbergelynn, the cli options are registered from https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/session.py#L660-L69005:32
Qimingasalkeld, suggestions?05:32
asalkeldQiming, """Build a sensible environment for the nested stack.05:32
morganfainbergelynn, what version of keystoneclient are you using?05:33
asalkeldQiming, build_nested_resource_environment05:33
asalkeldor something shorter05:33
*** reed has quit IRC05:33
elynnI'm using keystoneclient 0.11.005:33
morganfainbergok05:33
morganfainbergand what does the command line look like that is trying to be invoked? (you can omit passwords etc)05:34
Qimingasalkeld, it seems to me more like just a function that can be used for nested stacks, but may be there could be other usages?05:34
QimingI can fix the comment to avoid confusion05:34
asalkeldQiming, afaik it's just for nested stacks05:34
elynnmorganfainberg:  How to use session with client v3?05:35
morganfainbergelynn, the session object is used by keystoneclient05:35
elynnIn https://github.com/openstack/heat/blob/master/bin/heat-keystone-setup-domain05:35
asalkeldQiming, maybe: get_nested_stack_environment05:35
morganfainbergoh i see05:35
elynnabove file seems only using client v3 , not using session()05:36
Qimingif it is only for nested stack, then we may just leave it in stack_resource.py ?05:36
asalkeldQiming, I am ok with that, tho' I have thought once or twice about moving it05:37
asalkeldQiming, do you need to move it?05:37
asalkeldhttps://review.openstack.org/#/c/131337/1/heat/engine/stack_resource.py05:37
asalkeldi have that ^05:37
Qimingasalkeld, it is about this https://review.openstack.org/#/c/53313/23/heat/engine/resources/remote_stack.py05:37
asalkeldQiming, ok yeah you might need it there05:38
morganfainbergelynn, that looks like it needs to be updated to support the session object05:38
Qiminga suggestion from zaneb, which I agree to05:38
asalkeldQiming, but we need to figure out the behaviour we want there05:38
elynnmorganfainberg:  Is there any example for how to using session in keystoneclient?05:39
asalkeldQiming, one question is why "PARAMETERS: properties.Schema(" and not environment05:39
morganfainbergelynn, this is jamielennox's patch that converts cinderclient over to using the session object: https://review.openstack.org/#/c/131098/05:40
asalkeldQiming, i am not sure of that myself tho'05:40
morganfainbergerm05:40
morganfainbergwait05:40
morganfainbergno05:40
Qimingasalkeld, right, need a second thought on that05:40
morganfainbergelynn, that converts *nova* over to use cinderclient with a session object05:40
morganfainbergelynn, http://www.jamielennox.net/blog/2014/09/15/how-to-use-keystoneclient-sessions/ this is a good primer on how to use sessions05:41
asalkeldQiming, great job taking that patch up05:41
asalkeldreally needs doing05:41
morganfainbergelynn, there needs to be better/more documentation on this.05:41
Qimingasalkeld, if it is not treated as a nested stack, either 'properties' or 'parameters' would be okay for me05:41
elynnThanks morganfainberg : D, I will have a look at it.05:42
* morganfainberg apologizes on behalf of Keystone05:42
morganfainbergelynn, i mostly work on Keystone so less familiar with specifics in heat05:42
asalkeldQiming, so let's assume it's a stand alone resource (i think that is right)05:43
elynnmorganfainberg, Great! I will reach you if I have any questions about keystone ha!05:43
Qimingasalkeld, since it is a regular resource, calling that as 'properties' would make sense05:43
morganfainbergelynn, FYI you can also ask in #openstack-keystone05:43
asalkeldbasically this is a heat::stack resource as so should look like our api05:43
asalkeldQiming, not really05:43
Qiminghowever, the resource is named 'remote_stack', so users won't be confused if it is called 'parameters'05:43
asalkeldQiming, our api says parameters and environment05:44
morganfainbergelynn, also we're all hopping on planes to head to the Paris summit in the next couple days, might get really quiet in IRC for a week or so while we work on lineing up the Kilo development cycle05:44
Qimingasalkeld, I see05:44
elynnmorganfainberg, Have a nice trip on Paris :D05:44
morganfainbergelynn, I sure will :)05:44
asalkeldQiming, it's our version of : http://docs.openstack.org/developer/heat/template_guide/cfn.html#AWS::CloudFormation::Stack05:45
Qimingokay, so your previous question is about why we are not allowing environment to be specified?05:46
asalkeldQiming, maybe it should match this: https://github.com/openstack/python-heatclient/blob/master/heatclient/v1/shell.py#L101-L10705:46
asalkeldwith the timeout_mins05:47
Qimingasalkeld, remote_stack.py line 126-13505:47
asalkeldyip, so the question is "to what extent do we provide those options to the user"05:49
QimingIMO the API call is consistent, though the current code silently provides a derived env based on the stack05:49
asalkeldalso the "files"05:49
asalkeldQiming, anything you can do is an improvement05:50
Qimingasalkeld, I agree those are all possible requirements05:50
asalkeldQiming, we can chat about some more at summit too05:50
asalkeldQiming, you going to be there?05:50
Qimingsure.05:50
asalkeldcool05:50
Qimingyes, presenting on behalf of our customer, :)05:51
Qimingasalkeld, and I have a demo about VM HA and cross-region scaling05:51
asalkeldooo, nice05:52
openstackgerritQiming Teng proposed a change to openstack/heat: Move creation of custom env into enironment module  https://review.openstack.org/13163805:55
openstackgerritOpenStack Proposal Bot proposed a change to openstack/heat: Imported Translations from Transifex  https://review.openstack.org/13164306:01
*** saju_m has joined #heat06:02
*** jyoti-ranjan has joined #heat06:02
*** saju_m has quit IRC06:11
*** achanda has quit IRC06:12
*** alexheneveld has joined #heat06:14
*** achanda has joined #heat06:14
*** achanda has quit IRC06:20
skraynevgood morning guys06:22
openstackgerritQiming Teng proposed a change to openstack/heat: Update docs to reflect HOT version support.  https://review.openstack.org/13115906:23
*** achanda has joined #heat06:25
*** saju_m has joined #heat06:29
*** lazy_prince has quit IRC06:38
*** achanda has quit IRC06:39
*** Marga_ has quit IRC06:46
*** killer_prince has joined #heat06:46
*** killer_prince is now known as lazy_prince06:46
*** arun_ has joined #heat06:47
arun_How to specify network(neutron) in heat template in havana ?06:49
arun_ - uuid doesnt work06:50
asalkeldarun_, i'd suggest looking for examples here: https://github.com/openstack/heat-templates/tree/master/hot06:50
*** lazy_prince has quit IRC06:50
arun_thank you asalkad....I am looking into it06:51
asalkeldnp06:53
asalkeldhi skraynev06:53
*** killer_prince has joined #heat06:59
*** killer_prince is now known as lazy_prince06:59
*** julienvey has joined #heat07:06
*** ishant has joined #heat07:07
*** cmyster has joined #heat07:11
*** cmyster has quit IRC07:11
*** cmyster has joined #heat07:11
*** saju_m has quit IRC07:12
*** nanjj has quit IRC07:12
*** cmyster has quit IRC07:15
*** jprovazn has joined #heat07:17
*** saju_m has joined #heat07:17
*** lazy_prince has quit IRC07:20
*** lazy_prince has joined #heat07:21
*** nosnos has quit IRC07:25
*** nosnos has joined #heat07:27
*** tomek_adamczewsk has joined #heat07:30
*** cmyster has joined #heat07:36
*** julienvey has quit IRC07:42
*** cmyster has quit IRC07:46
*** cmyster has joined #heat07:47
*** cmyster has quit IRC07:47
*** cmyster has joined #heat07:47
*** jstrachan has joined #heat07:48
*** erkules_ is now known as erkules07:53
*** julienvey has joined #heat07:57
*** lazy_prince has quit IRC07:58
*** pasquier-s has joined #heat07:59
*** julienvey has quit IRC08:02
*** jstrachan has quit IRC08:04
*** killer_prince has joined #heat08:05
*** killer_prince is now known as lazy_prince08:06
*** jcoufal has joined #heat08:07
*** jstrachan has joined #heat08:07
openstackgerritQiming Teng proposed a change to openstack/heat: Adds multi-region support for stack resource  https://review.openstack.org/5331308:07
*** gokrokve has joined #heat08:09
*** lazy_prince has quit IRC08:10
*** jstrachan has quit IRC08:14
*** tomek_adamczewsk has quit IRC08:14
*** jstrachan has joined #heat08:15
*** killer_prince has joined #heat08:19
*** killer_prince is now known as lazy_prince08:19
*** rushiagr is now known as rushiagr_away08:27
Qimingasalkeld, submitted a patch to remote-stack for review, though I have not got a email notification on it: https://review.openstack.org/#/c/53313/2408:27
asalkeldQiming, nice i'll check it out08:28
*** ckmvishnu has joined #heat08:28
*** k4n0 has joined #heat08:28
asalkeldQiming, Co-Authored-By: name <name@example.com08:29
asalkeldput both you and Bartosz under that08:29
*** arun_ has quit IRC08:30
*** cmyster has quit IRC08:34
pfreund_Hi, I would like to create in a hot template the equivalent of "create IAM user who can only write and read in a specific bucket". Is it possible to do that ?08:35
pfreund_it's already done for the container of course08:36
pfreund_but I don't know how to create the user and policy08:36
*** lazy_prince has quit IRC08:39
*** lazy_prince has joined #heat08:39
*** cmyster has joined #heat08:39
*** rushiagr_away is now known as rushiagr08:39
*** tspatzier has joined #heat08:42
*** stannie1 has joined #heat08:44
jamielennoxelynn: if you're still here: http://www.jamielennox.net/blog/2014/09/15/how-to-use-keystoneclient-sessions/ is probably best current doc08:50
elynnaha! than you jamielennox :D08:51
jamielennoxelynn: it's by no means a complete doc and we need to write some more but it will hopefully get you started08:51
elynnI'm trying to add cert support in heat-keystone-setup-domain which use keystoneclient v3 instead of v2, now I think I find some way to do it.08:52
elynnYour blog helps me a lot !08:52
jamielennoxoh - morganfainberg linked you to that earlier, i didn't make it that far through the conversation08:52
jamielennoxelynn: anything particular you want some help with?08:53
*** hdd has joined #heat08:53
elynnjamielennox:  I see that there are two options in session.py one is "verify" and the other is "insecure"08:54
elynnWhat's the difference between them?08:54
jamielennoxso Session.__init__ only takes verify and it uses verify in the same way that requests does08:55
jamielennoxFalse is insecure, True is use system CA, a string is a path to a ca cert08:55
jamielennoxthat is unfortunately not something we can represent very well in a config file or CLI line08:56
jamielennoxso if you look at https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/session.py#L47508:56
jamielennoxanything that loads from CLI or CONF lets you set insecure= cacert= etc and then it converts it into the verify= param to pass to __init__08:57
jamielennoxso if you are writing an application you should just use verify (it overrides the others), if you are loading from a CLI or are porting something that already takes cacert, insecure etc then you should just pass those options through and let Session pick the right one08:58
elynnjamielennox, Now I get it!08:59
shardymorning all09:00
elynnmorning shardy :)09:00
shardyelynn: Is there some reason you can't just use python-openstackclient?09:01
*** cmyster has quit IRC09:01
*** cmyster has joined #heat09:01
shardyelynn: heat-keystone-setup-domain was only ever supposed to be a temporary thing, because tripleo didn't have openstackclient in their images yet09:02
shardyAFAIK everyone should be moving to openstackclient instead of using it, so FWIW, I'd rather see the effort go into making openstackclient do what you need09:02
elynnshardy: No, just that we have heat-keystone-setup-domain and it's convenient to use it.09:03
shardyelynn: Hmm, OK - perhaps we should consider replacing it with a shell script which wraps openstackclient at some point then09:04
shardyelynn: If you want to enhance it, that's fine, I just wanted to point out that, long term, that effort may be misplaced09:04
*** jistr has joined #heat09:06
*** derekh has joined #heat09:07
elynncookbook from chef using this tool to setup heat domain user. But it can support cert file as parameter in our environment.09:07
elynnso I consider enhance it a little09:07
*** pas-ha has joined #heat09:07
shardyelynn: Ok, fair enough, perhaps in future you might consider migrating that cookbook to openstackclient :)09:08
elynnshardy:  just for temporary, maybe  both this tool and cookbook will change in the future :D09:09
*** fayablazer has joined #heat09:11
*** tomek_adamczewsk has joined #heat09:12
*** dims__ has joined #heat09:15
openstackgerritQiming Teng proposed a change to openstack/heat: Adds multi-region support for stack resource  https://review.openstack.org/5331309:18
*** dims__ has quit IRC09:19
*** elynn has quit IRC09:21
*** sarob has joined #heat09:27
*** saju_m has quit IRC09:28
*** andersonvom has joined #heat09:29
*** Putns has joined #heat09:29
*** cmyster has quit IRC09:30
*** sarob has quit IRC09:32
*** qizhang has quit IRC09:34
*** cmyster has joined #heat09:35
*** cmyster has quit IRC09:35
*** cmyster has joined #heat09:35
*** Yanyanhu has quit IRC09:40
*** achanda has joined #heat09:40
*** andrearosa has quit IRC09:43
*** lazy_prince has quit IRC09:43
*** achanda has quit IRC09:44
*** jyoti-ranjan has quit IRC09:45
*** gokrokve has quit IRC09:47
*** sanjayu has quit IRC09:47
*** sanjayu has joined #heat09:49
*** mkerrin has quit IRC09:49
*** joe__ has joined #heat09:53
*** joe__ has quit IRC09:53
*** Qiming has quit IRC09:54
*** mkerrin has joined #heat09:54
*** elynn has joined #heat09:54
pas-hamorning all09:54
*** saju_m has joined #heat09:57
*** elynn has quit IRC09:58
*** cmyster has quit IRC09:58
*** gokrokve has joined #heat10:00
*** gokrokve has quit IRC10:06
*** gokrokve has joined #heat10:06
*** cmyster has joined #heat10:06
*** gokrokve has quit IRC10:11
*** julienvey has joined #heat10:11
*** Marga_ has joined #heat10:11
*** sanjayu has quit IRC10:13
*** saju_m has quit IRC10:13
*** sanjayu has joined #heat10:15
*** eoutin has joined #heat10:16
*** tomek_adamczewsk has quit IRC10:19
*** jyoti-ranjan has joined #heat10:21
*** tomek_adamczewsk has joined #heat10:23
*** cmyster has quit IRC10:24
*** gokrokve has joined #heat10:25
*** cmyster has joined #heat10:25
*** gokrokve has quit IRC10:25
*** gokrokve has joined #heat10:26
*** saju_m has joined #heat10:26
*** dims__ has joined #heat10:30
*** gokrokve has quit IRC10:30
*** gokrokve has joined #heat10:30
*** gokrokve has quit IRC10:32
*** gokrokve has joined #heat10:33
*** gokrokve has quit IRC10:35
*** gokrokve has joined #heat10:35
*** rushiagr is now known as rushiagr_away10:39
*** gokrokve has quit IRC10:40
*** maishsk has joined #heat10:41
* maishsk says hello to everyone10:42
asalkeldhi maishsk10:42
maishskasalkeld: Hello to you too10:42
maishskI do not remember is I asked this before but perhaps you can help me10:42
asalkeldsure, or others here10:43
maishskHow would you go about deploying a Heat stack - say two web servers, based on the same 'template' and make sure that they are deployed to different AZ's for redundancy?10:43
therveIf you use AZs, just specify them when you start the server?10:46
*** andrearosa has joined #heat10:46
*** Marga_ has quit IRC10:46
*** Marga_ has joined #heat10:46
*** blinky_ghost has joined #heat10:47
openstackgerritEthan Lynn proposed a change to openstack/heat: Add CERT file support in heat-keystone-setup-domain  https://review.openstack.org/13169810:48
*** elynn has joined #heat10:49
*** asalkeld has quit IRC10:51
*** saju_m has quit IRC10:52
maishsk I did not explain properly then10:52
maishskOS::Heat::AutoScalingGroup10:52
*** cmyster has quit IRC10:52
maishskeasier if I paste - one sec10:53
*** killer_prince has joined #heat10:54
*** killer_prince is now known as lazy_prince10:54
maishskhttp://paste.openstack.org/show/126413/10:56
*** cdent has joined #heat10:56
therveYou cannot (yet) specify different AZs in a group10:56
thervePossibly you can use scheduler hints to do something a bit similar10:57
shardymaishsk: AZ spanning for scaling groups is being worked on, but the code hasn't yet landed:10:58
shardyhttps://review.openstack.org/#/c/117987/10:58
*** ifarkas has joined #heat10:58
therveI hope we'll find a better solution :/10:58
shardyYeah, I was just pointing out that folks are working on solving it ;)10:59
maishsktherve: Why do you say hope for a better solution?10:59
*** Qiming has joined #heat11:00
thervemaishsk, 1) Because groups aren't nova specific, whereas AZs are. 2) Because the implementation in that patch is suboptimal, to put it nicely.11:00
maishskshardy: thanks11:00
maishsktherve: Does it work?11:00
*** gokrokve has joined #heat11:01
therveI don't know.11:01
shardytherve: FYI the spec has two +2's, so you may want to add your objections there, if you have specific concerns other than the way it's implemented11:04
*** saju_m has joined #heat11:04
shardyhttps://review.openstack.org/#/c/105907/1211:05
*** nkhare_ has joined #heat11:05
*** gokrokve has quit IRC11:05
*** Marga_ has quit IRC11:05
*** asalkeld has joined #heat11:06
*** gokrokve has joined #heat11:06
*** julienvey has quit IRC11:06
*** nkhare has quit IRC11:08
*** rpothier has joined #heat11:09
maishskIsn't it done this way in AWS ?11:10
*** gokrokve has quit IRC11:10
maishsk(or did I just say something really really wrong ... :) )11:10
*** boris-42 has quit IRC11:11
shardymaishsk: Yes, but AWS autoscaling can only scale instances, whereas the native AutoScalingGroup can scale out any resource11:13
*** higgins has quit IRC11:14
*** higgins has joined #heat11:15
maishskBut other resources would you scale out?11:15
maishskshardy: theoretically speaking - that would probably be the only thing that you want to scale11:16
shardyAnything you like, for example scale out heat stacks, containing an instance, network resources, volumes, object storage, whatever11:16
maishskbut you wouldn't scale out networks or storage etc.11:17
maishskthe only other thing it would scale is another stack11:17
maishskwhich would in turn call other resources11:17
maishskbut all of those other objects don't scale in a heat template anyways11:18
maishskshardy: or do they?11:18
maishskactually better to ask - should they?11:18
shardymaishsk: OS::Heat::AutoScalingGroup can scale out heat stacks11:18
*** sgordon_ has joined #heat11:19
asalkeldmaishsk, up to you to make sure your architecture makes sense11:19
maishskI am just trying to think of a use case here11:20
maishskfor example11:20
maishskIf I would want to scale storage.11:21
maishskthat would mean that I either need more performance or space11:21
shardyhttps://github.com/openstack/heat-templates/blob/master/openshift-origin/F19/hot-template/openshift-scalable-cpu-nbgears/nodeinstance.yaml11:21
shardyThere's an example, you can scale out a unit which defines an openshift node11:22
shardythe node template contains a server, software configuration, and network (port/floating IP)11:22
*** elynn has quit IRC11:22
shardyobviously you have to make sure the combination of resources, e.g the unit of scaling, makes sense11:22
maishskthen Ceilometer would need to recognize an event that I am running out of space and scale the volume - by adding a nother one11:22
maishskI am pretty sure that is not possible - at least today11:23
maishskshardy: that is what I am saying - which other unit of scaling is there - besides instances and other templates\11:23
maishsknothing else is currently viable11:24
shardymaishsk: Your volume use-case is already possible, although it would require metrics from inside the instance11:24
*** rushiagr_away is now known as rushiagr11:25
maishskNow I get it11:25
maishskand because AZ's are nova centric11:26
maishskit other components are not aware of AZ's - so this is the problem?11:26
*** ckmvishnu has left #heat11:27
*** sarob has joined #heat11:28
*** pasquier-s has quit IRC11:31
*** sarob has quit IRC11:32
*** andreaf_ has joined #heat11:33
*** blinky_ghost has quit IRC11:35
*** andreaf_ is now known as andreaf11:36
*** EricGonczer_ has joined #heat11:36
*** nkhare_ has quit IRC11:37
*** lazy_prince is now known as killer_prince11:44
*** gokrokve has joined #heat11:47
*** julienvey has joined #heat11:53
*** pmallya has joined #heat11:54
*** pmallya has quit IRC11:57
*** pmallya has joined #heat11:57
asalkeldmeeting coming up11:58
*** pmally___ has joined #heat12:04
*** pmallya has quit IRC12:05
*** naotok is now known as zz_naotok12:07
openstackgerritQiming Teng proposed a change to openstack/heat: Move creation of custom env to environment module  https://review.openstack.org/13163812:11
*** tspatzier has quit IRC12:15
*** nosnos has quit IRC12:15
*** tspatzier has joined #heat12:15
*** tspatzier has quit IRC12:16
*** jdob has joined #heat12:19
*** killer_prince has quit IRC12:20
*** JayJ has joined #heat12:20
*** gokrokve has quit IRC12:21
*** pmally___ has quit IRC12:21
*** pmallya_ has joined #heat12:22
*** dims__ has quit IRC12:24
*** blinky_ghost has joined #heat12:24
*** dims__ has joined #heat12:24
*** JayJ has quit IRC12:25
maishskasalkeld: Great to see that you are heading the central HA discussion12:25
asalkeldmaishsk, hope it helps12:26
*** JayJ has joined #heat12:26
maishskI hope so12:26
maishskIt is something that originated at a presentation I gave a while back12:26
asalkeldmaishsk, so this is ha of the services12:27
asalkeldnot of guests12:27
maishskcorrect Services12:27
maishskguests have to take care of themselves12:27
maishsk:)12:27
asalkeldbetter integration with pacemaker ocf scripts etc..12:27
asalkeldok, I am going to head off to bed... getting late12:28
asalkeldnight all12:28
*** asalkeld has quit IRC12:28
maishskasalkeld: g'night - see you in Paris next week!12:28
skraynevasalkeld: bye12:28
QimingI have a different thought about having guests to take care of themselves12:29
Qimingguest availability is supported from vmware, from cloudstack, from azure, iiuc12:29
Qimingpacemaker/corosync way of handling it has two issues: 1) scalability, 2) another software stack to manage12:30
*** JayJ has quit IRC12:30
*** sanjayu has quit IRC12:31
*** sanjayu has joined #heat12:33
maishskQiming: there was a whole discussion on the ML - have you been following?12:33
Qimingyes, I followed that12:33
Qimingit has been a constant question that gets the same answer always: nova will not do this, other services should do; heat should not do this, it's nova's job ...12:35
Qimingthen: openstack should not do this, leave to linux-ha12:35
maishskI know... One the basics requests that always come up in the beginning of OpenStack talks with any customer12:38
maishskWhat we need is someone to decide.12:38
maishskWho should do this? and pass that mandate to the appropriate group12:39
Qimingyes12:39
*** pasquier-s has joined #heat12:42
openstackgerritPratik Mallya proposed a change to openstack/heat: Pass status reason when trove misbehaves  https://review.openstack.org/13156312:43
*** gokrokve has joined #heat12:44
*** tonisbones has joined #heat12:44
*** vijendar has quit IRC12:45
*** gokrokve has quit IRC12:45
*** vijendar has joined #heat12:45
*** Drago has joined #heat12:45
openstackgerritSteven Hardy proposed a change to openstack/heat: Add nested_depth to internal _create_stack RPC interface  https://review.openstack.org/11573212:45
openstackgerritSteven Hardy proposed a change to openstack/heat: Add nested_depth column to stack table  https://review.openstack.org/11573012:45
openstackgerritSteven Hardy proposed a change to openstack/heat: engine service add nested_depth to create_stack  https://review.openstack.org/11573112:45
openstackgerritSteven Hardy proposed a change to openstack/heat: engine service add stack_user_project_id to create_stack interface  https://review.openstack.org/11813612:45
openstackgerritSteven Hardy proposed a change to openstack/heat: Add user_creds_id to _create_stack RPC interface  https://review.openstack.org/11633512:45
openstackgerritSteven Hardy proposed a change to openstack/heat: Add stack_user_project_id to _create_stack RPC interface  https://review.openstack.org/11813712:45
openstackgerritSteven Hardy proposed a change to openstack/heat: engine service add user_creds_id to create_stack interface  https://review.openstack.org/11633412:45
openstackgerritSteven Hardy proposed a change to openstack/heat: StackResource add show_deleted option to nested() accessor method  https://review.openstack.org/11633312:45
openstackgerritSteven Hardy proposed a change to openstack/heat: StackResource add force_reload to nested() accessor method  https://review.openstack.org/11633212:45
*** saju_m has quit IRC12:46
*** inc0 has joined #heat12:47
*** Krast has joined #heat12:48
*** EricGonczer_ has quit IRC12:49
*** radez_g0n3 is now known as radez12:51
*** Drago has quit IRC12:51
openstackgerritPratik Mallya proposed a change to openstack/heat: Pass status reason when trove misbehaves  https://review.openstack.org/13156312:58
*** LiJiansheng has quit IRC12:59
jdandreastevebaker: Yes! keystone catalog is terrific. I don't know why I didn't pick that for the paste.13:04
*** aweiteka has joined #heat13:04
*** Drago has joined #heat13:09
inc0is meeting happening today?13:09
*** sanjayu has quit IRC13:12
*** julienvey has quit IRC13:12
*** ishant has quit IRC13:12
*** spzala has joined #heat13:16
*** gokrokve has joined #heat13:24
*** julienvey has joined #heat13:25
jdandreainc0: Happened. (I was hoping to make my first one, but fate conspired against me.) Minutes: http://eavesdrop.openstack.org/meetings/heat/2014/heat.2014-10-29-12.00.log.html13:28
* jdandrea is going to miss all the pastry in Paris. Le sigh.13:29
inc0thank you13:29
inc0jdandrea, don't worry, we'll make sure that you'll know exactly how tasty that was13:32
*** hdd has quit IRC13:33
Qimingit could be HOT13:35
jdandreainc0: yw ... oh, thank you. Yes, please keep me in the loop on that. :-p13:36
jdandreaQiming: HOT pastry? :-D13:37
inc0new resource type13:37
*** jasond has joined #heat13:37
jdandreaOS::Hot::Pastry13:37
inc0resauce13:37
inc0le sauce13:37
jdandreaHa! Someone should get right on that.13:38
* jdandrea thinks about the Summit, if it's ever in Austin, TX: OS::Hot::Sauce13:38
*** hdd has joined #heat13:38
Qiminglol13:38
skraynevguys, I see you are preparing some tasty dishes for party ?13:38
skraynevdo not forget about OS::Cold:Beer please :)13:39
jdandrea"It's 17:00 somewhere."13:40
inc0its 3pm here, so feel free to drink on my accounyt13:42
*** zns has joined #heat13:42
*** cdent has quit IRC13:43
*** Krast has quit IRC13:43
skraynevsolution: move your clock and enjoy ;)13:43
skraynevor come to somebody who enjoys13:44
jdandreaWIN.13:44
*** ramishra has joined #heat13:45
openstackgerritPratik Mallya proposed a change to openstack/heat: Pass status reason when trove misbehaves  https://review.openstack.org/13156313:46
*** cdent has joined #heat13:47
*** rushiagr is now known as rushiagr_away13:47
*** kebray has joined #heat13:51
openstackgerritPeter Razumovsky proposed a change to openstack/heat: Fix error raising in cfn with wrong output section  https://review.openstack.org/13122213:54
*** pas-ha has quit IRC13:55
openstackgerritPeter Razumovsky proposed a change to openstack/heat: Fix error raising in cfn with wrong output section  https://review.openstack.org/13122213:58
*** EricGonczer_ has joined #heat13:59
*** zns has quit IRC13:59
*** sarob has joined #heat13:59
*** hdd has quit IRC14:00
*** inc0 has quit IRC14:01
*** sarob_ has joined #heat14:04
*** zns has joined #heat14:04
*** ramishra has quit IRC14:04
*** sarob has quit IRC14:05
*** ramishra has joined #heat14:05
*** pas-ha has joined #heat14:07
*** elynn has joined #heat14:08
therveshardy, I haven't made comments on that review, because I don't have an alternative solution unfortunately14:09
*** ramishra has quit IRC14:10
shardytherve: Ok, fair enough :)14:11
therveI can still argue on it I guess, but I'm not sure how useful it'll be14:11
*** andreaf has quit IRC14:11
*** andreaf has joined #heat14:12
*** jyoti-ranjan has quit IRC14:13
*** Marga_ has joined #heat14:15
*** jyoti-ranjan has joined #heat14:15
*** pas-ha has quit IRC14:20
*** elynn has quit IRC14:20
*** jyoti-ranjan has quit IRC14:20
*** mkollaro has joined #heat14:21
*** pas-ha has joined #heat14:22
*** links has quit IRC14:26
*** jyoti-ranjan has joined #heat14:31
*** jyoti-ranjan has quit IRC14:34
*** zns has quit IRC14:48
*** Marga_ has quit IRC14:49
*** kitch_ has joined #heat14:52
*** jasond has quit IRC14:52
jdandreaCan anyone recommend a crystal clear tutorial on how pymox works? I keep looking at the Heat tests and my eyes kind of glaze over. Google's docs aren't helping. (I know, "It's easy when you know how!")14:53
*** pmallya_ has quit IRC14:54
*** dsneddon has joined #heat14:55
openstackgerritRob Pothier proposed a change to openstack/heat: Support vnic_type in OS::Neutron::Port  https://review.openstack.org/12935314:56
*** thedodd has joined #heat14:56
*** hdd has joined #heat14:56
*** pmallya_ has joined #heat14:57
*** pmallya_ has quit IRC14:57
*** pmallya has joined #heat14:58
*** jcoufal has quit IRC14:58
*** sarob_ has quit IRC14:59
*** sarob has joined #heat15:00
*** jcoufal has joined #heat15:01
*** spzala has quit IRC15:03
*** pas-ha has quit IRC15:04
*** sarob has quit IRC15:06
*** sarob has joined #heat15:07
*** Qiming has quit IRC15:07
*** rushiagr_away is now known as rushiagr15:08
*** dsneddon is now known as dsneddon|mtg15:10
*** sarob has quit IRC15:12
jdandreaRe: Previous Q, Martin Fowler to the rescue: http://martinfowler.com/articles/mocksArentStubs.html15:12
*** aweiteka has quit IRC15:13
*** pas-ha has joined #heat15:15
*** randallburt has joined #heat15:21
*** randallburt has quit IRC15:21
*** jprovazn has quit IRC15:21
*** inc0 has joined #heat15:21
*** randallburt has joined #heat15:21
*** Marga_ has joined #heat15:23
*** aweiteka has joined #heat15:28
*** Drago has quit IRC15:32
*** reed has joined #heat15:33
*** Drago has joined #heat15:43
*** maishsk has left #heat15:44
skraynevg'night all15:46
*** ifarkas has quit IRC15:48
*** gokrokve has quit IRC15:50
*** spzala has joined #heat15:52
*** mkollaro has quit IRC15:57
*** jinxly has quit IRC15:58
*** pmallya has quit IRC16:00
*** alexheneveld has quit IRC16:00
*** k4n0 has quit IRC16:03
*** pmallya has joined #heat16:05
*** pmallya has quit IRC16:05
*** pmallya_ has joined #heat16:06
*** kebray has quit IRC16:06
*** sarob has joined #heat16:07
*** sarob_ has joined #heat16:09
*** vijendar has quit IRC16:11
*** blinky_ghost_ has joined #heat16:11
*** vijendar has joined #heat16:11
*** alexheneveld has joined #heat16:12
*** sarob has quit IRC16:12
*** blinky_ghost has quit IRC16:14
*** reed has quit IRC16:15
*** Tross has joined #heat16:15
*** hdd has quit IRC16:16
*** hdd has joined #heat16:18
*** eoutin has quit IRC16:18
*** blinky_ghost_ has quit IRC16:20
*** zz_gondoi is now known as gondoi16:24
*** Murali__ has joined #heat16:25
*** pas-ha has quit IRC16:32
*** Marga__ has joined #heat16:32
*** alexheneveld has quit IRC16:34
*** Marga_ has quit IRC16:34
*** gokrokve has joined #heat16:35
*** gokrokve has quit IRC16:36
*** zhiyan has quit IRC16:36
*** Marga__ has quit IRC16:37
*** serverascode__ has quit IRC16:37
*** ipolyzos has quit IRC16:38
*** Michalik has quit IRC16:39
*** gokrokve has joined #heat16:39
*** gokrokve has quit IRC16:40
*** saurabhs has joined #heat16:41
*** reed has joined #heat16:43
*** alexheneveld has joined #heat16:49
*** julienvey has quit IRC16:54
*** julienvey has joined #heat16:55
*** jcoufal has quit IRC16:55
*** julienvey has quit IRC16:59
*** jstrachan_ has joined #heat17:00
*** vijendar has quit IRC17:01
*** vijendar has joined #heat17:01
therveHas someone seen "AttributeError: 'module' object has no attribute 'client_plugin'" running the tests?17:01
therveIt seems to happen on weird conditions17:02
*** rpothier has quit IRC17:02
openstackgerritThomas Herve proposed a change to openstack/heat: Add snapshot restore HTTP API  https://review.openstack.org/9212517:02
*** jstrachan has quit IRC17:03
*** randallburt has quit IRC17:03
*** rakesh_hs has quit IRC17:04
*** jstrachan has joined #heat17:04
*** inc0 has quit IRC17:04
*** aweiteka has quit IRC17:05
*** Marga_ has joined #heat17:05
*** thedodd has quit IRC17:05
*** jstrachan_ has quit IRC17:06
*** randallburt has joined #heat17:07
*** blinky_ghost__ has joined #heat17:08
*** hdd has quit IRC17:09
*** randallburt has quit IRC17:10
openstackgerritA change was merged to openstack/heat: Update docs to reflect HOT version support.  https://review.openstack.org/13115917:11
openstackgerritSteven Hardy proposed a change to openstack/python-heatclient: Move to oslo.serialization  https://review.openstack.org/13182617:11
openstackgerritSteven Hardy proposed a change to openstack/python-heatclient: Convert strutils to oslo.utils.encodeutils  https://review.openstack.org/13182717:11
openstackgerritSteven Hardy proposed a change to openstack/python-heatclient: Convert importutils to oslo.utils  https://review.openstack.org/13182817:12
openstackgerritSteven Hardy proposed a change to openstack/python-heatclient: Sync oslo and purge remaining deprecated modules  https://review.openstack.org/13182917:12
*** _shaps_ has quit IRC17:13
*** Marga_ has quit IRC17:14
*** dsneddon|mtg is now known as dsneddon17:15
*** harlowja_away is now known as harlowja17:16
*** tomek_adamczewsk has quit IRC17:17
*** jstrachan has quit IRC17:17
*** aweiteka has joined #heat17:18
*** harlowja_ has joined #heat17:21
*** harlowja has quit IRC17:21
*** achanda has joined #heat17:23
*** derekh has quit IRC17:25
*** hdd has joined #heat17:27
*** jcoufal has joined #heat17:27
*** thedodd has joined #heat17:30
*** dsneddon has quit IRC17:34
*** dsneddon has joined #heat17:34
*** achanda has quit IRC17:35
*** andreaf has quit IRC17:35
*** andreaf has joined #heat17:35
*** hdd has quit IRC17:36
*** jistr has quit IRC17:37
openstackgerritRyan Brown proposed a change to openstack/heat: Add a preview endpoint for stack updates  https://review.openstack.org/12247317:37
*** kebray has joined #heat17:37
*** kebray has quit IRC17:39
*** kebray has joined #heat17:40
*** jamielennox is now known as jamielennox|away17:40
*** beekneemech has joined #heat17:44
*** bnemec has quit IRC17:44
*** blinky_ghost__ has quit IRC17:45
*** blinky_ghost__ has joined #heat17:46
*** achanda has joined #heat17:48
*** serverascode__ has joined #heat17:48
*** pasquier-s has quit IRC17:48
*** fayablazer has quit IRC17:49
*** alexheneveld has quit IRC17:50
*** achanda has quit IRC17:51
*** dsneddon has quit IRC17:54
*** harlowja_ has quit IRC17:55
*** dsneddon has joined #heat17:55
*** harlowja has joined #heat17:56
*** spzala has quit IRC17:57
*** zhiyan has joined #heat18:00
*** Michalik has joined #heat18:00
*** EricGonczer_ has quit IRC18:02
*** EricGonczer_ has joined #heat18:02
*** ipolyzos has joined #heat18:03
*** julienvey has joined #heat18:07
*** EricGonczer_ has quit IRC18:09
*** dsneddon has quit IRC18:15
*** dsneddon has joined #heat18:17
*** andreaf has quit IRC18:17
*** spzala has joined #heat18:23
*** julienvey has quit IRC18:23
*** Marga_ has joined #heat18:24
*** fbo has quit IRC18:24
*** Drago has quit IRC18:29
*** thedodd has quit IRC18:29
*** Marga_ has quit IRC18:31
*** gondoi is now known as zz_gondoi18:34
*** bitblt has joined #heat18:36
*** dsneddon has quit IRC18:36
*** randallburt has joined #heat18:37
*** randallburt has joined #heat18:37
*** thedodd has joined #heat18:37
*** dsneddon has joined #heat18:37
*** aweiteka has quit IRC18:40
*** fbo has joined #heat18:41
*** Drago has joined #heat18:46
*** alexheneveld has joined #heat18:51
*** achanda has joined #heat18:52
*** aweiteka has joined #heat18:55
*** __TheDodd__ has joined #heat18:57
*** dsneddon has quit IRC18:57
*** achanda has quit IRC18:57
*** tomek_adamczewsk has joined #heat18:58
*** thedodd has quit IRC18:58
*** dsneddon has joined #heat18:58
*** sabeen1 has joined #heat19:02
*** sabeen2 has quit IRC19:03
*** EricGonczer_ has joined #heat19:04
*** sabeen1 has quit IRC19:06
*** sabeen1 has joined #heat19:06
*** inc0 has joined #heat19:09
*** rushiagr is now known as rushiagr_away19:10
*** blinky_ghost__ has quit IRC19:18
*** dsneddon has quit IRC19:18
*** dsneddon has joined #heat19:19
*** tomek_adamczewsk has quit IRC19:20
*** tomek_adamczewsk has joined #heat19:20
*** jcoufal has quit IRC19:30
*** Tross has quit IRC19:31
*** julienvey has joined #heat19:34
*** cdent has quit IRC19:35
*** Murali__ has quit IRC19:36
*** aweiteka has quit IRC19:37
*** sabeen1 has quit IRC19:38
*** julienvey has quit IRC19:38
*** mkollaro has joined #heat19:38
*** sabeen1 has joined #heat19:40
*** inc0 has quit IRC19:46
*** EricGonczer_ has quit IRC19:47
*** beekneemech is now known as bnemec19:48
*** aweiteka has joined #heat19:49
*** alexheneveld has quit IRC19:53
*** Marga_ has joined #heat19:56
*** achanda has joined #heat19:59
*** alexheneveld has joined #heat20:05
*** Marga_ has quit IRC20:05
*** Marga_ has joined #heat20:06
*** vdreamarkitex has joined #heat20:10
*** tspatzier has joined #heat20:23
*** spzala has quit IRC20:23
*** Murali_ has joined #heat20:24
*** devx_ is now known as devx20:26
*** adam_g_gone is now known as adam_g20:30
*** kitch_ has quit IRC20:31
*** mkollaro has quit IRC20:45
*** achanda has quit IRC20:50
*** stannie1 has quit IRC20:52
*** hdd has joined #heat20:55
*** Tross has joined #heat20:55
-openstackstatus- NOTICE: Restarting gerrit to get fixed CI javascript20:56
stevebakermorning20:58
*** jdob has quit IRC20:58
*** hdd has quit IRC20:59
*** alexheneveld has quit IRC21:06
*** hdd has joined #heat21:06
openstackgerritPavlo Shchelokovskyy proposed a change to openstack/heat: Implement update of AWS::EC2::SecurityGroup rules  https://review.openstack.org/8854821:06
*** Drago has quit IRC21:07
*** sarob_ has quit IRC21:08
*** Marga_ has quit IRC21:09
*** kebray has quit IRC21:09
*** alexpilotti has quit IRC21:13
*** alexpilotti has joined #heat21:14
*** alexpilotti has quit IRC21:16
*** Marga_ has joined #heat21:16
*** JayJ has joined #heat21:17
*** alexheneveld has joined #heat21:23
*** achanda has joined #heat21:24
*** tchaypo has left #heat21:27
*** aweiteka has quit IRC21:29
*** hdd has quit IRC21:31
ccrouchzaneb: ping21:32
ccrouchcall ?21:32
zaneboh yeah21:32
*** devx is now known as XveD21:41
*** julienvey has joined #heat21:42
*** openstackgerrit has quit IRC21:50
*** andersonvom has quit IRC21:53
*** julienvey has quit IRC22:02
*** achanda_ has joined #heat22:04
*** julienvey has joined #heat22:07
*** achanda has quit IRC22:08
*** randallburt has quit IRC22:15
*** vijendar has quit IRC22:15
*** Marga_ has quit IRC22:22
*** pmallya_ has quit IRC22:23
*** asalkeld has joined #heat22:26
asalkeldmorning22:27
*** Drago has joined #heat22:27
*** dims_ has joined #heat22:28
*** dims_ has quit IRC22:29
*** dims_ has joined #heat22:30
*** dims__ has quit IRC22:31
*** achanda_ has quit IRC22:34
*** __TheDodd__ has quit IRC22:37
*** tspatzier has quit IRC22:46
*** tspatzier has joined #heat22:49
*** tspatzier has quit IRC22:49
*** hdd has joined #heat22:52
*** achanda has joined #heat22:58
*** alexheneveld has quit IRC23:00
*** julienvey has quit IRC23:00
*** dims_ has quit IRC23:05
*** dims__ has joined #heat23:06
*** hdd has quit IRC23:12
*** JayJ has quit IRC23:31
*** Tross has quit IRC23:44
*** Marga_ has joined #heat23:50
*** Drago has quit IRC23:52
*** Marga_ has quit IRC23:57
*** Tross has joined #heat23:57
*** Tross has quit IRC23:59

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