*** yamamoto has joined #murano | 00:17 | |
*** yamamoto has quit IRC | 00:53 | |
*** jfluhmann has joined #murano | 00:57 | |
*** mdih has quit IRC | 00:57 | |
*** kzaitsev_mb has quit IRC | 01:12 | |
*** jfluhmann has quit IRC | 01:34 | |
*** yamamoto has joined #murano | 01:36 | |
*** yamamoto has quit IRC | 01:53 | |
*** jfluhmann has joined #murano | 02:00 | |
*** kzaitsev_mb has joined #murano | 02:10 | |
*** kumar has joined #murano | 02:15 | |
*** mdih has joined #murano | 02:18 | |
*** yamamoto has joined #murano | 02:19 | |
*** yamamoto has quit IRC | 02:21 | |
*** kzaitsev_mb has quit IRC | 02:35 | |
*** yamamoto has joined #murano | 03:02 | |
*** kzaitsev_mb has joined #murano | 03:32 | |
*** kzaitsev_mb has quit IRC | 03:37 | |
*** Nikolay_St has quit IRC | 04:02 | |
*** kumar has quit IRC | 04:25 | |
*** kzaitsev_mb has joined #murano | 04:34 | |
*** kzaitsev_mb has quit IRC | 04:39 | |
*** kzaitsev_mb has joined #murano | 05:35 | |
*** kzaitsev_mb has quit IRC | 05:40 | |
*** mdih has quit IRC | 06:17 | |
*** maniram has joined #murano | 06:24 | |
maniram | hi guys.. | 06:24 |
---|---|---|
*** tec_com has quit IRC | 06:31 | |
*** kzaitsev_mb has joined #murano | 06:36 | |
*** kzaitsev_mb has quit IRC | 06:41 | |
*** gangaec has quit IRC | 06:44 | |
*** vgridnev has joined #murano | 06:48 | |
maniram | Guys I'm getting this error "Error: Package creation failed.Reason: Can't find Package name from repository." | 06:51 |
maniram | can anybody help me ...!!! | 06:51 |
*** tec_com has joined #murano | 06:58 | |
*** pradiprwt has joined #murano | 07:07 | |
ddovbii | mahiram: hi! | 07:09 |
ddovbii | when did you get this error? when you tried to upload package? | 07:10 |
pradiprwt | hi all, I need some help from Murano application development in UI. | 07:11 |
ddovbii | pradiprwt: hi! | 07:13 |
ddovbii | will try to help | 07:13 |
pradiprwt | ddovbii : thanks, first i need input field such as password but i don't want validation and two fields ... It should normal like when we login to horizon.. | 07:15 |
maniram | hi ddovbii .. | 07:15 |
maniram | I am getting that error on uploading the package through murano dashboard using repository name as option | 07:17 |
pradiprwt | Is there any type for text box which will hide inputs | 07:17 |
ddovbii | pradiprwt: I think you can try to use widgetMedia for this. but not sure | 07:18 |
maniram | the other two methods(file and url) are working fine. | 07:18 |
ddovbii | maniram: what package are you trying to upload? | 07:19 |
maniram | io.murano.apps.apache.ApacheHttpServer | 07:20 |
*** zhurong has joined #murano | 07:20 | |
pradiprwt | I am not that much familiar with UI , can you provide me any sample for same..?? | 07:21 |
ddovbii | guys, I'm trying to research | 07:32 |
maniram | Thank you so much ddovbii | 07:36 |
*** kzaitsev_mb has joined #murano | 07:37 | |
*** pradiprwt has quit IRC | 07:41 | |
*** kzaitsev_mb has quit IRC | 07:42 | |
ddovbii | maniram, did you set some value to MURANO_REPO_URL env variable? | 07:42 |
*** tlashchova has joined #murano | 07:44 | |
*** mgershen has joined #murano | 07:45 | |
maniram | No ... | 07:46 |
maniram | I followed this http://murano.readthedocs.org/en/latest/install/manual.html | 07:46 |
*** Nikolay_St has joined #murano | 07:49 | |
ddovbii | maniram, do you have the same thing with bundles? for example try to upload bundle 'app-servers' | 07:56 |
*** vgridnev has quit IRC | 07:57 | |
maniram | yes :( Error: Bundle creation failed.Reason: Can't find Bundle name from repository. | 07:57 |
maniram | I tried your suggestion of manually setting up the MURANO_REPO_URL value on murano dashboard's local_settings.py and the result is same | 07:59 |
ddovbii | please provide full path to local_settings.py | 08:01 |
maniram | ~/murano/horizon/openstack_dashboard/local/local_settings.py | 08:03 |
ddovbii | ok | 08:04 |
ddovbii | thanks | 08:04 |
*** sergmelikyan has joined #murano | 08:04 | |
maniram | I guess MURANO_REPO_URL is optional and used if we want to fectch packages from a different repo to http://apps.openstack.org/ | 08:07 |
ddovbii | maniram: did you install murano from master? | 08:07 |
*** mdih has joined #murano | 08:08 | |
*** mdih has quit IRC | 08:08 | |
*** vgridnev has joined #murano | 08:08 | |
ddovbii | maniram: you are right. if it's not specified storage.apps.openstack.org will be used | 08:08 |
*** mdih has joined #murano | 08:08 | |
maniram | ddovbii: This is the repo mentioned on the installation guide git://git.openstack.org/openstack/murano | 08:10 |
*** pradiprwt has joined #murano | 08:12 | |
ddovbii | maniram: did you install murano from master? | 08:12 |
ddovbii | ok, thanks. Well, i suggest to report a bug for this at least | 08:13 |
*** pradiprwt has quit IRC | 08:13 | |
*** pradiprwt has joined #murano | 08:14 | |
maniram | Ok let me report a bug | 08:15 |
*** pradiprwt has quit IRC | 08:15 | |
ddovbii | pradiprwt: looks like it can be done only by creating corresponding css and js files and placing them to static directory. But lets wait other opinions from our dashboard specialists =) | 08:22 |
maniram | ddovbii: I solved the problem temporarily by setting up the value MURANO_API_URL = 'http://storage.apps.openstack.org' :-) :-) | 08:24 |
maniram | ddovbii: Thank you sooo much for helping me out... | 08:26 |
*** mdih has quit IRC | 08:37 | |
*** kzaitsev_mb has joined #murano | 08:38 | |
maniram | ddovbii: MURANO_REPO_URL and not MURANO_API_URL | 08:39 |
*** kzaitsev_mb has quit IRC | 08:43 | |
ddovbii | maniram: the root of the problem is in this commit https://github.com/openstack/murano-dashboard/commit/3b7f048f5b705055849707210d16b10a5ff44b6e We reconfigure dashboard to support different versions of packages, but app.catalog still works only with old link | 08:49 |
maniram | yup.. i also figured it out just now | 08:50 |
ddovbii | maniram: have you already reported bug for this issue? | 08:54 |
*** sergmelikyan has quit IRC | 08:57 | |
*** sergmelikyan has joined #murano | 08:57 | |
*** mdih has joined #murano | 08:58 | |
*** mdih has quit IRC | 08:58 | |
*** mdih has joined #murano | 08:59 | |
*** mdih has joined #murano | 09:00 | |
*** sergmelikyan has quit IRC | 09:02 | |
maniram | ddovbii: yes | 09:02 |
*** vgridnev has quit IRC | 09:03 | |
openstackgerrit | Merged openstack/python-muranoclient: Hide token id in logs https://review.openstack.org/231435 | 09:04 |
*** kzaitsev_mb has joined #murano | 09:06 | |
openstackgerrit | Merged openstack/murano-dashboard: Hide token id in logs https://review.openstack.org/231437 | 09:13 |
*** kzaitsev_mb has quit IRC | 09:17 | |
*** sergmelikyan has joined #murano | 09:18 | |
ddovbii | maniram: could you please show link? | 09:24 |
*** kzaitsev_mb has joined #murano | 09:24 | |
*** mdih has quit IRC | 09:29 | |
*** pradiprwt has joined #murano | 09:29 | |
vbel | good morning / evening everyone. I have posted a bug https://bugs.launchpad.net/fuel/+bug/1503613 - don't have any idea why I fail to run an app and it returns me to the same step 1 when configuring it. Thanks for any hints. Tried Firefox and Chrome, cleaned cookies .. | 09:29 |
openstack | Launchpad bug 1503613 in Fuel for OpenStack "murano dashboard configure application always returns to step 1" [Undecided,New] | 09:29 |
*** pradiprwt has quit IRC | 09:32 | |
*** pradiprw_ has joined #murano | 09:34 | |
kzaitsev_mb | vbel: hi | 09:39 |
kzaitsev_mb | looks like a bug and a serios one | 09:39 |
vbel | kzaitsev_mb: hi | 09:39 |
kzaitsev_mb | I know how to fix it — parsing of the url seems wrong | 09:40 |
kzaitsev_mb | will do so later today. Is it ok, if I take the bug from you? | 09:40 |
vbel | kzaitsev_mb: sure, thank you! | 09:40 |
katyafervent | vbel, hi | 09:40 |
vbel | katyafervent: hi | 09:41 |
katyafervent | please, try to configure database as session backend | 09:41 |
katyafervent | http://murano.readthedocs.org/en/latest/install/manual.html#install-murano-dashboard | 09:41 |
katyafervent | vbel, take a look at item #6 | 09:41 |
kzaitsev_mb | oh wait | 09:41 |
kzaitsev_mb | I was thinking about different bug | 09:42 |
kzaitsev_mb | sry =) | 09:42 |
vbel | katyafervent: will try now | 09:42 |
kzaitsev_mb | maniram: hi | 09:42 |
katyafervent | vbel, let me know the result | 09:43 |
kzaitsev_mb | is it ok if I take https://bugs.launchpad.net/murano/+bug/1503593 from you? | 09:43 |
openstack | Launchpad bug 1503593 in murano ""Error: Package creation failed.Reason: Can't find Package name from repository."" [High,New] - Assigned to Kirill Zaitsev (kzaitsev) | 09:43 |
kzaitsev_mb | maniram: I've already done that (sorry), but would like to ensure, that you're ok with that | 09:43 |
katyafervent | kzaitsev_mb, https://review.openstack.org/#/c/230961/ CI passes on juno, please review | 09:44 |
maniram | kzaitsev_mb: Done .. | 09:44 |
*** sergmelikyan has quit IRC | 09:45 | |
maniram | kzaitsev_mb: no problem.. | 09:45 |
vbel | katyafervent: is it ok I use v3 in OPENSTACK_KEYSTONE_URL | 09:47 |
katyafervent | vbel, well, it's better to use v2 | 09:48 |
vbel | katyafervent: ok, thanks | 09:48 |
katyafervent | v3 support is not fully tested | 09:48 |
*** kzaitsev_mb has quit IRC | 09:49 | |
*** enthurohini has joined #murano | 09:49 | |
enthurohini | katyafervent, are u there? | 09:50 |
katyafervent | enthurohini, hi! | 09:51 |
enthurohini | https://github.com/openstack/murano/blob/c9cc6a95a276f1acbaf08f632504e3a3f81e9b2b/meta/io.murano/Classes/Environment.yaml#L44, in this line i am not able to understand, where thw attribute `generatedEnvironmentNmae` is defined | 09:52 |
*** vgridnev has joined #murano | 09:52 | |
*** tlashchova has quit IRC | 09:53 | |
enthurohini | katyafervent, this attribute value is fetched using getAttr methid defined in object class, but not getting where this attribute is defined | 09:54 |
*** sergmelikyan has joined #murano | 09:55 | |
katyafervent | enthurohini, $. is the current context, in 44 line we checked if 'generatedEnvironmentName' is set in the current context | 09:57 |
openstackgerrit | Manikandan R proposed openstack/murano-dashboard: Changes MURANO_REPO_URL https://review.openstack.org/231911 | 09:57 |
enthurohini | katyafervent, where it is set down? | 09:58 |
katyafervent | well ,the actual check goes after 44 line, on the 44 line we assigned value from the current context to the local variable | 09:58 |
katyafervent | object model may contain that variable, if it's not - it will be generated | 09:59 |
katyafervent | in 47th line | 09:59 |
enthurohini | katyafervent, yes i understand it. but not getting from where the 'generatedEnvironmentName' value is coming? | 10:02 |
enthurohini | katyafervent, is it the value of name property of the current context? | 10:03 |
enthurohini | katyafervent, means, if 'generatedEnvironmentName' attributes' value is already setted down then from where this value is coming? | 10:05 |
katyafervent | it may be set, we are using getAttr to check | 10:06 |
enthurohini | katyafervent, yes it may be set but is it set either this file only or from anywhere else | 10:08 |
vbel | katyafervent: is it possible to use mysql for database in local_settings? I have added user/host/password but now it says no murano.django_session table. Wonder how to create it | 10:08 |
katyafervent | vbel, did you perform syncdb ? (it's on the instruction also) | 10:09 |
vbel | katyafervent: I see, yes, I should run it, thanks! | 10:09 |
katyafervent | enthurohini, engine creates current context regarding your input json - object model | 10:10 |
katyafervent | so yes, it's possible to set this variable in this json, but usually this value is generated automatically at 47th line | 10:11 |
*** LimorStotland has quit IRC | 10:11 | |
enthurohini | katyafervent, ok. now its clear to me. one more question, i have to take tag-list from user to tagging the stack, so this tag list will also be in input-json. right? | 10:13 |
vbel | katyafervent: wow, this worked!!!! so the solution to my problem is to use database for django session. I will continue testing. Thanks you! | 10:15 |
katyafervent | enthurohini, well, we discussed that use will provide tags in config file as I remember | 10:18 |
katyafervent | vbel, you are welcome. that's because horizon and murano saves way more that 4kb in cookies ans browser cookies are not able to save all that info | 10:20 |
enthurohini | katyafervent, yes. Thanks | 10:20 |
katyafervent | enthurohini, here is the example of muranoPl method witch access settings https://github.com/openstack/murano/blob/fc5082caf3fd7df3da814c536f43c94b827b08ae/murano/engine/system/net_explorer.py#L51 | 10:22 |
enthurohini | katyafervent, i will prepare the complete workflow soon and will send you to check whether i am having any wrong understanding. | 10:22 |
katyafervent | enthurohini, ok. you can add comments to blueprints to track blueprint discussion | 10:23 |
enthurohini | katyafervent, ok | 10:24 |
*** LimorStotland has joined #murano | 10:35 | |
*** sergmelikyan has quit IRC | 10:45 | |
*** pradiprw_ has quit IRC | 10:48 | |
*** mdih has joined #murano | 10:50 | |
*** kzaitsev_mb has joined #murano | 10:54 | |
kzaitsev_mb | maniram: cool, will fix this today ) | 10:54 |
maniram | kzaitsev_mb: :-} | 10:55 |
maniram | kzaitsev_mb: Is my solution is correct ??? I am a Newbie | 10:58 |
kzaitsev_mb | maniram: unfortunatelly not. | 10:58 |
kzaitsev_mb | the url is correct, it's just processed wrongly | 10:58 |
maniram | :( | 10:59 |
maniram | kzaitsev_mb: whatever It solved the problem at least in my setup ... Interested to see the fix :-) | 11:09 |
kzaitsev_mb | maniram: that is a bit strange, cause the url is currently correct. this https://review.openstack.org/#/c/224869/ commit ensures, that redirect would happen | 11:14 |
kzaitsev_mb | but dashboard composes the url wrongly as far as I see | 11:14 |
*** zhurong has quit IRC | 11:15 | |
*** yamamoto has quit IRC | 11:15 | |
*** zhurong has joined #murano | 11:15 | |
*** pradiprwt has joined #murano | 11:22 | |
*** sergmelikyan has joined #murano | 11:23 | |
openstackgerrit | Merged openstack/murano-apps: Update readme with new paths for Chef/Puppet apps https://review.openstack.org/231666 | 11:25 |
*** tec_com has quit IRC | 11:30 | |
openstackgerrit | Merged openstack/murano-specs: Glance Artifact Repository Support https://review.openstack.org/231038 | 11:32 |
*** mdih has quit IRC | 11:48 | |
*** enthurohini has quit IRC | 11:52 | |
*** yamamoto has joined #murano | 11:54 | |
openstackgerrit | Alexey Deryugin proposed openstack/murano-apps: Update DiskImage-Builder elements for Kubernetes App to v1.0.6 https://review.openstack.org/231050 | 11:55 |
*** sergmelikyan has quit IRC | 11:55 | |
*** pradiprwt has quit IRC | 11:56 | |
*** pradiprwt has joined #murano | 11:57 | |
openstackgerrit | Stan Lagun proposed openstack/murano-apps: [Kubernetes] Action to scale Pod up/down https://review.openstack.org/231394 | 11:57 |
*** sergmelikyan has joined #murano | 12:00 | |
openstackgerrit | Stan Lagun proposed openstack/murano-apps: Updated Docker and k8s DIB elements https://review.openstack.org/230894 | 12:01 |
openstackgerrit | Olivier Lemasle proposed openstack/murano: Customization of default_dns in Devstack https://review.openstack.org/231953 | 12:14 |
*** lawrancejing has joined #murano | 12:14 | |
*** yamamoto has quit IRC | 12:14 | |
maniram | kzaitsev_mb: I think the change you mentioned is for puppet-httpd and apache server | 12:15 |
kzaitsev_mb | maniram: for the app catalog, right | 12:15 |
*** vbel has quit IRC | 12:21 | |
openstackgerrit | Alexey Deryugin proposed openstack/murano-apps: Update DiskImage-Builder elements for Kubernetes App to v1.0.6 https://review.openstack.org/231050 | 12:26 |
*** kzaitsev_mb has quit IRC | 12:33 | |
*** jfluhmann has quit IRC | 12:36 | |
*** zhurong has quit IRC | 12:37 | |
*** zhurong has joined #murano | 12:38 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: Add murano service broker in devstack installation https://review.openstack.org/231481 | 12:42 |
*** yamamoto has joined #murano | 12:45 | |
*** sergmelikyan has quit IRC | 12:50 | |
*** raildo-afk is now known as raildo | 12:51 | |
openstackgerrit | Alexey Deryugin proposed openstack/murano-apps: Updated Docker and k8s DIB elements https://review.openstack.org/230894 | 12:52 |
openstackgerrit | Alexey Deryugin proposed openstack/murano-apps: Updated Docker and k8s DIB elements https://review.openstack.org/230894 | 12:54 |
*** pradiprwt has quit IRC | 12:54 | |
openstackgerrit | Merged openstack/murano-dashboard: Prevent key error on deployed app detail page https://review.openstack.org/230990 | 13:00 |
openstackgerrit | Merged openstack/murano: MuranoPL logging tutorial added https://review.openstack.org/230600 | 13:00 |
openstackgerrit | Merged openstack/murano-dashboard: Use iso time filter for time occurrences https://review.openstack.org/231492 | 13:00 |
*** sergmelikyan has joined #murano | 13:03 | |
*** kzaitsev_mb has joined #murano | 13:07 | |
openstackgerrit | Merged openstack/murano-apps: Updated Docker and k8s DIB elements https://review.openstack.org/230894 | 13:10 |
*** samuelBartel has quit IRC | 13:31 | |
*** samuelBartel has joined #murano | 13:31 | |
*** sergmelikyan has quit IRC | 13:32 | |
openstackgerrit | Olivier Lemasle proposed openstack/murano: Customization of default_dns in Devstack https://review.openstack.org/231953 | 13:38 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano: [Docs] Describe token expiration in troubleshooting https://review.openstack.org/231999 | 13:40 |
maniram | kzaitsev_mb: Hi .. please check this https://github.com/openstack/murano-dashboard/commit/3b7f048f5b705055849707210d16b10a5ff44b6e | 13:40 |
maniram | kzaitsev_mb: I think the url parser on muranodashboard/packages/views.py is working fine. | 13:40 |
kzaitsev_mb | no | 13:40 |
kzaitsev_mb | it's not | 13:40 |
kzaitsev_mb | I already know the error | 13:41 |
kzaitsev_mb | have you checked the logs? | 13:41 |
kzaitsev_mb | it's just that the problem is a bit deepre | 13:41 |
kzaitsev_mb | maniram: the problem is with the urlparse.urlsjoin removing part of the url | 13:42 |
kzaitsev_mb | I'll commit a fix in a second | 13:43 |
kzaitsev_mb | it's just that there has to be a fix in the client too, at least that's what I'm thinking right now.. | 13:43 |
maniram | kzaitsev_mb: oh ok.. | 13:45 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Use non-absolute url, when composing repository urls https://review.openstack.org/232004 | 13:47 |
kzaitsev_mb | maniram: see ^^^ | 13:47 |
kzaitsev_mb | this is half the fix though, as bundles would still not work as expected =( | 13:48 |
kzaitsev_mb | yours works for you, because storage.apps.openstack.org has a redirect, but the whole idea was to allow app catalog to separate kilo and liberty apps, because liberty apps would not work on murano-kilo | 13:51 |
kzaitsev_mb | untill app-catalog has a full-blown versioning support | 13:51 |
*** sergmelikyan has joined #murano | 13:52 | |
maniram | kzaitsev_mb: ok cool ... | 13:53 |
kzaitsev_mb | sry for being a bit harsh =) | 13:58 |
kzaitsev_mb | I also know, how to fix the bundles now... | 13:59 |
kzaitsev_mb | +) | 13:59 |
maniram | kzaitsev_mb: Harsh on whom ??? | 14:00 |
kzaitsev_mb | maniram: i think I might sound harsh and irritated =) | 14:00 |
*** Piet has joined #murano | 14:01 | |
maniram | kzaitsev_mb: I dont think so | 14:01 |
kzaitsev_mb | ok =) good to hear that =) | 14:02 |
kzaitsev_mb | The bug is actually very important and I should be fixed before L release and I have so many meetings today, that my head is about to explode ) | 14:03 |
maniram | kzaitsev_mb: Dont let it explode... :-p otherwise newbs like me will struggle a lot :) | 14:06 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Use non-absolute url, when composing repository urls https://review.openstack.org/232004 | 14:11 |
kzaitsev_mb | maniram: check ^^^ | 14:12 |
kzaitsev_mb | should work for both packages and bundles and would allow app-catalog to present different packages for liberty and kilo =) | 14:13 |
kzaitsev_mb | this whole repo thing is so underbaked, tbh =) | 14:14 |
kzaitsev_mb | hope we'll have time and opportunity to fix it in mitaka =) | 14:15 |
*** zhurong has quit IRC | 14:15 | |
*** zhurong has joined #murano | 14:16 | |
*** yamamoto has quit IRC | 14:29 | |
*** zhurong has quit IRC | 14:36 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: Initial commit for service broker documentation https://review.openstack.org/232038 | 14:40 |
*** tec_com has joined #murano | 14:42 | |
LimorStotland | hi all . when i environment in murano i get Table 'murano.cf_spaces' doesn't exist any of you know the problem? | 14:42 |
openstackgerrit | Merged openstack/murano-dashboard: Fix 'RemovedInDjango19Warning' in tox.ini https://review.openstack.org/230802 | 14:45 |
*** kzaitsev1mb has joined #murano | 14:47 | |
*** kzaitsev_mb has quit IRC | 14:49 | |
*** alejandrito has joined #murano | 14:57 | |
akuznetsova | Hi, Limor, could you please rephrase you question, cause I didn't get what you've done with environment? | 14:59 |
akuznetsova | LimorStotland, ^ | 14:59 |
LimorStotland | Thanks akuznetsova i think i found my problem .... i am missing some revision files :-) | 15:00 |
akuznetsova | LimorStotland, ok) | 15:01 |
*** sergmelikyan has quit IRC | 15:04 | |
*** sergmelikyan has joined #murano | 15:22 | |
*** vgridnev has quit IRC | 15:24 | |
*** tec_com has quit IRC | 15:27 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: Initial commit for service broker documentation https://review.openstack.org/232038 | 15:30 |
*** yamamoto has joined #murano | 15:30 | |
*** lawrancejing has quit IRC | 15:31 | |
*** lawrancejing has joined #murano | 15:32 | |
*** lawrancejing has quit IRC | 15:33 | |
*** yamamoto has quit IRC | 15:35 | |
openstackgerrit | Merged openstack/murano: Customization of default_dns in Devstack https://review.openstack.org/231953 | 15:38 |
lesage_o | can anyone help on where i should be troubleshooting this problem? | 15:41 |
lesage_o | 2015-10-07 14:59:11 — Error loading io.murano.Object: Error communicating with http://135.21.187.32:8082 HTTPConnectionPool(host='135.21.187.32', port=8082): Max retries exceeded with url: /v1/catalog/packages?class_name=io.murano.Object&limit=20 (Caused by <class 'httplib.BadStatusLine'>: '') | 15:41 |
openstackgerrit | Sergii Turivnyi proposed openstack/python-muranoclient: Add more tests for env-templates and packages https://review.openstack.org/215628 | 15:51 |
*** Nikolay_St has quit IRC | 15:56 | |
*** vgridnev has joined #murano | 16:03 | |
*** maniram has left #murano | 16:22 | |
*** maniram477 has joined #murano | 16:23 | |
*** sergmelikyan has quit IRC | 16:30 | |
openstackgerrit | Victor Ryzhenkin proposed openstack/murano: Replace deprecated tempest config option https://review.openstack.org/232103 | 16:54 |
*** exploreshaifali has joined #murano | 16:56 | |
*** vgridnev has quit IRC | 16:58 | |
*** vgridnev has joined #murano | 16:59 | |
*** Nikolay_St has joined #murano | 17:04 | |
*** vgridnev has quit IRC | 17:15 | |
*** vgridnev has joined #murano | 17:15 | |
*** vgridnev has quit IRC | 17:25 | |
*** vgridnev has joined #murano | 17:26 | |
*** vgridnev has quit IRC | 17:27 | |
*** Piet has quit IRC | 17:31 | |
*** jfluhmann has joined #murano | 17:35 | |
*** mgershen has quit IRC | 17:47 | |
*** raildo is now known as raildo-afk | 17:59 | |
*** raildo-afk is now known as raildo | 18:04 | |
*** kzaitsev1mb has quit IRC | 18:06 | |
*** sergmelikyan has joined #murano | 18:09 | |
*** sergmelikyan has quit IRC | 18:31 | |
*** vgridnev has joined #murano | 18:33 | |
*** sergmelikyan has joined #murano | 18:36 | |
*** sergmelikyan has quit IRC | 18:37 | |
*** sergmelikyan has joined #murano | 18:40 | |
*** vgridnev has quit IRC | 18:43 | |
*** Piet has joined #murano | 18:44 | |
*** vgridnev has joined #murano | 18:51 | |
*** vgridnev has quit IRC | 18:55 | |
*** ogelbukh has joined #murano | 19:01 | |
*** vgridnev has joined #murano | 19:02 | |
*** sergmelikyan has quit IRC | 19:27 | |
*** Piet has quit IRC | 19:30 | |
*** sergmelikyan has joined #murano | 19:38 | |
*** dhellmann has quit IRC | 19:47 | |
*** dhellmann has joined #murano | 19:47 | |
*** sergmelikyan has quit IRC | 20:04 | |
*** sergmelikyan has joined #murano | 20:09 | |
*** sergmelikyan has quit IRC | 20:10 | |
*** exploreshaifali has quit IRC | 20:39 | |
*** vgridnev has quit IRC | 21:08 | |
*** mdih has joined #murano | 21:08 | |
*** kzaitsev_mb has joined #murano | 21:35 | |
*** stanchan has joined #murano | 21:56 | |
*** sergmelikyan has joined #murano | 22:14 | |
*** sergmelikyan has quit IRC | 22:15 | |
*** stanchan has quit IRC | 22:51 | |
*** kzaitsev_mb has quit IRC | 23:00 | |
*** alejandrito has quit IRC | 23:04 | |
*** yamamoto has joined #murano | 23:21 | |
openstackgerrit | Vahid Hashemian proposed openstack/python-muranoclient: Create murano application archives from TOSCA CSAR archives https://review.openstack.org/232271 | 23:26 |
*** yamamoto has quit IRC | 23:33 | |
*** lawrancejing has joined #murano | 23:44 | |
*** lawrancejing has quit IRC | 23:44 | |
*** jfluhmann has quit IRC | 23:53 | |
*** lawrancejing has joined #murano | 23:54 | |
*** yamamoto has joined #murano | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!