openstackgerrit | Kirill Zaitsev proposed openstack/murano: Delete stale packages at cleanup (WIP) https://review.openstack.org/262573 | 00:05 |
---|---|---|
*** Nate__ has joined #murano | 00:13 | |
openstackgerrit | Merged openstack/murano: Updated from global requirements https://review.openstack.org/269325 | 00:14 |
Nate__ | Trying to trouble shoot a custom murano package deployment, its based off the wordpress template, but when it is trying to run the deploy script, the murano agent says it is unable to find the .sh file, to actually execute | 00:15 |
Nate__ | Its almost an exact carbon copy of the wordpress template, just with a few names changed and the script contents being different | 00:15 |
slagun | Nate__: are you using Windows for development? | 00:16 |
Nate__ | No, the agent is on linux | 00:16 |
Nate__ | ubuntu to be precise | 00:16 |
slagun | I mean for development, not for deployment. The machine you are using to edit scripts, which OS it is on? | 00:17 |
Nate__ | Yes, the script was written on windows with textpad | 00:17 |
slagun | I knew :) | 00:17 |
Nate__ | Is this a problem? | 00:18 |
slagun | the problem is with line endings. Windows editors put CRLF and bash doesn't understand it. It require CR which is used in *nixes | 00:18 |
kzaitsev1mb | you might be hitting this https://bugs.launchpad.net/murano/+bug/1496376 | 00:19 |
openstack | Launchpad bug 1496376 in Murano "Murano should automatically convert script line-endings for the target guest OS" [Medium,Confirmed] - Assigned to Ravi Shekhar Jethani (ravishekar-jethani) | 00:19 |
Nate__ | So.. basically any file that was touched with a windows system needs to have all the line endings redone on nix? | 00:20 |
kzaitsev1mb | duh, random people started setting themselves as assignees for different bugs =/ | 00:20 |
*** kzaitsev1mb is now known as kzaitsev_mb | 00:20 | |
slagun | Yes. Or you need to run murano-engine on Windows :) | 00:20 |
slagun | There is a dos2unix tool that can convert line endings | 00:21 |
Nate__ | I'm going to guess out of sheer curiosity that running the engine on windows is not possible? | 00:21 |
slagun | It is possible. Actually that what I do | 00:21 |
*** yamamoto has joined #murano | 00:22 | |
slagun | All components of murano can be run on Windows. But sometimes you need to try really really hard to make them work | 00:22 |
kzaitsev_mb | I kind of understand why random people fix simple things, like, say python3 commits we're getting. doesn't require much thought, gives you some presence in the project | 00:24 |
kzaitsev_mb | but why just set yourself as an assignee? | 00:24 |
kzaitsev_mb | and disappear | 00:24 |
kzaitsev_mb | =/ | 00:25 |
slagun | I still don't know if I like that Py3 movement or not to be honest | 00:25 |
openstackgerrit | Merged openstack/python-muranoclient: Updated from global requirements https://review.openstack.org/269347 | 00:26 |
*** samuelBartel has quit IRC | 00:26 | |
kzaitsev_mb | slagun: I'd like to see py3 job voting by mitaka to be honest =) | 00:26 |
kzaitsev_mb | actually have you seen a letter from zigo? | 00:26 |
slagun | no, I haven't | 00:27 |
kzaitsev_mb | python3 is the default python in new Sid | 00:27 |
kzaitsev_mb | the latest debian | 00:27 |
kzaitsev_mb | or do they call it testing debian | 00:28 |
kzaitsev_mb | whatever =) | 00:28 |
kzaitsev_mb | hope that ubuntu would switch at some point too | 00:28 |
kzaitsev_mb | someone has to shoot py2 in the head if Guido can't | 00:28 |
slagun | I will like migration to Py3 only when we decide that after date X we will dropp support for Py2 and will be free to use Py3 features. And then I'll still prefer to start migration to Py3 as close as possible to that date | 00:29 |
slagun | I don't want to have six-bloated code in murano for years or even forever | 00:29 |
slagun | Or to switch to Py3 without ability to use Py3 features | 00:30 |
Nate__ | Just use py3 and not tell anybody? that always goes over well... | 00:31 |
Nate__ | It works I promise! | 00:31 |
kzaitsev_mb | you can't do that =) | 00:31 |
kzaitsev_mb | cause you know upstream jobs and stuff | 00:31 |
slagun | you cannot hide from python-27 upstream jenkins jobs :) | 00:32 |
*** yamamoto has quit IRC | 00:33 | |
Nate__ | Thanks gents the dos2unix worked | 00:33 |
Nate__ | carriage returns, tis a silly place | 00:33 |
kzaitsev_mb | I promise to not enable py3 job on master without letting everyone vote against it =) I promise | 00:33 |
Nate__ | Have you guys seen other people developing custom murano packages yet? | 00:34 |
slagun | Nate__: The funny thing is not that bash doesn't work with CRLF but that it responds with file not found error. Though I know why I don't understand why its so hard to fix | 00:35 |
kzaitsev_mb | Nate__: sure, we have. We basically consider murano-apps to be a list of examples you can start working with, not production-ready apps | 00:36 |
kzaitsev_mb | (except for k8s, which is complex and scary) | 00:36 |
slagun | Nate__: we're doing such troubleshooting for people we never seen day by day. So I guess we are not the only ones who write packages :) | 00:37 |
Nate__ | Perfect, now I should actually update our base code... | 00:37 |
kzaitsev_mb | slagun: py2/py3 is actually nothing hard. mfedosin showed me some code in nova plugins, that's supposed to run on py2.4 =) it doesn't have requests, so he is stuck with httplib | 00:40 |
kzaitsev_mb | slagun: well, you know what. | 00:40 |
kzaitsev_mb | we can actually make py2 job non-voting =)) | 00:41 |
kzaitsev_mb | that'd be hillarious | 00:41 |
kzaitsev_mb | I think Serg would not appreciate the joke, though... | 00:41 |
kzaitsev_mb | head feels heavy, gotta go get some sleep. cheers. | 00:42 |
slagun | btw MuranoPL uses features that were dropped from Py3 | 00:46 |
kzaitsev_mb | like what? | 00:46 |
slagun | like https://github.com/openstack/murano/blob/master/murano/dsl/yaql_integration.py#L147 | 00:47 |
*** ducttape_ has joined #murano | 00:48 | |
*** zhurong has joined #murano | 00:51 | |
*** ducttape_ has quit IRC | 00:52 | |
*** Liuqing has joined #murano | 00:53 | |
kzaitsev_mb | slagun: aren't they just renamed to __self__ and __func__? | 00:55 |
kzaitsev_mb | https://docs.python.org/3/reference/datamodel.html | 00:56 |
slagun | no. Methods are no more bound to classes so you cannot get the class from the method | 00:56 |
kzaitsev_mb | slagun: hm, I believe you're wrong =) | 00:59 |
kzaitsev_mb | http://paste.openstack.org/show/484224/ | 01:00 |
slagun | not Foo().bar. I need to get Foo from Foo.bar | 01:01 |
kzaitsev_mb | prints <__main__.Foo object at for me from both py3 and py2 | 01:01 |
*** vahidh has quit IRC | 01:01 | |
kzaitsev_mb | oh now I see | 01:02 |
openstackgerrit | zhurong proposed openstack/python-muranoclient: Delete the confused warning in http json_request https://review.openstack.org/269384 | 01:12 |
*** kzaitsev_mb has quit IRC | 01:19 | |
*** jasonsb has quit IRC | 01:29 | |
openstackgerrit | zhurong proposed openstack/python-muranoclient: Add the cover case for 'body' kwarg in http json_request https://review.openstack.org/269384 | 01:44 |
*** zhurong has quit IRC | 01:46 | |
*** Liuqing has quit IRC | 01:47 | |
*** zhurong has joined #murano | 01:47 | |
*** zhurong has quit IRC | 01:48 | |
*** zhurong has joined #murano | 01:54 | |
zhurong | katyafervent ping | 01:56 |
*** yamamoto has joined #murano | 02:01 | |
*** Liuqing has joined #murano | 02:11 | |
*** kzaitsev_mb has joined #murano | 02:16 | |
*** yamamoto has quit IRC | 02:17 | |
openstackgerrit | zhurong proposed openstack/python-muranoclient: Add the cover case for 'body' kwarg in http json_request https://review.openstack.org/269384 | 02:19 |
*** tlashchova has quit IRC | 02:19 | |
*** ducttape_ has joined #murano | 02:48 | |
*** kzaitsev_mb has quit IRC | 02:50 | |
*** ducttape_ has quit IRC | 02:53 | |
*** sergmelikyan has joined #murano | 02:58 | |
*** ducttape_ has joined #murano | 03:04 | |
*** yamamoto has joined #murano | 03:09 | |
*** Marga_ has joined #murano | 03:10 | |
*** StanLagun has joined #murano | 03:11 | |
openstackgerrit | zhurong proposed openstack/murano-dashboard: Fix the error message when failed to modify package https://review.openstack.org/269408 | 03:11 |
*** slagun has quit IRC | 03:13 | |
openstackgerrit | Merged openstack/murano-apps: Fixing typos in README.rst for Kubernetes apps https://review.openstack.org/260959 | 03:25 |
*** jasonsb has joined #murano | 03:31 | |
*** sergmelikyan has quit IRC | 03:31 | |
*** ducttape_ has quit IRC | 03:34 | |
*** mragupat has joined #murano | 03:37 | |
*** ducttape_ has joined #murano | 03:43 | |
*** sergmelikyan has joined #murano | 03:45 | |
*** kzaitsev_mb has joined #murano | 03:46 | |
openstackgerrit | Aaron Ding proposed openstack/python-muranoclient: Authenticate with HTTPClient https://review.openstack.org/269416 | 03:50 |
*** kzaitsev_mb has quit IRC | 03:52 | |
*** ducttape_ has quit IRC | 03:54 | |
openstackgerrit | Merged openstack/murano: Python3:Replace iter.next() with next(iter) https://review.openstack.org/269182 | 03:58 |
openstackgerrit | Merged openstack/murano: Fix python 2 and 3 compatibility issue with six https://review.openstack.org/269159 | 03:59 |
openstackgerrit | Merged openstack/murano: [docs] Update to use openstack CLI instead of glance(v1) https://review.openstack.org/259375 | 04:03 |
*** Marga_ has quit IRC | 04:30 | |
*** Marga_ has joined #murano | 04:30 | |
*** ashishb has joined #murano | 04:31 | |
*** ashishb has quit IRC | 04:37 | |
openstackgerrit | zhurong proposed openstack/murano: Add package check for package name length https://review.openstack.org/269430 | 04:43 |
*** Marga_ has quit IRC | 04:44 | |
openstackgerrit | zhurong proposed openstack/murano-dashboard: Add package check for package name length https://review.openstack.org/269432 | 04:49 |
*** kzaitsev_mb has joined #murano | 04:49 | |
*** sergmelikyan has quit IRC | 04:55 | |
*** sergmelikyan has joined #murano | 04:59 | |
*** jasonsb has quit IRC | 05:04 | |
*** akulshin has joined #murano | 05:04 | |
*** mragupat has quit IRC | 05:07 | |
*** akulshin has quit IRC | 05:08 | |
*** ashishb has joined #murano | 05:15 | |
*** kzaitsev_mb has quit IRC | 05:22 | |
openstackgerrit | Merged openstack/murano-dashboard: Fix the error message when failed to modify package https://review.openstack.org/269408 | 05:33 |
*** sergmelikyan has quit IRC | 05:36 | |
*** sergmelikyan has joined #murano | 05:37 | |
*** jasonsb has joined #murano | 05:38 | |
*** Nikolay_St has quit IRC | 05:43 | |
*** sergmelikyan has quit IRC | 05:48 | |
*** akulshin has joined #murano | 06:05 | |
openstackgerrit | Ravi Shekhar Jethani proposed openstack/murano: Python3: Use reduce from six.moves https://review.openstack.org/269447 | 06:08 |
*** akulshin has quit IRC | 06:09 | |
*** vahidh has joined #murano | 06:13 | |
*** kzaitsev_mb has joined #murano | 06:17 | |
*** vahidh has quit IRC | 06:18 | |
*** vgridnev has joined #murano | 06:22 | |
*** kzaitsev_mb has quit IRC | 06:23 | |
*** akulshin has joined #murano | 06:25 | |
*** vgridnev has quit IRC | 06:45 | |
openstackgerrit | Ravi Shekhar Jethani proposed openstack/murano: Python3: Use range from six.moves https://review.openstack.org/269457 | 07:07 |
*** jesuspg has joined #murano | 07:14 | |
*** vgridnev has joined #murano | 07:15 | |
*** kzaitsev_mb has joined #murano | 07:20 | |
*** mflobo has quit IRC | 07:43 | |
openstackgerrit | Hidekazu Nakamura proposed openstack/murano: [Doc] Fix directory name containing execution plan template https://review.openstack.org/269475 | 07:44 |
*** kzaitsev_mb has quit IRC | 07:45 | |
*** akulshin has quit IRC | 07:47 | |
*** akulshin has joined #murano | 07:47 | |
*** vgridnev has quit IRC | 07:49 | |
openstackgerrit | Ravi Shekhar Jethani proposed openstack/murano: Python3: Replace basestring by six.string_types https://review.openstack.org/269476 | 07:51 |
*** samuelBartel has joined #murano | 07:51 | |
*** vgridnev has joined #murano | 08:19 | |
openstackgerrit | Jesus Perez proposed openstack/murano: Fix migrations (using batch alembic) in order to maintain compatibility with sqlite. Read http://alembic.readthedocs.org/en/latest/batch.html for more info. https://review.openstack.org/269489 | 08:21 |
*** Nikolay_St has joined #murano | 08:30 | |
*** kzaitsev_mb has joined #murano | 08:39 | |
katyafervent | hi zhurong | 08:44 |
zhurong | katyafervent This patch:https://review.openstack.org/#/c/268872/, you said we should change the success-url link. it is mean in the detail page, the action success-url should be detail page? | 08:47 |
katyafervent | sure, user should stay at the same page where he clicked the button (in that case) | 08:49 |
zhurong | I have no idea about this, I check all the horizon about this, and can not find any about this | 08:51 |
zhurong | could you give me some help | 08:52 |
openstackgerrit | Ravi Shekhar Jethani proposed openstack/murano: Python3: Use cStringIO from six.moves https://review.openstack.org/269501 | 09:02 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-dashboard: [DynamicUI] Apply user regex for the password field https://review.openstack.org/268203 | 09:08 |
*** jesuspg has quit IRC | 09:10 | |
*** kzaitsev_mb has quit IRC | 09:16 | |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-apps: [Tomcat][Tests] Add check for a 'deployed' variable https://review.openstack.org/269167 | 09:19 |
openstackgerrit | Ravi Shekhar Jethani proposed openstack/murano: Python3: Use six.moves.map instead itertools.imap https://review.openstack.org/269508 | 09:28 |
*** Marga_ has joined #murano | 09:29 | |
*** jesuspg has joined #murano | 09:31 | |
katyafervent | zhurong, you have to create separate table table = tables.PackageDefinitionsTable(self.request) | 09:37 |
katyafervent | and put modified actions to that table. you can inherit from the existing actions and change success-url only | 09:38 |
katyafervent | but first try to change context["url"] = reverse('horizon:murano:packages:index') to the package detail page | 09:39 |
openstackgerrit | Dmytro Dovbii proposed openstack/murano: [Core-Library]Add ability to specify direction and ethetype for groups https://review.openstack.org/269517 | 09:42 |
*** jesuspg has quit IRC | 09:44 | |
*** jesuspg has joined #murano | 09:53 | |
zhurong | katyafervent modified actions's success-url not in the tables action, it is in the ModifyPackageView | 09:53 |
katyafervent | it seems to me that success url is equal to the table url by default | 09:56 |
zhurong | the modify table url is not this, url = 'horizon:murano:packages:modify'? | 10:00 |
openstackgerrit | Merged openstack/murano: Python3: Replace basestring by six.string_types https://review.openstack.org/269476 | 10:01 |
openstackgerrit | Merged openstack/murano: [Doc] Fix directory name containing execution plan template https://review.openstack.org/269475 | 10:02 |
*** vgridnev has quit IRC | 10:06 | |
katyafervent | zhurong, try to understand how it is done in horizon, in the Instances page. After I update image name from the detail page I'm stay at the details page | 10:06 |
*** vgridnev has joined #murano | 10:07 | |
katyafervent | but notice, that rows (package attrs) in the packages definition main page may be different from the info provided in the detailed page | 10:08 |
*** vgridnev has quit IRC | 10:13 | |
*** hidekazu has quit IRC | 10:14 | |
*** Marga_ has quit IRC | 10:18 | |
*** vgridnev has joined #murano | 10:26 | |
*** zhurong has quit IRC | 10:33 | |
*** tlashchova has joined #murano | 10:47 | |
*** vgridnev has quit IRC | 10:49 | |
*** Marga_ has joined #murano | 10:53 | |
*** yamamoto has quit IRC | 10:55 | |
*** kodokuu has joined #murano | 11:03 | |
kodokuu | StanLagun Hi | 11:03 |
StanLagun | kodokuu: hi. I'll be available in 1.5hours | 11:06 |
*** Marga_ has quit IRC | 11:15 | |
*** vgridnev has joined #murano | 11:15 | |
*** yamamoto has joined #murano | 11:45 | |
openstackgerrit | Tony Tarasov proposed openstack/murano-apps: ApacheDeploy script syntax and logic modificaton https://review.openstack.org/269577 | 11:48 |
openstackgerrit | Ravi Shekhar Jethani proposed openstack/murano: Python3: Use six.moves for py2 compatibility https://review.openstack.org/269457 | 11:51 |
*** enthurohini has joined #murano | 11:55 | |
*** yamamoto has quit IRC | 12:03 | |
*** Liuqing has quit IRC | 12:06 | |
*** yamamoto has joined #murano | 12:07 | |
*** ashishb has quit IRC | 12:10 | |
*** yamamoto_ has joined #murano | 12:11 | |
*** yamamoto has quit IRC | 12:14 | |
*** yamamoto_ has quit IRC | 12:23 | |
*** raildo-afk is now known as raildo | 12:27 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: WIP https://review.openstack.org/253259 | 12:31 |
openstackgerrit | Ravi Shekhar Jethani proposed openstack/python-muranoclient: Add python 3 support https://review.openstack.org/269595 | 12:33 |
*** yamamoto has joined #murano | 12:59 | |
*** ducttape_ has joined #murano | 13:10 | |
*** vgridnev has quit IRC | 13:12 | |
*** alejandrito has joined #murano | 13:14 | |
*** vgridnev has joined #murano | 13:14 | |
*** ducttape_ has quit IRC | 13:27 | |
*** sergmelikyan has joined #murano | 13:51 | |
*** HoloIRCUser4 has joined #murano | 13:55 | |
HoloIRCUser4 | Hi | 13:56 |
StanLagun | hi | 13:56 |
*** Marga_ has joined #murano | 13:57 | |
*** HoloIRCUser4 is now known as nikolay_st_m | 13:57 | |
nikolay_st_m | StanLagun: nothing special | 13:58 |
nikolay_st_m | Just testing a new app for my phone | 13:59 |
*** jesuspg has quit IRC | 14:00 | |
openstackgerrit | Stan Lagun proposed openstack/murano: Fixes attribute store for MuranoClassReference types https://review.openstack.org/269154 | 14:06 |
*** enthurohini has quit IRC | 14:08 | |
openstackgerrit | Merged openstack/python-muranoclient: Add python 3 support https://review.openstack.org/269595 | 14:15 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano: [Docs] Update Dymanic UI specification https://review.openstack.org/269665 | 14:21 |
openstackgerrit | Merged openstack/murano: Python3: Use six.moves for py2 compatibility https://review.openstack.org/269457 | 14:30 |
sergmelikyan | folks, I propose to abandon these WIP patches on review | 14:36 |
*** yamamoto has quit IRC | 14:36 | |
openstackgerrit | Merged openstack/murano-dashboard: Add package check for package name length https://review.openstack.org/269432 | 14:49 |
openstackgerrit | Merged openstack/murano: Add package check for package name length https://review.openstack.org/269430 | 14:49 |
*** ducttape_ has joined #murano | 14:53 | |
*** sergmelikyan has quit IRC | 14:59 | |
*** mragupat has joined #murano | 15:04 | |
*** enthurohini has joined #murano | 15:20 | |
openstackgerrit | Henar Muñoz proposed openstack/murano: Introducing ConfLangInstance https://review.openstack.org/230381 | 15:37 |
*** jesuspg has joined #murano | 15:40 | |
*** Nikolay_St has quit IRC | 15:44 | |
*** jesuspg has quit IRC | 15:50 | |
*** Marga_ has quit IRC | 15:54 | |
*** nikolay_st_m has quit IRC | 15:55 | |
openstackgerrit | Merged openstack/murano: Updated from global requirements https://review.openstack.org/269638 | 16:03 |
openstackgerrit | Merged openstack/python-muranoclient: Updated from global requirements https://review.openstack.org/269644 | 16:06 |
*** Liuqing has joined #murano | 16:16 | |
*** zhurong has joined #murano | 16:16 | |
*** kzaitsev_mb has joined #murano | 16:32 | |
openstackgerrit | Rohini Choudhary proposed openstack/python-muranoclient: Initial commit for openstack-client support in python-muranoclient https://review.openstack.org/266018 | 16:35 |
*** alejandrito has quit IRC | 16:41 | |
*** Marga_ has joined #murano | 16:44 | |
*** Liuqing has quit IRC | 16:46 | |
*** samuelBartel has quit IRC | 16:48 | |
*** Nikolay_St has joined #murano | 16:49 | |
*** Liuqing has joined #murano | 16:50 | |
*** Liuqing has quit IRC | 16:51 | |
*** Liuqing has joined #murano | 16:53 | |
*** Liuqing has quit IRC | 16:53 | |
zhurong | Do we have a meeting now? | 17:01 |
enthurohini | yes | 17:01 |
kzaitsev_mb | zhurong: yep in -alt | 17:01 |
zhurong | OK. I see | 17:01 |
openstackgerrit | zhurong proposed openstack/python-muranoclient: Add the cover case for 'body' kwarg in http json_request https://review.openstack.org/269384 | 17:11 |
openstackgerrit | zhurong proposed openstack/python-muranoclient: Add the cover case for 'body' kwarg in http json_request https://review.openstack.org/269384 | 17:27 |
*** naresht has quit IRC | 17:32 | |
*** vahidh has joined #murano | 17:36 | |
*** Marga_ has quit IRC | 17:37 | |
*** Marga_ has joined #murano | 17:38 | |
*** madhuri has joined #murano | 17:53 | |
*** akulshin has quit IRC | 17:58 | |
*** zhurong has quit IRC | 18:01 | |
*** ashishb has joined #murano | 18:06 | |
*** kzaitsev_mb has quit IRC | 18:10 | |
*** ashishb has quit IRC | 18:11 | |
*** ashishb has joined #murano | 18:19 | |
*** enthurohini has quit IRC | 18:21 | |
madhuri | Hi folks | 18:25 |
madhuri | I need some help with https://review.openstack.org/#/c/269250/ | 18:26 |
StanLagun | madhuri: what's the question? | 18:27 |
madhuri | I am getting unathorized error at https://review.openstack.org/#/c/269250/2/contrib/plugins/magnum_plugin/magnum-app/io.murano.apps.MagnumApp/Classes/MagnumBayApp.yaml line 50 | 18:27 |
madhuri | And I am not sure why I am getting this error | 18:28 |
StanLagun | maybe Magnum cannot work with Kyestone trusts? | 18:31 |
StanLagun | You need to set break points in create_magnum_client and check if that client really works calling by something simple | 18:32 |
madhuri | It can | 18:32 |
madhuri | I am able to create a baymodel but not bay | 18:32 |
madhuri | Ok let me try that | 18:33 |
StanLagun | Then probably you need a help from someone from #magnum | 18:33 |
StanLagun | It is Magnum who return error, not murano | 18:33 |
madhuri | Ok I just wanted to confirm one thing | 18:34 |
madhuri | baymodel is property of clas MagnumBayApp | 18:34 |
madhuri | line 16 in https://review.openstack.org/#/c/269250/2/contrib/plugins/magnum_plugin/magnum-app/io.murano.apps.MagnumApp/Classes/MagnumBayApp.yaml | 18:36 |
madhuri | And I want to use baymodel's property in MagnumBayApp at line50 | 18:36 |
madhuri | So am I doing it the right way? | 18:36 |
StanLagun | yes | 18:37 |
madhuri | Ok thanks | 18:38 |
*** ashishb has quit IRC | 18:49 | |
*** ashishb has joined #murano | 18:49 | |
*** akulshin has joined #murano | 19:30 | |
*** madhuri has quit IRC | 19:38 | |
*** kzaitsev_mb has joined #murano | 19:54 | |
openstackgerrit | Dmytro Dovbii proposed openstack/murano: [Core-Library] Add ability to specify direction and ethetype for groups https://review.openstack.org/269517 | 19:55 |
*** ashishb has quit IRC | 19:56 | |
openstackgerrit | Dmytro Dovbii proposed openstack/murano: [Core-Library] Add ability to specify direction and ethetype for groups https://review.openstack.org/269517 | 19:57 |
*** akulshin has quit IRC | 20:17 | |
*** kzaitsev_mb has quit IRC | 20:26 | |
*** kzaitsev_mb has joined #murano | 20:30 | |
*** kzaitsev_mb has quit IRC | 20:40 | |
*** Nikolay_St has quit IRC | 20:42 | |
*** jasonsb has quit IRC | 20:54 | |
*** vgridnev has quit IRC | 20:56 | |
*** vgridnev has joined #murano | 21:07 | |
*** kzaitsev_mb has joined #murano | 21:09 | |
*** vgridnev has quit IRC | 21:19 | |
*** vgridnev has joined #murano | 21:19 | |
*** vgridnev has quit IRC | 21:20 | |
*** kzaitsev_mb has quit IRC | 21:35 | |
*** jasonsb has joined #murano | 21:38 | |
*** jasonsb has quit IRC | 21:43 | |
*** kzaitsev_mb has joined #murano | 21:49 | |
*** jesuspg has joined #murano | 22:00 | |
*** alejandrito has joined #murano | 22:05 | |
*** alejandrito has quit IRC | 22:51 | |
*** mragupat has quit IRC | 23:08 | |
*** yamamoto_ has joined #murano | 23:27 | |
*** ducttape_ has quit IRC | 23:50 | |
*** yamamoto_ has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!