Monday, 2016-02-08

openstackgerritStan Lagun proposed openstack/murano: Major refactoring of how OS clients are created and managed  https://review.openstack.org/27601600:45
*** yamamoto_ has joined #murano01:48
*** katyafervent_awa has quit IRC01:50
*** katyafervent_awa has joined #murano01:53
*** yamamoto_ has quit IRC02:07
*** yamamoto_ has joined #murano02:08
*** yamamoto_ has quit IRC02:10
*** yamamoto_ has joined #murano02:10
*** yamamoto_ has quit IRC02:10
openstackgerritOpenStack Proposal Bot proposed openstack/murano: Updated from global requirements  https://review.openstack.org/27723502:39
openstackgerritStan Lagun proposed openstack/murano: Added property to associate environment with OS region  https://review.openstack.org/27724002:42
openstackgerritOpenStack Proposal Bot proposed openstack/python-muranoclient: Updated from global requirements  https://review.openstack.org/27725002:43
*** mragupat has joined #murano02:55
*** yamamoto_ has joined #murano02:58
*** mragupat has quit IRC03:09
*** mragupat has joined #murano03:10
*** Marga__ has quit IRC04:19
*** mragupat has quit IRC04:22
*** x00350071_ has joined #murano04:35
*** ByPasS has quit IRC04:35
*** ByPasS has joined #murano04:38
*** x00350071 has quit IRC04:39
*** ducttape_ has joined #murano04:43
*** kzaitsev_mb has joined #murano04:50
*** gangadhar has joined #murano04:53
*** Marga_ has joined #murano04:54
*** ducttape_ has quit IRC05:18
*** dfflanders has quit IRC05:40
openstackgerritMerged openstack/python-muranoclient: Updated from global requirements  https://review.openstack.org/27725005:41
openstackgerritMerged openstack/murano: Updated from global requirements  https://review.openstack.org/27723505:42
*** Marga_ has quit IRC06:02
*** Marga_ has joined #murano06:24
*** kzaitsev_mb has quit IRC07:08
*** vahidh has quit IRC07:23
openstackgerritMadhuri Kumari proposed openstack/murano: [WIP] Adding Magnum app to deploy Kubernetes Cluster  https://review.openstack.org/26925007:28
*** madhuri_ has joined #murano07:30
madhuri_Hi anyone here?07:30
*** samuelBartel has joined #murano08:13
ddovbiimadhuri_, yep08:24
ddovbiihi!08:24
madhuri_ddovbii: Hi08:44
openstackgerritHidekazu Nakamura proposed openstack/murano: Fix adding unit test module  https://review.openstack.org/27732308:53
*** kzaitsev_mb has joined #murano08:55
ddovbiimadhuri_, may I help you?08:57
madhuri_Yes ddovbii08:59
madhuri_ddovbii: https://review.openstack.org/#/c/269250/09:00
madhuri_I am getting error with the patch and not sure why is it09:00
kzaitsev_mbwhat error are you getting?09:00
madhuri_kzaitsev_mb: http://paste.openstack.org/show/486198/09:01
madhuri_Still argument error09:01
*** openstackgerrit has quit IRC09:02
kzaitsev_mbhave you restarted the engine since?09:02
*** openstackgerrit has joined #murano09:02
madhuri_Yes09:02
kzaitsev_mbhave you had this error on your 4th patchset?09:05
madhuri_kzaitsev_mb: Let me check09:06
kzaitsev_mbI wonder if we broke the code at some point or whether it was always this way09:06
kzaitsev_mbI don't rally like the idea of a function with 19 (!!!) arguments09:07
kzaitsev_mbwhy don't you like stan's suggestion to have 1 dict for params?09:07
madhuri_kzaitsev_mb: It was failing then also09:08
madhuri_I also don't like long list of params09:08
kzaitsev_mbwell, I pointed you at what's wrong09:08
madhuri_But **kwargs was not working so I changed it this way09:09
kzaitsev_mbmuranopl does not expand **kwargs09:09
kzaitsev_mbjust use a single dict09:09
kzaitsev_mbdo not expand it to positional kwargs09:09
kzaitsev_mbalso09:10
madhuri_Ok09:11
kzaitsev_mbhow did you install the plugin?09:11
kzaitsev_mbpip install -e?09:11
kzaitsev_mbfrom what I see in the error message — it says: 'Invalid argument tls_disabled'09:11
kzaitsev_mbhm weird.09:12
kzaitsev_mbI thought to advice you to re-install the plugin in your env, but that probably shouldn't help09:13
madhuri_I installed using python setup.py install09:13
kzaitsev_mbthe argument name seems correct09:13
kzaitsev_mbcan you try re-installing it?09:13
madhuri_Yes the patch should work09:13
madhuri_Yes I can do that09:13
madhuri_brb09:13
madhuri_1. reinstalled09:14
kzaitsev_mbmadhuri_: have you re-installed the plugin after you made changes?09:14
madhuri_2. murao-engine restarted09:14
madhuri_Yes09:15
madhuri_:)09:15
ddovbiimadhuri_, why tlsDisabled has a different types in ui and workflow?09:15
kzaitsev_mbright now, or before? =)09:15
*** Nikolay_St has joined #murano09:15
madhuri_Before also :D09:16
kzaitsev_mbif I were you I'd use 'pip install -e' instead of python setup.py install =)09:16
kzaitsev_mbhttps://pip.pypa.io/en/stable/reference/pip_wheel/?highlight=#cmdoption-e09:16
madhuri_:)09:16
madhuri_I remember also because I had indentation error and it was not installed09:16
madhuri_Ok I will do that now09:16
ddovbiiand the same situation with number of other properties09:16
kzaitsev_mbit would allow you to edit the plugin without re-installing it all the time09:17
kzaitsev_mbso. any lucK with the param?09:17
madhuri_param I haven't tried now09:17
kzaitsev_mbI mean does it work after reinstalling and all the things you did?09:18
madhuri_I haven't run it yet09:19
madhuri_Gimme 2 mins09:19
madhuri_kzaitsev_mb: my env is broken09:21
madhuri_I have to rebuild it09:21
kzaitsev_mbsure =) ping me as soon as can test the code =) I can help you refactor it to a single dict, if you like09:23
madhuri_yes sure kzaitsev_mb09:25
madhuri_kzaitsev_mb: Thanks it worked09:35
madhuri_The issue was wrong type09:35
madhuri_in UI and class09:35
madhuri_:)09:35
ddovbiiand the same situation with number of other properties [1]09:36
madhuri_ddovbii: public and registry_enabled?09:39
ddovbiiyes09:40
madhuri_Yes done09:41
madhuri_kzaitsev_mb: There?09:43
*** kzaitsev_mb has quit IRC09:50
*** vahidh has joined #murano10:00
*** vahidh has quit IRC10:05
*** kzaitsev_mb has joined #murano10:06
kzaitsev_mbmadhuri_: will be back in 30 mins =) Let's finish off this commit today ;)10:13
madhuri_yes sure kzaitsev_mb10:14
gangadharHi all. Getting below error:10:23
gangadhar[exceptions.IOError]: [Errno 2] No such file or directory: u'/tmp/murano-packages-cache/6893d8e5-29cc-468f-98cb-e6e8a4c75e86/io.murano.apps.docker.kubernetes.KubernetesCluster/Resources/scripts/destinationFile'10:23
gangadharHere is the engine log: http://paste.openstack.org/show/486266/10:25
gangadharHere is the code: http://paste.openstack.org/show/486267/10:30
gangadharddovbii slagun ^^10:31
slagungangadhar: hi!10:31
slaguncan you show PutFile.template?10:31
slagunoh, it is in hte same paste10:32
slagunI see10:35
slagunThere was a bug fix that was done along the way when we introduced Linux.yaml10:36
slagunhttps://review.openstack.org/#/c/213708/10:36
slagunhttps://review.openstack.org/#/c/213708/17/murano/engine/system/agent.py10:36
slagunit should have been backported10:36
slagunbut seems that it's not10:36
gangadharWait. I understand the problem10:39
slagunwithout this fix the only solution I see is to make $fileContent (that is base64 encoded string) to be a putFile.sh second parameter and to modify the script according to that10:39
gangadharI was trying write content to file "/etc/autoscale/MuranoAppDevelopment.json". But at that time there is no "/etc/autoscale" directory.10:40
*** kzaitsev_mb has quit IRC10:41
gangadharslagun: what do you think?10:41
slagunPath /etc/autoscale/MuranoAppDevelopment.json becomes <package_path_in_the_cache>/Resources/etc/autoscale/MuranoAppDevelopment.json10:42
slagunThe problem is that you don't have  https://review.openstack.org/#/c/213708/17/murano/engine/system/agent.py change10:42
slagunbut this not necessary the only problem10:43
* slagun afk for 30 min10:46
*** x00350071_ has quit IRC10:48
*** x00350071 has joined #murano10:49
openstackgerritNikolay Starodubtsev proposed openstack/murano-specs: MuranoPL metadata  https://review.openstack.org/27012411:12
madhuri_kzaitsev_ws: ping11:16
*** yamamoto_ has quit IRC11:27
*** kzaitsev_mb has joined #murano11:38
*** kzaitsev_mb has quit IRC11:43
*** vgridnev has joined #murano11:55
madhuri_kzaitsev_mb I will leave now. Thanks11:56
*** madhuri_ has quit IRC11:56
*** kzaitsev_mb has joined #murano12:00
*** enthurohini has joined #murano12:00
*** tlashchova has quit IRC12:06
*** vgridnev has quit IRC12:07
*** tlashchova has joined #murano12:08
*** vgridnev has joined #murano12:13
kzaitsev_mbdang =) madhuri is not around anymore12:15
kzaitsev_mbshould've asked for permission to alter her commit =)12:15
gangadharslagun: I have tried what you have said. But only a piece of text is copying to file not the whole text.12:15
gangadharHere the code I have tried: http://paste.openstack.org/show/486273/ . Am I missing anything?12:16
gangadhar"piece of text" means only  the last word is copying to file12:18
*** yamamoto has joined #murano12:21
openstackgerritStan Lagun proposed openstack/python-muranoclient: Fixes TypeError in Client constructor  https://review.openstack.org/27735812:23
openstackgerritStan Lagun proposed openstack/python-muranoclient: Fixes incorrect endpoint_override handling  https://review.openstack.org/27736112:33
*** krotscheck_dcm is now known as krotscheck12:39
*** yamamoto has quit IRC12:42
*** vahidh has joined #murano12:43
*** yamamoto has joined #murano12:43
*** sergmelikyan has joined #murano12:47
*** vahidh has quit IRC12:47
*** yamamoto has quit IRC12:48
enthurohinikzaitsev_mb, there?12:50
kzaitsev_mbhi! =)12:50
enthurohinihi, did you go through the patch?12:50
kzaitsev_mbhave been planning on looking through your code — would start doing it in 5-10 minutes )12:50
kzaitsev_mbnot yet )12:50
enthurohiniok, let me know when you will done. i found one more thing that to debug command i can use --debug option12:51
openstackgerritStan Lagun proposed openstack/python-muranoclient: Adds region parameter to environment-create  https://review.openstack.org/27737012:52
kzaitsev_mb=)12:52
kzaitsev_mbyou do12:52
enthurohinii got to know before 15 to 20 min, so using now :P12:54
*** yamamoto has joined #murano12:58
kzaitsev_mbenthurohini: k. looking at your code )13:03
enthurohinikzaitsev_mb, "$ openstack environment list [--all-tenants]" command is working properly only along with test case13:04
*** krotscheck has quit IRC13:06
enthurohinikzaitsev_mb, command "$ openstack environment show <id>" is getting correct data but formatting is inproper. Also this command is not working when env name is given as positional arg.13:06
*** ducttape_ has joined #murano13:13
kzaitsev_mbenthurohini: not so fast =) I have old config, so I had to update keystone services for your code to work properly )13:15
enthurohiniok. np13:16
kzaitsev_mbdang. I can't set murano-api url with your code =(13:18
*** krotscheck has joined #murano13:18
kzaitsev_mbmeaning I'll have to use the one from keystone =/13:18
kzaitsev_mbwonder if it would be OK osc-wise to override it )13:19
enthurohiniopps but i cant understand you fully, cz i didnt do such kind of thing13:20
kzaitsev_mbno worries =) just thinking out loud )13:22
enthurohiniat my end keystone authentication is working properly13:23
openstackgerritStan Lagun proposed openstack/python-muranoclient: Adds region parameter to environment-create  https://review.openstack.org/27737013:24
openstackgerritNikolay Starodubtsev proposed openstack/murano-specs: MuranoPL metadata  https://review.openstack.org/27012413:24
kzaitsev_mbenthurohini: ok. so environment list works pretty nice for me13:24
enthurohiniyeah, for me too13:24
kzaitsev_mbcool, so what's the problem? =)13:25
enthurohiniissue the second command13:25
kzaitsev_mbI' think there's only one thing I do not like — it doesn't print anything if there are no environments13:25
enthurohinikzaitsev_mb, command "$ openstack environment show <id>" is getting correct data but formatting is inproper. Also this command is not working when env name is given as positional arg.13:25
kzaitsev_mbshould probably print a13:26
kzaitsev_mban empty table13:26
kzaitsev_mbwhy is it improper?13:26
enthurohinikzaitsev_mb, ok will take care of your suggestion13:26
kzaitsev_mbenthurohini: try `openstack service list`13:27
kzaitsev_mbthen `openstack service show <id>13:27
kzaitsev_mb;)13:27
*** yamamoto has quit IRC13:27
enthurohiniyup done13:28
enthurohiniwhat you want me to notice?13:29
*** ducttape_ has quit IRC13:29
kzaitsev_mbI'd say, that everything I saw thus far works as expected13:29
kzaitsev_mbenthurohini: I do not see where you're having a problem )13:29
kzaitsev_mbcould you please point me — what's the problem )13:29
kzaitsev_mbis it in the tests?13:30
enthurohinikzaitsev_mb, i am saying that when i issue "$ openstack environment show <id>", it not printing output in proper format, table structure get disturbed. is it happening for you?13:30
kzaitsev_mbenthurohini: no, it's not.13:31
enthurohinireally?13:31
enthurohiniyou mean to say, proper table format is get printed?13:31
kzaitsev_mbhttps://www.dropbox.com/s/mtjcmk54ejn1c3j/Screenshot%202016-02-08%2016.31.45.png?dl=013:32
kzaitsev_mbhere's what I get13:32
enthurohiniit is proper coz all values are of one line13:33
kzaitsev_mbI see, =)13:33
kzaitsev_mblet me test13:33
enthurohinitry to deploy env then it will have long value for services then you will get messy table13:34
openstackgerritDmytro Dovbii proposed openstack/murano: [Core-Library] Add ability to boot instance from volume  https://review.openstack.org/27522113:36
kzaitsev_mbenthurohini: ok, now I see13:38
kzaitsev_mblet's take a look at how we solved this for murano CLI13:38
enthurohiniyeah, now just compare the output of command murano environment-show13:39
enthurohiniok ,13:39
kzaitsev_mbyep, I get what you're having problem with )13:39
enthurohinigreat, let me know13:39
kzaitsev_mbenthurohini: 1) I think we're supposed to use https://github.com/openstack/python-openstackclient/blob/258c1102cc6b93a860bcd7cc083d4e14ae0025ce/openstackclient/common/command.py13:44
kzaitsev_mbnot cliff directly13:44
*** permalac has joined #murano13:44
enthurohiniwhy so?13:46
kzaitsev_mbenthurohini: imagine that osc adds some fancy print message before each command13:46
kzaitsev_mbif we use those — we do not have to worry13:46
kzaitsev_mbif we do not — we would have to duplicate that code13:47
kzaitsev_mbenthurohini: you would also not need to add that debug messages explicitly ;)13:48
kzaitsev_mbat the very least13:48
kzaitsev_mband it's genearally better to use abstractions, supplied by the library we use13:48
kzaitsev_mbimaging in a couple of releases — osc migrates away from cliff entirelly. If we inherit from openstackclient.common.command.Show — we have nothing to worry about. Otherwise we might break compatibility with future code13:49
enthurohiniohk, mns i need to replace cliff imports with openstackclient.common.command13:51
enthurohiniand kzaitsev_mb, how do you know, osc will migrate?13:51
kzaitsev_mbI don't13:52
kzaitsev_mbI'm just giving you examples of situations, where we would benefit from inheriting from openstackclient.common.command instead of cliff directly13:52
enthurohiniohk, getting it know13:52
kzaitsev_mbyep, this way we will remove direct cliff dependency too13:53
kzaitsev_mbwhich is kind of good )13:53
enthurohiniyeah :)13:53
enthurohinii think , this will not solve formatting problem. will it?13:54
kzaitsev_mbnah, it' will not13:54
enthurohinii like your suggestion, will remove cliff dependence13:56
enthurohiniso, what about the formatting issue?13:57
kzaitsev_mbenthurohini: I have an idea =)13:58
*** yamamoto has joined #murano13:58
enthurohinikzaitsev_mb, i take help from https://github.com/openstack/python-muranoclient/blob/master/muranoclient/v1/shell.py. is it right place?13:59
kzaitsev_mbyeah, it's pretty do-able =) we can do the following:13:59
enthurohinii will like to hear idea13:59
kzaitsev_mbwe can change helper methods14:01
gangadharThank you slagun. Passing as an argument is working fine.14:02
*** gangadhar has quit IRC14:02
kzaitsev_mbin muranoclient/common/utils.py14:02
kzaitsev_mbwe can move most of the logic from print_dict to, for example, format_dict, that would return the formatted string. print_dict would just call format_dict and print the result14:03
kzaitsev_mbenthurohini: then in `take_action` you can basically do https://github.com/openstack/python-muranoclient/blob/03f3df02f25f1e761abbb6d8f485e602d5dda8f2/muranoclient/v1/shell.py#L146-L154 this (just copy these lines, it should be mostly fine)14:04
kzaitsev_mband replace print_dict with our new format_dict14:05
kzaitsev_mbahhh14:05
kzaitsev_mbno14:05
kzaitsev_mbit won't work14:05
enthurohinikzitseb_mb, i have tried this approach already14:05
enthurohinii copied the ur suggested lines, but it creates error of circular dependency14:06
enthurohinisorry, circular refferences14:07
kzaitsev_mbyou can work around those, by importing something only when you really need it14:07
kzaitsev_mbi.e. inside the function itself14:07
enthurohinikzaitsev_mb, if you will explain the complete flow when we issue openstack environment show <id> command14:09
enthurohiniit will give me proper understanding14:09
kzaitsev_mbk. my idea will not work, but the issue is actually really easy to fix14:11
enthurohiniand i think circular references creates when again imports the same. nd if it so means that lines are already executing. then why formatting is not happening properly?14:12
kzaitsev_mbenthurohini: just import inside function14:12
enthurohiniok, trying14:12
kzaitsev_mbbut printing from `take_action` is not really correct14:12
enthurohiniyup, coz take_actions returns data to somewhere else for formatting14:15
kzaitsev_mbok, I'm not happy with any of the options we have here =/14:15
openstackgerritNikolay Starodubtsev proposed openstack/murano: Enable keystone v3 in DevStack by default  https://review.openstack.org/27741014:15
enthurohinialong with column names14:15
enthurohinikzaitsev_mb, there are some other problems too, along with formatting14:16
kzaitsev_mbhah14:17
kzaitsev_mbit's actually easy!14:17
enthurohini:)14:17
kzaitsev_mbis it the 3d time I'm saying this? =)14:17
enthurohininp. i tried too with same confidence14:18
enthurohinikzaitsev_mb, i am not able to understand that why it is happening14:20
openstackgerritDmytro Dovbii proposed openstack/murano: [Core-Library] Reset all out properties during releasing  https://review.openstack.org/27741214:21
kzaitsev_mbenthurohini: just 2 lines would solve your problem14:24
kzaitsev_mb1) from muranoclient.common import utils14:24
kzaitsev_mb2) data['services'] = utils.json_formatter(data['services'])14:24
*** yamamoto has quit IRC14:28
kzaitsev_mbenthurohini: works fine, not even circular imports there )14:28
kzaitsev_mbjust needed to renamve 1) from muranoclient.common import utils as murano_utils14:28
enthurohiniyeah, solved14:28
enthurohinii tried too14:29
enthurohinithanks, kzaitsev_mb14:29
enthurohinikzaitsev_mb, do you know where the control transfers when take_action returns data and column names?14:31
enthurohinikzaitsev_mb, one more thing that api call works fine with enviroment id but not with environment name14:35
kzaitsev_mbnope, I do not actually know that )14:42
kzaitsev_mbyes, it should be id almost everywhere14:42
enthurohinibut murano commands uses name as well as positional argument, and i looked in muranoclient/v1/shells.py it do not do anything extra when env name is passes14:47
enthurohinipassed as posituonal arg14:48
enthurohinii think muranoclient/common/http.py is actually responsible for api calls14:50
kzaitsev_mb`@utils.arg("id", metavar="<NAME or ID>",`14:51
*** ducttape_ has joined #murano14:51
kzaitsev_mb`help="Environment ID or name.")`14:52
kzaitsev_mbsorry14:53
kzaitsev_mbI was on a meeting14:53
kzaitsev_mbwhere and what did you pass? =)14:53
enthurohiniyeah, i have done the same14:53
enthurohinilook at the get_parser function14:54
kzaitsev_mbI don't get your question14:54
enthurohiniok, let me explain14:55
kzaitsev_mbyep pls do =)14:55
enthurohinikzaitsev_mb, murano environment show command takes either id or name as positional env which is defined at @utils.arg("id", metavar="<NAME or ID>",`. I did the same by in get_parser function (osc has little bit diiferent code to add argument to command) but for me, env name as positional argument is not working. i got http 404 error instead14:58
enthurohinis/positional env/positional arg14:58
*** vgridnev has quit IRC14:59
kzaitsev_mbdoes it work for murano environment-show?14:59
enthurohiniyup14:59
enthurohinimurano environment-show <env_name> works fine15:02
kzaitsev_mbhttps://github.com/openstack/python-muranoclient/blob/master/muranoclient/v1/shell.py#L137-L13915:02
kzaitsev_mbcompare this to your code15:03
enthurohiniyeah, in that code args.id can be either env id or env name because murano environment-show <env_name> works fine. my code is also doing same. well i didnt go through the session-id. need to look at that15:09
kzaitsev_mbenthurohini: in your code you call `client.environments.get(`15:09
kzaitsev_mbcode in do_environment_show calls `utils.find_resource(`15:10
kzaitsev_mbthat's all the difference15:10
kzaitsev_mb`find_resource` 1st tries name, then id.15:11
kzaitsev_mbthat's all the difference15:11
enthurohinii did this, 'https://github.com/openstack/python-muranoclient/blob/master/muranoclient/v1/environments.py#L57' :P15:12
kzaitsev_mbenthurohini: did I answer your question?15:12
enthurohiniyup, you gave me the current pointer15:13
enthurohinii will try it15:14
enthurohinikzaitsev_mb, i am moving away from keyboard for half hour15:15
kzaitsev_mbsure =) I'm going to have 2-3 more meetings today, so I will not be responsive either =)15:15
enthurohiniohk, then we will talk tomorrow. good night15:16
kzaitsev_mbenthurohini: basically I believe you have everything to move forward and add more commands )15:16
enthurohiniyeah15:17
enthurohinii will do this asap15:17
kzaitsev_mbno real hurry =) it's just that I think — that we've covered almost all the code you have in that commit today =))15:19
enthurohiniyes. :)15:19
enthurohinithankyou so much for your pointres15:20
enthurohinipointers*15:20
*** mragupat has joined #murano15:21
*** vgridnev has joined #murano15:22
*** vahidh has joined #murano15:25
openstackgerritNikolay Starodubtsev proposed openstack/murano: Enable keystone v3 in DevStack by default  https://review.openstack.org/27741015:25
*** vahidh has quit IRC15:29
*** tlashchova has quit IRC15:35
openstackgerritMerged openstack/python-muranoclient: Fixes TypeError in Client constructor  https://review.openstack.org/27735815:51
*** vgridnev has quit IRC15:59
*** Nikolay_St has quit IRC16:00
*** vgridnev has joined #murano16:03
*** vahidh has joined #murano16:09
*** vahidh has quit IRC16:18
*** _ducttape_ has joined #murano16:19
*** ducttape_ has quit IRC16:21
*** vgridnev has quit IRC16:31
*** vgridnev has joined #murano16:31
*** vgridnev has quit IRC16:31
*** mragupat has quit IRC16:32
*** mragupat has joined #murano16:32
*** _ducttape_ has quit IRC16:40
*** ducttape_ has joined #murano16:41
*** vahidh has joined #murano16:45
*** kzaitsev_mb has quit IRC16:49
*** mragupat_ has joined #murano16:51
*** mragupat has quit IRC16:54
*** permalac has quit IRC17:02
*** samuelBartel has quit IRC17:13
*** yamamoto has joined #murano17:21
*** yamamoto has quit IRC17:22
*** vgridnev has joined #murano17:35
*** yamamoto has joined #murano17:43
*** kzaitsev_mb has joined #murano17:45
*** kzaitsev_mb has quit IRC17:51
*** jasonsb has quit IRC17:58
*** enthurohini has quit IRC17:59
*** kzaitsev_mb has joined #murano18:02
*** yamamoto has quit IRC18:26
*** sergmelikyan has quit IRC18:31
*** sergmelikyan has joined #murano18:33
*** sergmelikyan has quit IRC18:35
*** sergmelikyan has joined #murano18:39
*** sergmelikyan has quit IRC18:55
*** _ducttape_ has joined #murano19:08
*** ducttape_ has quit IRC19:11
*** sergmelikyan has joined #murano19:14
*** _ducttape_ has quit IRC19:22
*** ducttape_ has joined #murano19:22
*** kzaitsev_mb has quit IRC19:50
*** vgridnev has quit IRC20:05
*** ducttape_ has quit IRC20:41
*** sergmelikyan has quit IRC20:44
*** Nikolay_St has joined #murano20:47
*** ducttape_ has joined #murano20:56
*** kzaitsev_mb has joined #murano21:08
openstackgerritStan Lagun proposed openstack/python-muranoclient: Adds region parameter to environment-create  https://review.openstack.org/27737021:20
openstackgerritStan Lagun proposed openstack/murano: Major refactoring of how OS clients are created and managed  https://review.openstack.org/27601621:49
openstackgerritStan Lagun proposed openstack/murano: Added property to associate environment with OS region  https://review.openstack.org/27724021:49
*** kzaitsev_mb has quit IRC21:52
*** kzaitsev_mb has joined #murano21:55
openstackgerritStan Lagun proposed openstack/murano: Added property to associate environment with OS region  https://review.openstack.org/27724022:01
*** vahidh has quit IRC22:10
*** kzaitsev_mb has quit IRC22:12
*** kzaitsev_mb has joined #murano22:22
*** kzaitsev_mb has quit IRC22:22
*** kzaitsev1mb has joined #murano22:22
*** kzaitsev1mb is now known as kzaitsev_mb22:24
*** kzaitsev_mb has quit IRC22:29
*** mragupat_ has quit IRC23:02
*** Marga_ has quit IRC23:03
*** sergmelikyan has joined #murano23:38
*** Marga_ has joined #murano23:40
openstackgerritStan Lagun proposed openstack/python-muranoclient: Adds region parameter to environment-create  https://review.openstack.org/27737023:40
*** sergmelikyan has quit IRC23:42
*** ducttape_ has quit IRC23:53

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