*** jasonsb has joined #murano | 00:18 | |
*** yamamoto has quit IRC | 00:36 | |
*** yamamoto has joined #murano | 01:21 | |
*** gangadhar has quit IRC | 01:29 | |
*** x00350071 is now known as edison | 01:39 | |
openstackgerrit | Victor Ryzhenkin proposed openstack/murano-dashboard: Use logging.NullHandler and add Django to requirements https://review.openstack.org/252504 | 01:47 |
---|---|---|
openstackgerrit | Victor Ryzhenkin proposed openstack/murano-dashboard: Use logging.NullHandler and add Django to requirements https://review.openstack.org/252504 | 01:52 |
*** kzaitsev_mb has quit IRC | 02:12 | |
*** kzaitsev_mb has joined #murano | 02:13 | |
*** ducttape_ has joined #murano | 02:18 | |
*** kzaitsev_mb has quit IRC | 02:18 | |
*** klkumar has joined #murano | 02:20 | |
*** klkumar has quit IRC | 02:24 | |
*** kzaitsev_mb has joined #murano | 02:34 | |
*** kzaitsev_mb has quit IRC | 03:13 | |
*** ducttape_ has quit IRC | 03:19 | |
*** ducttape_ has joined #murano | 03:22 | |
*** ducttape_ has quit IRC | 03:22 | |
*** Piet has joined #murano | 03:31 | |
*** Nikolay_St has quit IRC | 04:10 | |
*** ducttape_ has joined #murano | 04:22 | |
*** klkumar has joined #murano | 04:27 | |
*** enthurohini has joined #murano | 05:09 | |
*** ducttape_ has quit IRC | 05:16 | |
*** gangadhar has joined #murano | 05:28 | |
*** zhurong has joined #murano | 06:14 | |
*** edison has quit IRC | 06:19 | |
*** x00350071 has joined #murano | 06:20 | |
gangadhar | Hi all. | 06:28 |
gangadhar | While deploying package getting belo error: | 06:28 |
gangadhar | Package for class "io.murano.apps.createInstance.CreateInstance" is not found | 06:29 |
gangadhar | Here is the murano-engine.log: http://paste.openstack.org/show/480859/ | 06:29 |
*** Nikolay_St has joined #murano | 06:35 | |
gangadhar | Oops. Sorry, forget to update the ui.yaml. | 06:37 |
*** vahidh_ has quit IRC | 06:51 | |
*** jesuspg has joined #murano | 06:57 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: Raise proper exception in ext context middleware https://review.openstack.org/253359 | 07:36 |
*** vahidh has joined #murano | 07:45 | |
*** vahidh has quit IRC | 07:49 | |
*** zhurong has quit IRC | 08:13 | |
*** zhurong has joined #murano | 08:20 | |
*** zhurong has quit IRC | 08:24 | |
gangadhar | I have defined two classes "CreateInstance.yaml" and "GetHostname.yaml". My aim to call a method in GetHostname from CreateInstance class. | 08:31 |
*** katyafervent is now known as katyafervent_awa | 08:31 | |
gangadhar | Not sure where I'm getting the error. All files look fine. This is the erroe: Class "io.murano.apps.testInstance.GetHostname" is not found | 08:32 |
gangadhar | How to find where I'm missing? | 08:32 |
*** vgridnev has quit IRC | 08:40 | |
gangadhar | "Contract: $.class(GetHostname).notNull()" is giving the error. Any help? | 09:02 |
gangadhar | kzaitsev_ws katyafervent_awa StanLagun: I'm unable call a method of another class. | 09:07 |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: Raise proper exception in ext context middleware https://review.openstack.org/253359 | 09:14 |
-openstackstatus- NOTICE: Tox tests are broken at the moment. From openstack-infra we are working to fix them. Please don't approve changes until we notify that tox tests work again. | 09:30 | |
*** vgridnev has joined #murano | 09:34 | |
*** kzaitsev_mb has joined #murano | 10:00 | |
*** kzaitsev_mb has quit IRC | 10:14 | |
*** openstackgerrit has quit IRC | 10:32 | |
*** openstackgerrit has joined #murano | 10:32 | |
*** klkumar has quit IRC | 10:36 | |
*** katyafervent_awa is now known as katyafervent | 10:50 | |
katyafervent | hi gangadhar! | 10:51 |
*** vgridnev has quit IRC | 10:52 | |
katyafervent | did you pass that property in the Application section of the UI file? | 10:53 |
katyafervent | did you provide that class in your manifest file? | 10:53 |
*** vgridnev has joined #murano | 10:54 | |
*** gangadhar has quit IRC | 10:56 | |
*** enthurohini has quit IRC | 10:58 | |
*** enthurohini has joined #murano | 11:01 | |
*** gangadhar has joined #murano | 11:07 | |
gangadhar | katyafervent: Sorry, I lost the connection | 11:11 |
gangadhar | I mentioned in Manifest file | 11:12 |
gangadhar | katyafervent: And also I mentioned in ui.yaml under templates section | 11:13 |
*** yamamoto has quit IRC | 11:14 | |
katyafervent | please, so your yaml file | 11:14 |
gangadhar | katyafervent: What yaml I have to check? | 11:16 |
katyafervent | Please, paste ui.yaml | 11:17 |
gangadhar | http://paste.openstack.org/show/480874/ | 11:19 |
katyafervent | so getHostname is not used in you OM | 11:21 |
katyafervent | OM is described in the application section | 11:21 |
gangadhar | OM?? | 11:22 |
katyafervent | Templates is just auxiliary ыусешщт | 11:22 |
katyafervent | OM - object model, sorry :) | 11:22 |
katyafervent | *section | 11:22 |
gangadhar | GetHotname Class don't take any args from UI. | 11:22 |
katyafervent | take a look how Templates sectoin is used https://github.com/openstack/murano-apps/blob/d3cf423b71003d21591cd624403a2d1b3f5dce40/Docker/Applications/GuestBook/package/UI/ui.yaml | 11:23 |
katyafervent | your class is waiting for GetHostname property, but in your object model you didn't set it | 11:23 |
katyafervent | if you don't want user to select value for that property - it's ok, but it has to be in the Application section anyway | 11:25 |
gangadhar | Okay | 11:25 |
katyafervent | that is really inconvenient to define OM in the ui.yaml, we are planning to change, but it's not that simple | 11:28 |
enthurohini | hello katyafervent | 11:29 |
enthurohini | my infrastructure related problem get solved. Incresing RAM worked for me. | 11:30 |
enthurohini | Katyafervent, I am getting error while deploying the environment. error is "Exception during message handling: 'module' object has no attribute 'Sender' in murano" | 11:30 |
gangadhar | katyafervent: I updated this line "getHostname: $getHostname" in ui.yaml. But still getting the same error | 11:31 |
katyafervent | gangadhar, where did you add it? are you getting Class "io.murano.apps.testInstance.GetHostname" is not found ? | 11:33 |
katyafervent | do you have it in your package? try to reupload the package. if it doesn't help - paste you package here please | 11:34 |
katyafervent | enthurohini, please paste all traceback to paste.openstack,org | 11:34 |
enthurohini | ok | 11:34 |
enthurohini | katyafervent, here is traceback http://paste.openstack.org/show/480877/ | 11:36 |
gangadhar | katyafervent: getting the same error. How to share my package? I have total 5 files | 11:44 |
katyafervent | gangadhar, zip it and paste here http://www.pastefile.com/ | 11:46 |
katyafervent | it will be better rather then paste by a single file :) | 11:46 |
katyafervent | enthurohini, what version did you install? I don't have Sender anywhere | 11:47 |
gangadhar | katyafervent: http://www.pastefile.com/1GURdQ | 11:47 |
katyafervent | enthurohini, also check that you have correct yaql version (should correspond to the verison in requirements.txt) | 11:50 |
katyafervent | gangadhar, in your manifest io.murano.apps.testInstance.GetHostname.yaml: GetHostname.yaml | 11:51 |
katyafervent | io.murano.apps.testInstance.GetHostname.yaml --> io.murano.apps.testInstance.GetHostname | 11:51 |
katyafervent | you make .yaml part of class name, that's why it can be found | 11:51 |
*** kzaitsev_mb has joined #murano | 11:52 | |
katyafervent | * can not | 11:52 |
Nikolay_St | katyafervent: kzaitsev_mb can you take a look at https://review.openstack.org/#/c/253359/ ? | 11:52 |
*** naresht has joined #murano | 11:52 | |
gangadhar | Oh, no. It's wasted my day | 11:52 |
gangadhar | katyafervent: new Error - while parsing a block mapping in "<string>", line 20, column 9: - $._environment.reporter.report($ ... ^ expected <block end>, but found '<scalar>' in "<string>", line 24, column 48: ... ronment.reporter.report($this, 'Getting hostname') ^ | 11:54 |
kzaitsev_mb | Nikolay_St: looks fine | 11:54 |
enthurohini | katyafervent, how can i check yaql version? | 11:56 |
enthurohini | yaql -v or yaql --version both are not working | 11:57 |
katyafervent | if you used tox, check in its env | 11:59 |
katyafervent | tox -e venv -- pip freeze | grep yaql | 11:59 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Use logging.NullHandler and move Django to requirements https://review.openstack.org/252504 | 11:59 |
kzaitsev_mb | enthurohini: hi =) how you're exams went? =) | 11:59 |
enthurohini | ok, btw i am using murano 0.7.1 version | 12:00 |
kzaitsev_mb | sorry for not answering your letters =) | 12:00 |
enthurohini | kzaitsev_mb, nice | 12:00 |
kzaitsev_mb | been a crazy week ) | 12:00 |
enthurohini | mine too, last two weeks | 12:00 |
kzaitsev_mb | enthurohini: 0.7.1 is clients version, not murano. murano's version is either mitaka/liberty/kilo ) | 12:00 |
enthurohini | kzaitsev_mb, I checked via murano --version. ok | 12:01 |
kzaitsev_mb | enthurohini: that's client command ;) | 12:01 |
enthurohini | ok | 12:02 |
*** yamamoto has joined #murano | 12:04 | |
enthurohini | kzaitsev_mb, i do not remember which version i have installed. :P | 12:04 |
enthurohini | kzaitsev_mb, its ok. my infrastructure related problm get solved. :) | 12:06 |
*** yamamoto has quit IRC | 12:08 | |
gangadhar | Now I'm getting 2015-12-04 12:08:41 — [exceptions.KeyError]: u'Unknown namespace prefix std' | 12:09 |
gangadhar | But I defined namespace - std: io.murano | 12:10 |
kzaitsev_mb | enthurohini: nice! =) really glad to hear that, what was the problem? | 12:10 |
naresht | Hi All. How can I remove security group after creating the instance ? | 12:12 |
enthurohini | kzaitsev_mb, with 4GB ram, dashboard was responding very slowly. by incresing ram it get solved | 12:13 |
kzaitsev_mb | nice to hear that ) | 12:13 |
enthurohini | kzaitsev_mb, r u kidding :P | 12:14 |
kzaitsev_mb | I mean, that you solved it | 12:14 |
enthurohini | ok | 12:15 |
gangadhar | kzaitsev_mb: [exceptions.KeyError]: u'Unknown namespace prefix std' | 12:15 |
katyafervent | gangadhar, check for extra namespace and check namespaces: section again | 12:16 |
katyafervent | hi naresht | 12:16 |
kzaitsev_mb | gangadhar: coule you post your class somewhere? | 12:17 |
gangadhar | kzaitsev_mb: http://paste.openstack.org/show/480879/ | 12:18 |
katyafervent | naresht, I think it's not that easy, you need to add new MuranoPL method, that is written in Python to call the corresponding client ( i don't know if it is neutron or not is responsible for that) | 12:18 |
kzaitsev_mb | gangadhar: namespaces -> Namespaces | 12:19 |
*** raildo-afk is now known as raildo | 12:21 | |
gangadhar | kzaitsev_mb: same file. [exceptions.Exception]: 'this' must be of compatible type . :( | 12:24 |
*** raildo is now known as raildo-afk | 12:24 | |
*** raildo-afk is now known as raildo | 12:24 | |
kzaitsev_mb | gangadhar: you should add 'Extends: std:Application' | 12:26 |
kzaitsev_mb | otherwise there are no relevant methods and your apps doesn't inherit what all the internal stuff | 12:27 |
gangadhar | kzaitsev_mb: https://github.com/openstack/murano-apps/blob/master/Docker/Kubernetes/KubernetesCluster/package/Classes/KubernetesGatewayNode.yaml#L21 and https://github.com/openstack/murano-apps/blob/d3cf423b71003d21591cd624403a2d1b3f5dce40/Docker/Applications/GuestBook/package/Classes/RedisSlave.yaml#L19 are different. How to know what to extend? | 12:29 |
kzaitsev_mb | gangadhar: like with every other OO programming language =) | 12:30 |
kzaitsev_mb | gangadhar: generally you need to inherit std:Application for apps, but if you're makeing some complex app (and k8s is our most complex app to date) you can have a complex inheritance tree =) | 12:31 |
*** poseidon1157 has joined #murano | 12:32 | |
poseidon1157 | Hi all. I need some help | 12:32 |
poseidon1157 | I've gotten cloud foundry installed via murano | 12:32 |
kzaitsev_mb | poseidon1157: what are you having problems with? =) | 12:33 |
poseidon1157 | What now? Is there a management website? | 12:33 |
naresht | katyafervent: Is there command to remove security group of instance ? | 12:33 |
poseidon1157 | kzaitsev_mb Murano says it successfully deployed it. I've never used cloud foundry before (I'm teaching myself), so how can I interact with it? | 12:33 |
kzaitsev_mb | poseidon1157: ok, That — I can't help you with =) Nikolay_St could you point poseidon1157 to some getting started docs about cloud foundry itself ^^ | 12:35 |
poseidon1157 | naresht server remove security group | 12:35 |
poseidon1157 | naresht 'openstack server remove security group' | 12:35 |
*** tlashchova has quit IRC | 12:35 | |
katyafervent | http://docs.openstack.org/openstack-ops/content/security_groups.html | 12:36 |
poseidon1157 | Isn't there supposed to be an output from Murano indicating where the server is located? | 12:37 |
kzaitsev_mb | poseidon1157: yep, we usually add that to applications, but probably missed CF one | 12:37 |
Nikolay_St | poseidon1157: so, you don't see an IP for the instance? | 12:38 |
kzaitsev_mb | poseidon1157: care to file a bug? https://launchpad.net/murano-apps | 12:38 |
poseidon1157 | I have the floatingIP. It doesn't give me a url or anything though | 12:38 |
poseidon1157 | I'm sshed on the box, but I see no dockerctl or anything | 12:38 |
Nikolay_St | poseidon1157: you can take IP from nova, I guess. login to an instance and interact with Ops Manager using cf CLI interface | 12:39 |
poseidon1157 | There doesn't appear to be any proof that I can see that murano-agent actually did anything | 12:39 |
poseidon1157 | No bosh installed either | 12:39 |
*** tlashchova has joined #murano | 12:39 | |
Nikolay_St | ddovbii: ^^ | 12:39 |
Nikolay_St | can you answered poseidon1157 questions about Cloud Foundry app? | 12:40 |
*** x00350071 has quit IRC | 12:41 | |
naresht | poseidon1157: server ID means instance ID, isn't it? | 12:41 |
*** x00350071 has joined #murano | 12:42 | |
poseidon1157 | naresht Yeah, use the uuid. common name might work, but UUID is reliable | 12:42 |
kzaitsev_mb | poseidon1157: you could check agent logs | 12:42 |
poseidon1157 | naresht I don't think that references the neutron port directly | 12:42 |
kzaitsev_mb | to see what it actually did. should be somewhere around /usr/log. but tbh I always forget, so better check murano-agent config ;) | 12:42 |
poseidon1157 | \/var/log/murano-agent.log | 12:43 |
kzaitsev_mb | yep ) | 12:43 |
kzaitsev_mb | like I said — I always forget )) | 12:43 |
poseidon1157 | 2341 lines | 12:45 |
naresht | poseidon1157: even though i mentioned correct insance id. It is giving error: No server with a name or ID of 'ad97bcd6-1053-4c21-b0e8-8663a89b87de' exists | 12:46 |
poseidon1157 | openstack help server remove security group | 12:47 |
poseidon1157 | Two positional arguments: server, followed by uuid of the security group | 12:47 |
poseidon1157 | There might be a typo in the uuid | 12:48 |
poseidon1157 | I can't read this stuff | 12:49 |
poseidon1157 | http://pastebin.com/wUjDmEKE | 12:49 |
naresht | uuid means id right ? which we get from "neutron security-group-list" | 12:50 |
poseidon1157 | No errors | 12:50 |
poseidon1157 | So it says name or ID | 12:50 |
poseidon1157 | You should be able to use the name, but sometimes that conflicts with others | 12:51 |
poseidon1157 | naresht Are you using the old command line tools or the openstack unified client? | 12:51 |
naresht | poseidon1157: I got this result "Circular reference detected". what it means ? | 12:52 |
*** ducttape_ has joined #murano | 12:53 | |
poseidon1157 | naresht I haven't seen that before | 12:53 |
poseidon1157 | So you took the instance name from 'nova list'? | 12:53 |
poseidon1157 | And the network security group from 'neutron security-group-list'? | 12:54 |
poseidon1157 | naresht And you don't have horizon? | 12:54 |
naresht | I have horizon, I took instance name from neutron port-list | 12:55 |
naresht | After that result. still I see security group in horizon | 12:56 |
poseidon1157 | neutron port-list does NOT give you the instance ID | 12:56 |
poseidon1157 | That gives you the interface | 12:57 |
poseidon1157 | "port" in neutrons terminology | 12:57 |
naresht | but i see same in horizon | 12:57 |
poseidon1157 | Right, that's wrong | 12:57 |
poseidon1157 | neutron port-list gives you the UUID of the primary interface for the instance | 12:57 |
poseidon1157 | That's a completely different uuid than the one used by nova | 12:58 |
poseidon1157 | So of course it can't find it | 12:58 |
naresht | Yes you are correct. | 12:58 |
poseidon1157 | kzaitsev_mb Great. Found that there was a 'cf' command line utility | 12:58 |
freerunner | StanLagun: katyafervent Nikolay_St guys, let's merge it https://review.openstack.org/#/c/252504/ | 12:58 |
poseidon1157 | It is in fact installed correctly | 12:59 |
poseidon1157 | Great job guys! | 12:59 |
poseidon1157 | naresht Good luck! | 12:59 |
*** poseidon1157 has left #murano | 12:59 | |
naresht | poseidon1157: same result if I am using names | 13:00 |
*** kzaitsev_mb has quit IRC | 13:03 | |
naresht | poseidon1157: It is different in horizon and neutron port-list | 13:05 |
*** ducttape_ has quit IRC | 13:10 | |
*** yamamoto has joined #murano | 13:22 | |
*** yamamoto has quit IRC | 13:26 | |
*** Piet has quit IRC | 13:36 | |
*** enthurohini has quit IRC | 13:45 | |
*** kzaitsev_mb has joined #murano | 13:46 | |
openstackgerrit | Merged openstack/murano: Raise proper exception in ext context middleware https://review.openstack.org/253359 | 13:57 |
openstackgerrit | Merged openstack/murano-dashboard: Use logging.NullHandler and move Django to requirements https://review.openstack.org/252504 | 13:57 |
*** raildo is now known as raildo-afk | 13:59 | |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Use fontawesome instead of glyphicon https://review.openstack.org/245194 | 14:00 |
*** naresht has quit IRC | 14:01 | |
*** gangadhar has quit IRC | 14:02 | |
katyafervent | https://review.openstack.org/#/q/status:open+project:openstack/murano+branch:master+topic:bp/mock-context-manager,n,z | 14:06 |
katyafervent | kzaitsev_mb, Nikolay_St StanLagun please review | 14:06 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano: Add OneOf smart type https://review.openstack.org/252951 | 14:06 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano: Add MockContextManager https://review.openstack.org/239681 | 14:06 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano: [mocking-machinery] Add inject YAQL functions https://review.openstack.org/252990 | 14:07 |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-apps: Add Pivotal Ops Manager app https://review.openstack.org/227151 | 14:14 |
*** ducttape_ has joined #murano | 14:14 | |
*** jesuspg has quit IRC | 14:21 | |
*** ducttape_ has quit IRC | 14:21 | |
openstackgerrit | Dmytro Dovbii proposed openstack/murano: Modify describe method of core-library networking classes https://review.openstack.org/253518 | 14:22 |
*** Nikolay_St has quit IRC | 14:22 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack/murano-agent: Replace stackforge with openstack https://review.openstack.org/253523 | 14:27 |
openstackgerrit | Victor Ryzhenkin proposed openstack/murano-deployment: Add murano plugin support to Murano CI https://review.openstack.org/253525 | 14:27 |
*** jesuspg has joined #murano | 14:38 | |
*** jesuspg has quit IRC | 14:42 | |
*** vahidh has joined #murano | 14:58 | |
*** ducttape_ has joined #murano | 15:02 | |
*** vahidh has quit IRC | 15:02 | |
*** kzaitsev_mb has quit IRC | 15:05 | |
*** klkumar has joined #murano | 15:11 | |
*** kzaitsev_mb has joined #murano | 15:11 | |
*** vgridnev has quit IRC | 15:39 | |
*** vgridnev has joined #murano | 15:40 | |
*** vahidh has joined #murano | 15:49 | |
*** raildo-afk is now known as raildo | 16:10 | |
*** raildo is now known as raildo-afk | 16:11 | |
*** raildo-afk is now known as raildo | 16:12 | |
*** vgridnev has quit IRC | 16:18 | |
openstackgerrit | Kirill Zaitsev proposed openstack/murano: WIP https://review.openstack.org/253259 | 16:45 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: WIP https://review.openstack.org/253257 | 16:46 |
-openstackstatus- NOTICE: The earlier JJB bug which disrupted tox-based job configurations has been reverted and applied; jobs seem to be running successfully for the past two hours. | 16:52 | |
*** Piet__ has joined #murano | 16:55 | |
*** vgridnev has joined #murano | 17:08 | |
*** vahidh has quit IRC | 17:18 | |
*** vahidh has joined #murano | 17:19 | |
*** vahidh has quit IRC | 17:20 | |
*** vahidh has joined #murano | 17:20 | |
openstackgerrit | Merged openstack/murano: [Admin Guide] Policy enforcement https://review.openstack.org/250464 | 17:24 |
*** katyafervent has quit IRC | 17:27 | |
*** kzaitsev_ws has quit IRC | 17:28 | |
*** kzaitsev_ws has joined #murano | 17:29 | |
*** yamamoto has joined #murano | 17:29 | |
*** yamamoto has quit IRC | 17:34 | |
*** vahidh has quit IRC | 17:35 | |
*** katyafervent has joined #murano | 17:36 | |
*** vahidh has joined #murano | 17:47 | |
*** vahidh has quit IRC | 17:51 | |
*** Piet__ has quit IRC | 18:06 | |
*** vahidh has joined #murano | 18:12 | |
*** vahidh has quit IRC | 18:14 | |
*** kzaitsev_mb has quit IRC | 18:21 | |
*** klkumar has quit IRC | 18:22 | |
*** enthurohini has joined #murano | 19:02 | |
*** Nikolay_St has joined #murano | 19:49 | |
*** enthurohini has quit IRC | 19:57 | |
*** vahidh has joined #murano | 20:20 | |
*** vahidh has quit IRC | 20:24 | |
*** ducttape_ has quit IRC | 20:32 | |
*** ducttape_ has joined #murano | 20:33 | |
*** kzaitsev_mb has joined #murano | 20:45 | |
*** jasonsb has quit IRC | 20:49 | |
*** raildo is now known as raildo-afk | 20:54 | |
*** vahidh has joined #murano | 20:56 | |
*** vahidh_ has joined #murano | 20:57 | |
*** vahidh has quit IRC | 21:01 | |
*** kzaitsev_mb has quit IRC | 21:18 | |
*** jasonsb has joined #murano | 21:26 | |
*** kzaitsev_mb has joined #murano | 21:30 | |
*** ducttape_ has quit IRC | 21:34 | |
*** kzaitsev_mb has quit IRC | 21:36 | |
*** kzaitsev_mb has joined #murano | 22:09 | |
*** kzaitsev_mb has quit IRC | 22:19 | |
*** kzaitsev_mb has joined #murano | 22:36 | |
*** jasonsb has quit IRC | 22:55 | |
*** ducttape_ has joined #murano | 23:28 | |
*** kzaitsev_mb has quit IRC | 23:32 | |
*** openstack has joined #murano | 23:36 | |
*** ducttape_ has quit IRC | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!