*** yamamoto has joined #murano | 00:01 | |
*** kzaitsev_mb has quit IRC | 00:26 | |
*** sumanth has quit IRC | 00:33 | |
*** yamamoto has quit IRC | 01:08 | |
*** stan_lagun has joined #murano | 01:22 | |
*** slagun has quit IRC | 01:25 | |
*** Nikolay_St has quit IRC | 01:33 | |
*** Nikolay_St has joined #murano | 01:34 | |
*** yamamoto has joined #murano | 02:09 | |
*** yamamoto has quit IRC | 02:13 | |
*** stanchan has joined #murano | 02:13 | |
*** yamamoto has joined #murano | 03:17 | |
*** osoriano has quit IRC | 04:10 | |
*** osoriano has joined #murano | 04:35 | |
*** prefer has joined #murano | 04:54 | |
*** Nikolay_St has quit IRC | 04:55 | |
*** mdih has joined #murano | 04:55 | |
mdih | hello, tried to setup murano with devstack, and i got this following error :( oslo_messaging.server.MessageHandlingServer object at 0x7f48f2d86e90> must an instance of <class 'oslo_service.service.ServiceBase | 04:55 |
---|---|---|
mdih | ops | 04:55 |
mdih | pasted it here: http://paste.openstack.org/raw/475394/ | 04:55 |
mdih | uhm not sure if which library i was not able to install or configure | 04:56 |
mdih | by the way this happens when murano-api or murano-engine is started | 04:59 |
*** ByPasS has quit IRC | 05:03 | |
*** ByPasS has joined #murano | 05:08 | |
openstackgerrit | Olga Gusarenko proposed openstack/murano: [Intro] Architecture section editing and rewording https://review.openstack.org/230380 | 06:20 |
openstackgerrit | Olga Gusarenko proposed openstack/murano: [Intro] Architecture and use cases sections editing and rewording https://review.openstack.org/230380 | 06:44 |
*** tlashchova has joined #murano | 06:56 | |
*** sergmelikyan has joined #murano | 07:13 | |
*** sergmelikyan has quit IRC | 07:23 | |
*** Nikolay_St has joined #murano | 07:30 | |
*** sergmelikyan has joined #murano | 07:33 | |
openstackgerrit | Merged openstack/murano: Updated from global requirements https://review.openstack.org/231053 | 07:47 |
*** stan_lagun has quit IRC | 07:47 | |
*** stan_lagun has joined #murano | 07:47 | |
*** sergmelikyan has quit IRC | 07:53 | |
openstackgerrit | Merged openstack/murano-dashboard: Updated from global requirements https://review.openstack.org/231054 | 07:56 |
katyafervent | mdih, hi! | 08:16 |
katyafervent | are you using the latest version of devstack? | 08:16 |
*** stan_lagun has quit IRC | 08:23 | |
*** StanLagun has joined #murano | 08:26 | |
*** pradiprwt has joined #murano | 08:28 | |
*** StanLagun has quit IRC | 08:30 | |
*** sergmelikyan has joined #murano | 08:37 | |
*** prefer has quit IRC | 08:42 | |
*** kzaitsev_mb has joined #murano | 08:56 | |
*** kzaitsev_mb has quit IRC | 09:15 | |
mdih | hello katyafervent, sorry late reply, uhm kilo branch | 09:15 |
katyafervent | freerunner, have you test devstack on kilo recently? | 09:17 |
openstackgerrit | Sergii Turivnyi proposed openstack/python-muranoclient: Add more tests for env-templates and packages List of changes: https://review.openstack.org/215628 | 09:20 |
*** sergmelikyan has quit IRC | 09:21 | |
pradiprwt | katyafervent : hi | 09:34 |
pradiprwt | katyafervent : how to add password type to murano app UI without validation and password re conformation ..??? | 09:41 |
katyafervent | pradiprwt, hi | 09:42 |
katyafervent | pradiprwt, just use charfield instead of passwordfield | 09:42 |
pradiprwt | katyafervent : but inputs will visible ..!! | 09:43 |
katyafervent | yes | 09:44 |
*** mdih has quit IRC | 09:44 | |
pradiprwt | some of field i don't want to be visible .. | 09:44 |
*** mdih has joined #murano | 09:45 | |
pradiprwt | katyafervent: and i am using devstack kilo , you wan't any info...?? | 09:48 |
openstackgerrit | Stan Lagun proposed openstack/murano-apps: [Kubernetes] Action to scale Pod up/down https://review.openstack.org/231394 | 09:49 |
*** exploreshaifali has joined #murano | 09:52 | |
*** sergmelikyan has joined #murano | 09:52 | |
*** kzaitsev_mb has joined #murano | 10:08 | |
*** kzaitsev1ws is now known as kzaitsev_ws | 10:15 | |
freerunner | katyafervent: mdih: Hey, folks! I will take a look ;) | 10:17 |
mdih | thanks freerunner and katyafervent | 10:18 |
*** kzaitsev_mb has quit IRC | 10:29 | |
openstackgerrit | Merged openstack/murano: [Intro] Architecture and use cases sections editing and rewording https://review.openstack.org/230380 | 10:38 |
openstackgerrit | Merged openstack/murano-dashboard: Honor 'acquired_by' sessions for environments https://review.openstack.org/229533 | 10:38 |
*** yamamoto has quit IRC | 10:43 | |
*** kzaitsev_mb has joined #murano | 10:48 | |
Nikolay_St | kzaitsev_mb: katyafervent: do we really need curl request to be logged? https://github.com/openstack/python-muranoclient/blob/master/muranoclient/common/http.py#L82 | 10:58 |
kzaitsev_mb | I believe we do | 10:58 |
kzaitsev_mb | why not? | 10:58 |
Nikolay_St | kzaitsev_mb: what for?) | 10:58 |
kzaitsev_mb | to know which requests your app made | 10:58 |
kzaitsev_mb | more logs > less logs | 10:59 |
Nikolay_St | oooookay | 11:00 |
kzaitsev_mb | every client logs them | 11:00 |
kzaitsev_mb | https://github.com/openstack/python-novaclient/blob/0a327ce3752736dbc91535355b05fc09a43c7110/novaclient/openstack/common/apiclient/client.py#L116 | 11:00 |
kzaitsev_mb | see | 11:00 |
kzaitsev_mb | why should we be any different? | 11:00 |
kzaitsev_mb | or rather https://github.com/openstack/python-heatclient/blob/6c4d183f6eee902a01f671fc66f9a79d83ffbb87/heatclient/common/http.py#L105 | 11:02 |
kzaitsev_mb | nova seem to log only for DEBUG, while heat logs for everything | 11:03 |
Nikolay_St | kzaitsev_mb: you win. please, stop before FATALITY :D | 11:03 |
kzaitsev_mb | =) | 11:03 |
kzaitsev_mb | neutron doesn't log unless debug. So this looks like an pattern | 11:06 |
kzaitsev_mb | ok, so nova and neutron do not log unless debug. heat and glance log always =) | 11:08 |
kzaitsev_mb | I don't know what we should do =) | 11:08 |
*** sticky_piston has joined #murano | 11:38 | |
sticky_piston | kzaitsev_ws: are you therE? | 11:39 |
kzaitsev_mb | yep | 11:39 |
sticky_piston | im tec_com, rmmbr me? xD | 11:39 |
kzaitsev_mb | i'm on meeting, so might reply slow | 11:40 |
kzaitsev_mb | yep, sure ) | 11:40 |
sticky_piston | im still having the same problem :8 | 11:40 |
kzaitsev_mb | have you tried registering murano in keystone? | 11:40 |
sticky_piston | how can i do it? | 11:40 |
sticky_piston | i have been searching it but i cant understand how to do it | 11:41 |
kzaitsev_mb | https://review.openstack.org/#/c/229374/ | 11:42 |
kzaitsev_mb | keystone endpoint-create --region RegionOne --service-id <MURANO-SERVICE-ID> --publicurl http: | 11:42 |
kzaitsev_mb | or similar | 11:42 |
sticky_piston | how can i know what is the murano-service-id? | 11:44 |
kzaitsev_mb | keystone service-create --name murano --type application_catalog --description "Application Cat | 11:45 |
kzaitsev_mb | alog for OpenStack" | 11:45 |
kzaitsev_mb | the commit has it all ;) | 11:45 |
sticky_piston | Authorization Failed: The resource could not be found. (HTTP 404) (Request-ID: req-c6124cee-f2b0-4d0f-ade6-bf873223e33a) | 11:46 |
kzaitsev_mb | after which operation? | 11:47 |
sticky_piston | root@controller:~# keystone service-create --name murano --type application_catalog --description "Application Catalog fo OpenStack" | 11:47 |
kzaitsev_mb | wow | 11:48 |
openstackgerrit | Nikolay Starodubtsev proposed openstack/python-muranoclient: Hide token id in logs https://review.openstack.org/231435 | 11:48 |
kzaitsev_mb | your OS_AUTH_URL is definitelly off | 11:50 |
sticky_piston | yes... i think its the real problem | 11:50 |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano-dashboard: Hide token id in logs https://review.openstack.org/231437 | 11:52 |
openstackgerrit | Alexey Khivin proposed openstack/murano: MuranoPL logging tutorial added https://review.openstack.org/230600 | 12:14 |
pradiprwt | how to call a method in yaml according to boolean vale ...???? | 12:15 |
openstackgerrit | Alexey Khivin proposed openstack/murano: MuranoPL logging tutorial added https://review.openstack.org/230600 | 12:15 |
*** exploreshaifali has quit IRC | 12:17 | |
openstackgerrit | Ekaterina Chernova proposed openstack/murano: [docs] Add commands to register murano in Keystone https://review.openstack.org/229374 | 12:18 |
katyafervent | pradiprwt, just add an if close | 12:25 |
openstackgerrit | Alexey Khivin proposed openstack/murano: MuranoPL logging tutorial added https://review.openstack.org/230600 | 12:26 |
openstackgerrit | Alexey Khivin proposed openstack/murano: MuranoPL logging tutorial added https://review.openstack.org/230600 | 12:28 |
*** pradiprwt has quit IRC | 12:34 | |
openstackgerrit | Merged openstack/murano-dashboard: Fix package no attribute version error https://review.openstack.org/230789 | 12:40 |
*** kzaitsev_mb has quit IRC | 12:42 | |
openstackgerrit | Merged openstack/murano-dashboard: Fix links on env details package in case of packages absence https://review.openstack.org/229491 | 12:43 |
*** mdih has quit IRC | 12:56 | |
*** mdih has joined #murano | 12:57 | |
*** sticky_piston has quit IRC | 12:59 | |
*** kzaitsev_mb has joined #murano | 13:03 | |
openstackgerrit | Alexey Khivin proposed openstack/murano: MuranoPL logging tutorial added https://review.openstack.org/230600 | 13:14 |
*** raildo-afk is now known as raildo | 13:15 | |
Nikolay_St | freerunner: what murano use in devstack now? /murano/devstack/plugin.sh or files from contirb/devstack? | 13:15 |
openstackgerrit | zhu.rong proposed openstack/murano-dashboard: Make non-admin user package Tenant Name more clear https://review.openstack.org/230790 | 13:16 |
freerunner | Nikolay_St: in what branch? | 13:16 |
Nikolay_St | freerunner: in master | 13:16 |
freerunner | Nikolay_St: master, ofc | 13:17 |
freerunner | Nikolay_St: In devstack on gates we still using libs | 13:18 |
freerunner | Nikolay_St: But for local installation, I recommend to use plugin | 13:18 |
freerunner | Nikolay_St: 'Simple way' ;) | 13:18 |
Nikolay_St | freerunner: ok) | 13:19 |
Nikolay_St | freerunner: and how can I specify local repo to clone murano from? | 13:20 |
Nikolay_St | enable_plugin murano https://github.com/openstack/murano | 13:20 |
Nikolay_St | freerunner: is "enable_plugin murano /<path_to_murano>/murano/.git" good enough? | 13:21 |
Nikolay_St | freerunner: that's enough | 13:23 |
freerunner | Nikolay_St: Your changes affects plugin? | 13:24 |
Nikolay_St | yeap | 13:24 |
Nikolay_St | freerunner: yeap | 13:24 |
Nikolay_St | freerunner: I try to run murano-cfapi in devstack | 13:24 |
freerunner | Nikolay_St: I suggest you to upload changes into gerrit. I would like to take a look ;) | 13:27 |
Nikolay_St | freerunner: I know, but I'd like to test it in local environment first | 13:27 |
Nikolay_St | freerunner: but I think if you have time it will increase speed of creation :D | 13:28 |
freerunner | Nikolay_St: huh =) I have a little bit of time for you =) | 13:28 |
Nikolay_St | freerunner: how cute are you :D | 13:29 |
Nikolay_St | *you are | 13:29 |
Nikolay_St | :D | 13:29 |
freerunner | ;D | 13:29 |
*** vgridnev has joined #murano | 13:39 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: {WIP} Add murano service broker in devstack installation https://review.openstack.org/231481 | 13:44 |
Nikolay_St | freerunner: https://review.openstack.org/#/c/231481/ here is the change | 13:46 |
freerunner | Nikolay_St: Thanks =) | 13:47 |
freerunner | Nikolay_St: This one LGTM. | 13:49 |
freerunner | Nikolay_St: Have CF broker any config opts? | 13:49 |
Nikolay_St | freerunner: yeap | 13:57 |
Nikolay_St | freerunner: I have some problems with that, really | 13:58 |
*** yamamoto has joined #murano | 13:59 | |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-dashboard: Use iso time filter for time occurrences https://review.openstack.org/231492 | 14:00 |
*** enthurohini has joined #murano | 14:01 | |
freerunner | Nikolay_St: I will help you with it. | 14:04 |
freerunner | Nikolay_St: This is quite simply to do =) | 14:05 |
Nikolay_St | freerunner: thanks) | 14:05 |
*** LimorStotland has joined #murano | 14:08 | |
*** stanchan has quit IRC | 14:15 | |
*** enthurohini has quit IRC | 14:35 | |
*** vgridnev has quit IRC | 14:41 | |
*** vgridnev has joined #murano | 14:42 | |
*** enthurohini has joined #murano | 14:47 | |
openstackgerrit | Maria Zlatkova proposed openstack/murano: [Murano Docs] Application topology https://review.openstack.org/231532 | 15:03 |
openstackgerrit | Nikolay Starodubtsev proposed openstack/python-muranoclient: Hide token id in logs https://review.openstack.org/231435 | 15:04 |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano-dashboard: Hide token id in logs https://review.openstack.org/231437 | 15:05 |
freerunner | mdih: Hey! | 15:25 |
freerunner | mdih: Are you here? I've successfully deployed murano kilo using devstack! | 15:25 |
freerunner | mdih: Can u tell me, what steps you perform to deploy? | 15:26 |
mdih | @freerunner, hello, hmm were the other services enabled? | 15:27 |
mdih | oh nvm, doesn't matter i guess | 15:27 |
freerunner | freerunner: One moment, I'll share with you my localrc | 15:28 |
mdih | freerunner: hmm may i ask what would be the correct flag to use in setting the correct branch? | 15:28 |
freerunner | mdih: Actually, branches is correct by default for corresponding branches. | 15:29 |
mdih | freerunner: i was using this one hehe, though am not sure exactly if this is correct: MURANO_PYTHONCLIENT_BRANCH, MURANO_BRANCH and MURANO_DASHBOARD_BRANCH | 15:29 |
mdih | freerunner: oh | 15:30 |
freerunner | mdih: This is correct variables, but I'm not sure, that you need to use it. | 15:30 |
mdih | freerunner: ahh, so if let say if the devstack ill be using is kilo, by default murano will be using the kilo version as well? | 15:31 |
mdih | freerunner: actually, at first i didn't set any, but got an error, and when tracing the output, it was getting from master | 15:31 |
mdih | freerunner: so i added those flags to fix it | 15:31 |
freerunner | mdih: Yup! | 15:32 |
freerunner | mdih: This is not exactly right. | 15:32 |
freerunner | mdih: You need to use libs from murano kilo | 15:32 |
freerunner | mdih: We have some critical changes in master and liberty branches. | 15:33 |
freerunner | mdih: So, you need to "git clone https://github.com/openstack/murano -b stable/kilo" | 15:33 |
mdih | freerunner: ahh, okay i surely am missing something since its working when you tried it hehe | 15:33 |
freerunner | mdih: And get libs and extras.d from "contrib/devstack" to devstack/libs and devstack/extras.d respectively | 15:34 |
mdih | freerunner: one more thing, i also installed ceph for radosgw, since i was using it as for an object-store backend instaed of swift, just for testing purposes | 15:34 |
mdih | freerunner: will that have any impact? | 15:34 |
freerunner | mdih: Nope, it shouldn't. | 15:35 |
*** sergmelikyan has quit IRC | 15:35 | |
mdih | freerunner: cool thanks, ill just re-do the setup, probably tomorrow, my net is kinda crappy as of the moment | 15:35 |
*** sergmelikyan has joined #murano | 15:35 | |
mdih | freerunner: thanks a lot by the way | 15:35 |
freerunner | mdih: Okay! So, let me know, if you need help again =) | 15:36 |
*** vgridnev has quit IRC | 15:36 | |
freerunner | mdih: btw, there is my localrc http://paste.openstack.org/show/475489/ | 15:36 |
mdih | freerunner: okay hehe, if it still okay that is hehe, anyway ill also keep you guys updated in case ill encounter any prob | 15:36 |
mdih | freerunner: cool, this will surely help a lot | 15:36 |
freerunner | mdih: you're welcome =) | 15:39 |
*** sergmelikyan has quit IRC | 15:46 | |
*** Nikolay_St has quit IRC | 15:54 | |
*** tlashchova has quit IRC | 15:58 | |
katyafervent | Please review https://review.openstack.org/229374 | 16:25 |
katyafervent | and https://review.openstack.org/229516 | 16:25 |
mdih | woot, coincidentally i was looking for a how to in integrating it with keystone haha | 16:27 |
mdih | thansk katyafervent | 16:27 |
katyafervent | mdih, http://docs-draft.openstack.org/74/229374/6/check/gate-murano-docs/834c3ec//doc/build/html/install/manual.html#register-in-keystone | 16:28 |
katyafervent | you are welcome) docs are pre-built in the corresponding job | 16:29 |
mdih | katyafervent: cool, hmm a quick question though, no need to set a role? | 16:31 |
katyafervent | no, no special role | 16:33 |
katyafervent | sometimes in UI 'admin' role is checked, it sets automatically | 16:33 |
mdih | katyafervent: ahh thanks thanks | 16:34 |
*** enthurohini has quit IRC | 16:37 | |
*** vgridnev has joined #murano | 16:38 | |
*** vbel has joined #murano | 16:47 | |
vbel | hi everyone, I am trying to create sample app thru horizon. After getting to dialog "configure application" I go step by step but it always returns me back to step 1 | 16:49 |
vbel | is it a known issue? | 16:49 |
*** Nikolay_St has joined #murano | 16:50 | |
ddovbii | vbel, hi! What version of Murano do you use? At least I recommend you to clear cookies and try again | 16:51 |
vbel | stable/kilo | 16:51 |
ddovbii | yeah. it's a known issue in kilo | 16:52 |
vbel | ddovbii: do we have a bug in lauchpad? | 16:53 |
vbel | Mirantis 7.0 is liberty based? How do they manage to go thru it? | 16:55 |
vbel | maybe there is a workaround they use.. | 16:56 |
ddovbii | katyafervent: we fixed this issue in kilo. Am I right? | 16:56 |
*** katyafervent2 has joined #murano | 17:00 | |
vbel | I am checking one more time with cleaned history/cookies | 17:02 |
*** yamamoto has quit IRC | 17:03 | |
vbel | the same thing, stable/kilo of murano-dashboard and murano, returning me back to step 1 in 'Configure Application' | 17:14 |
*** katyafervent2 has quit IRC | 17:14 | |
ddovbii | vbel: Does your application have a complex structure and a large number of steps? | 17:16 |
*** akuznetsova has quit IRC | 17:16 | |
vbel | 2 steps, simple telnet, also tried 3 step mysql server | 17:16 |
openstackgerrit | Sergey Kreys proposed openstack/murano-apps: Added app for MS Exchange Server 2013 https://review.openstack.org/231607 | 17:17 |
ddovbii | well, root of issue in another thing... Any errors in logs? | 17:18 |
vbel | ddovbii: no errors in log, no activity actually while doing the dialog answers | 17:20 |
vbel | other stuff worked well like importing packages and making environment | 17:20 |
*** katyafervent2 has joined #murano | 17:20 | |
*** akuznetsova has joined #murano | 17:23 | |
ddovbii | vbel: it's really strange. please report bug with logs from dashboard and murano-api | 17:23 |
vbel | ddovbii: thanks for your time! | 17:24 |
ddovbii | try to use another browser :) | 17:24 |
vbel | will report | 17:24 |
ddovbii | but I think this will not make a trick ;) | 17:25 |
*** raildo is now known as raildo-afk | 17:26 | |
*** stanchan has joined #murano | 17:30 | |
*** katyafervent2 has quit IRC | 17:38 | |
*** raildo-afk is now known as raildo | 17:43 | |
*** exploreshaifali has joined #murano | 17:50 | |
*** yamamoto has joined #murano | 18:03 | |
*** vgridnev has quit IRC | 18:05 | |
*** vgridnev has joined #murano | 18:07 | |
*** yamamoto has quit IRC | 18:08 | |
*** kzaitsev_mb has quit IRC | 18:13 | |
*** kzaitsev_mb has joined #murano | 18:16 | |
openstackgerrit | Victor Ryzhenkin proposed openstack/murano-deployment: Murano CI: add new jobs and refactored scripts https://review.openstack.org/187577 | 18:27 |
*** Tween has quit IRC | 18:46 | |
*** kzaitsev_mb has quit IRC | 19:09 | |
openstackgerrit | Olivier Lemasle proposed openstack/murano-apps: Update readme with new paths for Chef/Puppet apps https://review.openstack.org/231666 | 19:16 |
openstackgerrit | Victor Ryzhenkin proposed openstack/murano: Add dependent application test https://review.openstack.org/229537 | 19:25 |
*** exploreshaifali has quit IRC | 19:40 | |
*** kzaitsev_mb has joined #murano | 20:08 | |
mdih | katyafervent: by the way, regarding my question the other day, about omitting the id when adding application to an environment. It worked an i was even able to deploy the application :) | 20:16 |
mdih | katyafervent: but the prob is, when i tried to check it in the dashboard, theres an error in the application catalog section :( | 20:18 |
mdih | so guess the id is required then? or at least it is checked somehow by the dashboard? | 20:18 |
kzaitsev_mb | mdih: we had a couple of similar discussions this week =) | 20:19 |
kzaitsev_mb | we decided, that it would be better to consider it required | 20:19 |
kzaitsev_mb | some things would work without it, some wouldn't =) | 20:20 |
mdih | kzaitsev_mb: ahh thanks for the info :), by the way what would be the algo in generating the id? seems like its a hash of something | 20:22 |
kzaitsev_mb | I've always thought it's a uuid | 20:23 |
kzaitsev_mb | btw do you deploy via API or CLI? | 20:23 |
mdih | kzaitsev_mb: waaaaaah, no wonder it looks familiar, i thought its a hash of something that has something to do with its corresponding environment | 20:25 |
mdih | haha thanks kzaitsev_mb :) | 20:25 |
mdih | ahh via api btw | 20:25 |
kzaitsev_mb | oh, ok | 20:25 |
mdih | also tried with cli :) | 20:25 |
kzaitsev_mb | CLI has ability to substitute ===id1=== with a UUID =) | 20:26 |
kzaitsev_mb | so that you do not have to generate them by hand | 20:26 |
kzaitsev_mb | I'm finishing docs on that feature =) plan to commit tomorrow | 20:27 |
kzaitsev_mb | if you're interested — I'll ping you when they'll be ready | 20:27 |
mdih | kzaitsev_mb: weee, cool, thanks thanks, good thing i asked, i tried to check the code but my nose started to bleed haha, need to learn python asap :D | 20:27 |
kzaitsev_mb | k, will do then =) | 20:28 |
mdih | kzaitsev_mb: ahh its okay, no need to ping me, you might be busy hehe..anyway thanks for the info again | 20:30 |
kzaitsev_mb | no worries — the patch would probably be under review for a couple of days anyway. Would be nice if you would review it too, as you're the direct user of the feature ;) | 20:31 |
*** akuznetsova has quit IRC | 20:43 | |
*** mdih has quit IRC | 20:43 | |
*** zigo has quit IRC | 20:43 | |
*** akuznetsova has joined #murano | 20:46 | |
*** mdih has joined #murano | 20:46 | |
*** zigo has joined #murano | 20:46 | |
mdih | thanks again kzaitsev_mb :) | 20:47 |
mdih | freerunner: btw, able to successfully installed devstack kilo with murano | 20:47 |
mdih | freerunner: will try to do it again with other servivces maybe like neutron and telemetry (ceilometer) they are not enabled by default ibelieve if im not mistaken | 20:49 |
mdih | maybe sometime next week | 20:49 |
mdih | oh stand corrected, neutron has already been enabled.. | 20:51 |
*** kzaitsev_mb has quit IRC | 20:59 | |
*** raildo is now known as raildo-afk | 21:09 | |
*** kzaitsev_mb has joined #murano | 21:13 | |
*** kzaitsev_mb has quit IRC | 21:28 | |
*** vgridnev has quit IRC | 21:29 | |
freerunner | mdih: Cool =) Good luck with it ;) | 21:29 |
*** kzaitsev_mb has joined #murano | 21:50 | |
*** stanchan has quit IRC | 22:03 | |
*** yamamoto has joined #murano | 23:40 | |
*** yamamoto has quit IRC | 23:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!