*** ducttape_ has quit IRC | 00:06 | |
*** ducttape_ has joined #murano | 00:07 | |
*** jasonsb has joined #murano | 00:12 | |
*** ducttape_ has quit IRC | 00:15 | |
*** ducttape_ has joined #murano | 00:23 | |
*** ducttape_ has quit IRC | 00:41 | |
*** zhurong has joined #murano | 02:07 | |
openstackgerrit | zhurong proposed openstack/murano-dashboard: Change LOG.warn to LOG.warning https://review.openstack.org/263006 | 02:17 |
---|---|---|
openstackgerrit | zhurong proposed openstack/murano: Change LOG.warn to LOG.warning https://review.openstack.org/263007 | 02:17 |
openstackgerrit | zhurong proposed openstack/python-muranoclient: Change LOG.warn to LOG.warning https://review.openstack.org/263008 | 02:20 |
*** Liuqing has joined #murano | 02:46 | |
*** enthurohini has joined #murano | 04:31 | |
*** enthurohini has quit IRC | 05:23 | |
*** samuelBartel has joined #murano | 08:18 | |
*** kodokuu has joined #murano | 08:34 | |
kodokuu | Hi all, have a good new year :) | 08:36 |
kodokuu | It's normal if murano delete all meta-data of my image when I delete murano metadata ?? | 08:38 |
kodokuu | katyafervent ping | 08:41 |
ddovbii | kodokuu, hi! I don't understand you. please clarify what exactly you are doing | 08:52 |
kodokuu | ddovbii I use metadata on my image (no murano metadata) | 08:55 |
kodokuu | When I add and delete murano metadata, all metadata on my glance image are deleted | 08:55 |
kodokuu | I guess it's a bug | 08:56 |
kodokuu | I use Kilo/stable | 08:56 |
ddovbii | kodokuu, yeah, it's strange ( could you please report a bug? | 08:56 |
kodokuu | yes | 08:57 |
*** kzaitsev_mb has joined #murano | 09:04 | |
kodokuu | ddovbii https://bugs.launchpad.net/murano/+bug/1385717 | 09:25 |
openstack | Launchpad bug 1385717 in Murano juno "Murano removes all options/parameters from the images" [Medium,Fix released] - Assigned to Serg Melikyan (smelikyan) | 09:25 |
kodokuu | Already bug fix | 09:25 |
kodokuu | ddovbii hum ok this bug is when we add murano metadata | 09:30 |
kodokuu | But I have again bug when I remove metadata | 09:30 |
*** openstackgerrit has quit IRC | 10:02 | |
*** openstackgerrit has joined #murano | 10:02 | |
ddovbii | kodokuu, could you check that you have corresponding fixes? | 10:06 |
*** Liuqing has quit IRC | 10:08 | |
*** zhurong has quit IRC | 10:10 | |
*** kzaitsev_mb has quit IRC | 10:19 | |
kodokuu | ddovbii I have commit from previous bug (fix when we add metadata from murano) | 10:19 |
kodokuu | My bug is an other bug | 10:19 |
ddovbii | so, please report it | 10:20 |
kodokuu | I have | 10:21 |
kodokuu | https://bugs.launchpad.net/murano/+bug/1530801 | 10:21 |
openstack | Launchpad bug 1530801 in Murano "[Dashboard] Murano remove all metadata on glance image" [Undecided,New] | 10:21 |
ddovbii | thank you! I'm going to reproduce it on master first | 10:22 |
*** kzaitsev_mb has joined #murano | 10:40 | |
kzaitsev_mb | kodokuu: ddovbii I believe this can be the case | 10:42 |
kzaitsev_mb | after all murano sets it's own metadata | 10:43 |
kzaitsev_mb | kodokuu: which version of murano are you using again? =) | 10:44 |
kodokuu | Stable Kilo | 10:44 |
kzaitsev_mb | and when does it happen? | 10:44 |
kzaitsev_mb | dashboard? | 10:44 |
kodokuu | dashboard | 10:44 |
kodokuu | When I delete image tags, all metadata of my glance image are deleted | 10:45 |
kodokuu | like my vmware metadata | 10:45 |
kzaitsev_mb | I see, during deletion | 10:48 |
kodokuu | yes | 10:48 |
kzaitsev_mb | wonder how dashboard handles deletion | 10:48 |
kzaitsev_mb | don't see a function there.. | 10:48 |
kodokuu | class RemoveImageMetadata | 10:49 |
kodokuu | in /usr/lib/python2.7/site-packages/muranodashboard/images/tables.py | 10:49 |
kodokuu | murano call glance client with glance.image_update(request, obj_id,purge_props='murano_image_info') | 10:50 |
kodokuu | But all metadata are deleted | 10:50 |
kzaitsev_mb | yep, does seem like dashboard is attempting to do it right | 10:51 |
kodokuu | that's why I add my glance version | 10:52 |
kodokuu | maybe glance bug ? | 10:52 |
kzaitsev_mb | nah, seems like a murano bug after all | 10:53 |
kzaitsev_mb | https://github.com/openstack/python-glanceclient/blob/master/glanceclient/v1/images.py#L343-L346 | 10:54 |
kzaitsev_mb | don't know who ever thought that you can pass a string there and why... | 10:54 |
kodokuu | yes purge_props is bool ? | 10:55 |
kzaitsev_mb | even if you could it should've been a list, I guess. or some sort of iterable | 10:55 |
kzaitsev_mb | have you filed a bug already? | 10:56 |
kzaitsev_mb | the chances, that we'll backport it in s/kilo are somewhat thin. but this'll definitelly get to s/liberty | 10:57 |
kodokuu | yes no pb for commit in liberty, I think I'll can add manual commit | 11:00 |
kzaitsev_mb | yeah, should be pretty straightforward =) | 11:00 |
kzaitsev_mb | so, have you filed a bug? =) | 11:00 |
kzaitsev_mb | sorry, I might have missed some of the conversation you had before with ddovbii =) | 11:01 |
kodokuu | Yes I create bug | 11:01 |
kodokuu | https://bugs.launchpad.net/murano/+bug/1530801 | 11:01 |
openstack | Launchpad bug 1530801 in Murano "[Dashboard] Murano remove all metadata on glance image" [Undecided,New] | 11:01 |
kodokuu | and ddovbii will try to reproduce bug on master branch | 11:01 |
kodokuu | I'll bb, time to lunch :) | 11:02 |
*** Liuqing has joined #murano | 11:15 | |
*** kzaitsev_mb has quit IRC | 11:16 | |
*** enthurohini has joined #murano | 11:22 | |
*** kzaitsev_mb has joined #murano | 11:48 | |
*** kzaitsev_mb has quit IRC | 11:53 | |
*** kzaitsev_mb has joined #murano | 12:04 | |
*** zhurong has joined #murano | 12:06 | |
*** kzaitsev_mb has quit IRC | 12:12 | |
*** gangadhar has joined #murano | 12:25 | |
*** Liuqing has quit IRC | 12:29 | |
*** raildo-afk is now known as raildo | 12:36 | |
*** ducttape_ has joined #murano | 13:07 | |
*** kzaitsev_mb has joined #murano | 13:08 | |
*** ducttape_ has quit IRC | 13:29 | |
*** kzaitsev_mb has quit IRC | 13:42 | |
*** zhurong has quit IRC | 13:49 | |
*** zhurong has joined #murano | 13:52 | |
*** zhurong has quit IRC | 14:00 | |
*** zhurong has joined #murano | 14:04 | |
*** zhurong has quit IRC | 14:16 | |
*** kzaitsev_mb has joined #murano | 14:38 | |
*** ducttape_ has joined #murano | 14:57 | |
enthurohini | kzaitsev_mb, hi | 15:07 |
enthurohini | kzaitsev_mb, for openstack-client support, i go through the doc http://docs.openstack.org/developer/python-openstackclient/plugins.html and also looked at other projects to get more insights. Here is the example of sahara project https://review.openstack.org/#/c/204540/. I want to discuss some points with you. | 15:11 |
*** kzaitsev_mb has quit IRC | 15:12 | |
kodokuu | ddovbii Re, did you have time for test my bug ? | 15:12 |
*** sergmelikyan has joined #murano | 15:25 | |
*** mragupat has joined #murano | 15:30 | |
ddovbii | kodokuu, sorry, not yet | 15:38 |
ddovbii | enthurohini, kzaitsev_ws is new year holiday now. not sure that the answer will be fast | 15:43 |
enthurohini | ddovbii, thanks for updates. | 15:44 |
kodokuu | very strange, I make io.core in public | 15:56 |
kodokuu | but if I deploy a shared package, I have NoPackageForClassFound: Package for class io.murano.Environment is not found | 15:56 |
kodokuu | Deploy in the tenant where io.murano is deploy works but if I deploy in other tenant, no works | 15:57 |
*** sergmelikyan has quit IRC | 16:00 | |
*** sergmelikyan has joined #murano | 16:02 | |
kodokuu | we can't share a library type ? | 16:02 |
ddovbii | kodokuu, no, we can. Could you share your policy.json file to paste.openstack.org? | 16:05 |
kodokuu | yes | 16:05 |
kodokuu | http://paste.openstack.org/show/482954/ | 16:06 |
*** kzaitsev_mb has joined #murano | 16:08 | |
kodokuu | ddovbii maybe "manage_public_package": "rule:admin_api", ? | 16:13 |
*** kzaitsev_mb has quit IRC | 16:13 | |
ddovbii | kodokuu, i believe it's for editing | 16:13 |
kodokuu | y me too | 16:14 |
kodokuu | in log I can see a policy check in failed state | 16:14 |
kodokuu | I can't see* | 16:14 |
ddovbii | =( | 16:18 |
kodokuu | ddovbii http://paste.openstack.org/show/482955/ | 16:21 |
kodokuu | I change all my policy in rule:default but always no works :/ | 16:23 |
*** alraddarla has joined #murano | 16:26 | |
*** srwilkers has joined #murano | 16:27 | |
*** sergmelikyan has quit IRC | 16:32 | |
*** sergmelikyan has joined #murano | 16:38 | |
ddovbii | kodokuu, https://bugs.launchpad.net/murano/+bug/1452942 | 16:39 |
openstack | Launchpad bug 1452942 in Murano "If user is member in tenant, he can not deploy any app because Core Library unavailable" [Critical,Fix released] - Assigned to Kirill Zaitsev (kzaitsev) | 16:39 |
alraddarla | Going to start working on this bug: https://bugs.launchpad.net/murano/+bug/1514756 ....does anyone know if I should replace every instance of 'tenant' with 'project' within the doc folder? | 16:40 |
openstack | Launchpad bug 1514756 in Murano "Murano still uses the term tenant in multiple places" [Low,Confirmed] - Assigned to Darla Ahlert (da741q) | 16:40 |
ddovbii | kodokuu, if i understand correctly, you have the same bug. Do you have the fix, which is provided in the bug? | 16:42 |
*** mragupat has quit IRC | 16:49 | |
*** mragupat has joined #murano | 16:50 | |
*** vahidh has joined #murano | 16:50 | |
*** kzaitsev_mb has joined #murano | 17:09 | |
*** vahidh has quit IRC | 17:12 | |
*** kzaitsev_mb has quit IRC | 17:14 | |
*** samuelBartel has quit IRC | 17:18 | |
*** vahidh has joined #murano | 17:18 | |
*** kzaitsev_mb has joined #murano | 17:27 | |
*** vahidh has quit IRC | 17:29 | |
*** vahidh has joined #murano | 17:38 | |
*** vahidh has quit IRC | 17:43 | |
*** vahidh has joined #murano | 17:46 | |
*** kzaitsev_mb has quit IRC | 17:59 | |
*** vahidh has quit IRC | 17:59 | |
*** vahidh has joined #murano | 18:01 | |
*** mragupat has quit IRC | 18:05 | |
*** mragupat has joined #murano | 18:06 | |
*** mragupat has quit IRC | 18:08 | |
*** jasonsb has quit IRC | 18:08 | |
*** mragupat has joined #murano | 18:08 | |
*** vgridnev has joined #murano | 18:11 | |
*** vahidh has quit IRC | 18:14 | |
*** vahidh has joined #murano | 18:15 | |
*** raildo is now known as raildo-afk | 18:20 | |
*** vahidh has quit IRC | 18:29 | |
*** vahidh has joined #murano | 18:30 | |
*** openstackgerrit has quit IRC | 18:32 | |
*** openstackgerrit has joined #murano | 18:32 | |
*** vahidh has quit IRC | 18:44 | |
*** vahidh has joined #murano | 18:46 | |
*** raildo-afk is now known as raildo | 18:46 | |
*** kzaitsev_mb has joined #murano | 18:56 | |
openstackgerrit | Merged openstack/murano-agent: Replace unicode with six.text_type https://review.openstack.org/262200 | 18:56 |
*** vahidh has quit IRC | 19:01 | |
openstackgerrit | Merged openstack/murano-agent: py26 is no longer supported by Infra's CI https://review.openstack.org/261676 | 19:02 |
*** vahidh has joined #murano | 19:02 | |
*** enthurohini has quit IRC | 19:09 | |
*** jfluhmann has joined #murano | 19:12 | |
openstackgerrit | Merged openstack/python-muranoclient: Delete the special character in README.rst https://review.openstack.org/262405 | 19:13 |
*** openstackstatus has quit IRC | 19:20 | |
openstackgerrit | Merged openstack/python-muranoclient: Updated from global requirements https://review.openstack.org/262918 | 19:21 |
*** openstackstatus has joined #murano | 19:21 | |
*** ChanServ sets mode: +v openstackstatus | 19:21 | |
openstackgerrit | Merged openstack/murano-dashboard: Add i18n trans tag for strings in template file https://review.openstack.org/262412 | 19:25 |
openstackgerrit | Merged openstack/murano-dashboard: Delete the special character in README.rst https://review.openstack.org/262406 | 19:25 |
openstackgerrit | Merged openstack/murano: Updated from global requirements https://review.openstack.org/262901 | 19:25 |
openstackgerrit | Merged openstack/murano-dashboard: Updated from global requirements https://review.openstack.org/262903 | 19:26 |
openstackgerrit | Merged openstack/murano: Replace unicode with six.text_type https://review.openstack.org/261902 | 19:26 |
openstackgerrit | Merged openstack/murano: Drop MANIFEST.in - it's not needed with PBR https://review.openstack.org/261163 | 19:29 |
*** kzaitsev_mb has quit IRC | 19:30 | |
openstackgerrit | Merged openstack/python-muranoclient: Change LOG.warn to LOG.warning https://review.openstack.org/263008 | 19:33 |
openstackgerrit | Merged openstack/murano-dashboard: Drop MANIFEST.in - it's not needed with PBR. https://review.openstack.org/261167 | 19:39 |
openstackgerrit | Merged openstack/murano: Add tagging fuctionality for heat stacks https://review.openstack.org/258661 | 19:40 |
openstackgerrit | Merged openstack/murano-dashboard: Update application_catalog to application-catalog https://review.openstack.org/262687 | 19:45 |
openstackgerrit | Merged openstack/murano-dashboard: Change LOG.warn to LOG.warning https://review.openstack.org/263006 | 19:45 |
*** kzaitsev_mb has joined #murano | 20:07 | |
*** vgridnev has quit IRC | 20:30 | |
*** kzaitsev_mb has quit IRC | 20:33 | |
*** alraddarla has quit IRC | 20:43 | |
*** raildo is now known as raildo-afk | 20:51 | |
*** srwilkers has quit IRC | 21:42 | |
*** mragupat_ has joined #murano | 21:58 | |
*** mragupat has quit IRC | 22:01 | |
*** alraddarla has joined #murano | 22:30 | |
*** sergmelikyan has quit IRC | 22:35 | |
*** mragupat_ has quit IRC | 22:59 | |
*** kzaitsev_mb has joined #murano | 23:09 | |
*** alraddarla has left #murano | 23:47 | |
*** ducttape_ has quit IRC | 23:50 | |
*** stanchan has joined #murano | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!