| *** odyssey4me has quit IRC | 00:35 | |
| *** odyssey4me has joined #openstack-glance | 00:35 | |
| *** masber has joined #openstack-glance | 00:37 | |
| *** zhurong has joined #openstack-glance | 00:37 | |
| *** zhurong has quit IRC | 01:01 | |
| *** aniketh has quit IRC | 01:28 | |
| *** germs has quit IRC | 02:11 | |
| *** germs has joined #openstack-glance | 02:11 | |
| *** germs has quit IRC | 02:11 | |
| *** germs has joined #openstack-glance | 02:11 | |
| *** masber has quit IRC | 02:21 | |
| *** dalgaaf has quit IRC | 02:39 | |
| *** dalgaaf has joined #openstack-glance | 02:41 | |
| *** masber has joined #openstack-glance | 03:17 | |
| *** zhurong has joined #openstack-glance | 03:37 | |
| *** pooja_jadhav has joined #openstack-glance | 03:45 | |
| *** rcernin has quit IRC | 03:55 | |
| *** rcernin has joined #openstack-glance | 03:55 | |
| *** abhishekk has joined #openstack-glance | 04:00 | |
| *** abhishekk is now known as akekane|wfh | 04:00 | |
| *** akekane|wfh is now known as abhishekk | 04:00 | |
| *** ratailor has joined #openstack-glance | 04:01 | |
| *** bhagyashris has joined #openstack-glance | 04:01 | |
| *** pdeore has joined #openstack-glance | 04:07 | |
| *** udesale has joined #openstack-glance | 04:35 | |
| *** zhurong has quit IRC | 04:42 | |
| *** masber has quit IRC | 04:47 | |
| *** tshefi_ has quit IRC | 04:47 | |
| *** gyankum has joined #openstack-glance | 04:49 | |
| *** masber has joined #openstack-glance | 04:49 | |
| *** links has joined #openstack-glance | 06:19 | |
| *** AlexeyAbashkin has joined #openstack-glance | 06:19 | |
| *** AlexeyAbashkin has quit IRC | 06:24 | |
| *** mosulica has joined #openstack-glance | 06:41 | |
| *** masber has quit IRC | 06:41 | |
| *** afaranha has joined #openstack-glance | 06:59 | |
| *** tshefi_ has joined #openstack-glance | 07:00 | |
| *** tshefi_ has quit IRC | 07:06 | |
| *** tshefi has joined #openstack-glance | 07:07 | |
| *** pcaruana has joined #openstack-glance | 07:08 | |
| *** rcernin has quit IRC | 07:10 | |
| *** tesseract has joined #openstack-glance | 07:23 | |
| *** MattMan has quit IRC | 07:29 | |
| *** MattMan has joined #openstack-glance | 07:29 | |
| *** dhellmann has quit IRC | 07:41 | |
| *** AlexeyAbashkin has joined #openstack-glance | 07:50 | |
| *** abhishekk has quit IRC | 07:51 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/glance master: Updated from global requirements https://review.openstack.org/556394 | 08:02 |
|---|---|---|
| openstackgerrit | OpenStack Proposal Bot proposed openstack/glance_store master: Updated from global requirements https://review.openstack.org/555555 | 08:02 |
| *** masber has joined #openstack-glance | 08:09 | |
| *** danpawlik has joined #openstack-glance | 08:17 | |
| *** abhishekk has joined #openstack-glance | 08:28 | |
| *** abhishekk has quit IRC | 08:29 | |
| *** abhishekk has joined #openstack-glance | 08:29 | |
| *** alexchadin has joined #openstack-glance | 08:40 | |
| *** aniketh has joined #openstack-glance | 08:41 | |
| *** abhishekk has quit IRC | 08:42 | |
| *** masber has quit IRC | 08:54 | |
| *** masber has joined #openstack-glance | 08:57 | |
| *** abhishekk has joined #openstack-glance | 08:58 | |
| *** abhishekk has quit IRC | 08:59 | |
| *** abhishekk has joined #openstack-glance | 08:59 | |
| *** masber has quit IRC | 09:02 | |
| *** masber has joined #openstack-glance | 09:03 | |
| *** finucannot is now known as stephenfin | 09:03 | |
| *** btully has joined #openstack-glance | 09:06 | |
| *** udesale_ has joined #openstack-glance | 09:10 | |
| *** udesale has quit IRC | 09:10 | |
| *** abhishekk_ has joined #openstack-glance | 09:13 | |
| *** udesale_ has quit IRC | 09:15 | |
| *** abhishekk has quit IRC | 09:15 | |
| *** udesale has joined #openstack-glance | 09:16 | |
| *** btully has quit IRC | 09:26 | |
| *** dhellmann has joined #openstack-glance | 09:31 | |
| *** zhurong has joined #openstack-glance | 09:37 | |
| *** masber has quit IRC | 09:38 | |
| *** gyankum has quit IRC | 10:01 | |
| *** alexchadin has quit IRC | 10:03 | |
| *** abhishekk_ has quit IRC | 10:36 | |
| *** alexchadin has joined #openstack-glance | 10:50 | |
| *** ishu has joined #openstack-glance | 10:52 | |
| *** ernesto has joined #openstack-glance | 10:54 | |
| *** alexchad_ has joined #openstack-glance | 10:56 | |
| *** alexchadin has quit IRC | 10:56 | |
| *** bhagyashris has quit IRC | 11:01 | |
| ernesto | hello | 11:04 |
| ernesto | I use python-glanceclient v2.9.1. I have an image with property {"a": "b"}. By trying to remove property "a", and set a new property with the same value (e.g.: {"g": "b"}) an error is returned: 400 Bad Request: Invalid operation: `move`. It must be one of the following: add, remove, replace. (HTTP 400) | 11:04 |
| ernesto | Call is made with glance_client.images.update(image.id, remove_props=remove_props, **props), where remove_props=['a'] and props={"g": "b} | 11:04 |
| ernesto | does anyone know why? | 11:04 |
| *** ishu1 has joined #openstack-glance | 11:05 | |
| *** ishu has quit IRC | 11:07 | |
| *** AlexeyAbashkin has quit IRC | 11:14 | |
| *** bhagyashris has joined #openstack-glance | 11:25 | |
| *** zhurong has quit IRC | 11:27 | |
| *** AlexeyAbashkin has joined #openstack-glance | 11:29 | |
| *** pdeore has quit IRC | 11:30 | |
| *** dtantsur|afk is now known as dtantsur | 11:37 | |
| *** alexchad_ has quit IRC | 12:07 | |
| *** edmondsw has joined #openstack-glance | 12:13 | |
| *** ratailor has quit IRC | 12:26 | |
| *** ratailor has joined #openstack-glance | 12:26 | |
| *** belmoreira has joined #openstack-glance | 12:28 | |
| *** ratailor has quit IRC | 12:30 | |
| *** odyssey4me has quit IRC | 12:47 | |
| *** odyssey4me has joined #openstack-glance | 12:47 | |
| *** dtantsur is now known as dtantsur|brb | 12:49 | |
| *** hoonetorg has quit IRC | 12:49 | |
| openstackgerrit | Nguyen Hai proposed openstack/python-glanceclient master: Follow the new PTI for document build https://review.openstack.org/530434 | 12:52 |
| *** hoonetorg has joined #openstack-glance | 13:06 | |
| *** ernesto has quit IRC | 13:29 | |
| *** belmorei_ has joined #openstack-glance | 13:31 | |
| *** belmoreira has quit IRC | 13:33 | |
| *** masuberu has joined #openstack-glance | 13:45 | |
| *** mvk has quit IRC | 13:51 | |
| *** udesale has quit IRC | 13:53 | |
| *** udesale has joined #openstack-glance | 13:55 | |
| *** knylander has joined #openstack-glance | 13:56 | |
| *** jistr is now known as jistr|mtg | 14:02 | |
| *** ishu_ has joined #openstack-glance | 14:03 | |
| *** ishu_ has quit IRC | 14:04 | |
| *** ishu1 has quit IRC | 14:07 | |
| *** r-daneel has joined #openstack-glance | 14:10 | |
| *** masuberu has quit IRC | 14:12 | |
| *** masuberu has joined #openstack-glance | 14:12 | |
| *** dtantsur|brb is now known as dtantsur | 14:15 | |
| *** mvk has joined #openstack-glance | 14:24 | |
| *** jistr|mtg is now known as jistr | 14:27 | |
| *** links has quit IRC | 14:32 | |
| *** markvoelker_ has joined #openstack-glance | 14:34 | |
| *** markvoelker has quit IRC | 14:35 | |
| *** rosmaita has joined #openstack-glance | 14:36 | |
| *** markvoelker has joined #openstack-glance | 14:37 | |
| *** markvoelker_ has quit IRC | 14:39 | |
| prometheanfire | can a second glance core review this please (been sitting for a while) https://review.openstack.org/550759 | 14:43 |
| rosmaita | prometheanfire: done | 14:48 |
| *** mosulica has quit IRC | 14:48 | |
| prometheanfire | thanks :D | 14:49 |
| openstackgerrit | Merged openstack/glance_store master: Updated from global requirements https://review.openstack.org/555555 | 14:53 |
| *** gcb has joined #openstack-glance | 14:54 | |
| *** germs has quit IRC | 15:00 | |
| *** danpawlik has quit IRC | 15:12 | |
| *** pcaruana has quit IRC | 15:18 | |
| *** imacdonn has joined #openstack-glance | 15:26 | |
| *** tshefi has quit IRC | 15:38 | |
| *** afaranha has quit IRC | 15:43 | |
| *** knylande_ has joined #openstack-glance | 15:47 | |
| *** knylander has quit IRC | 15:49 | |
| openstackgerrit | Merged openstack/glance master: Updated from global requirements https://review.openstack.org/556394 | 15:55 |
| *** weshay has quit IRC | 15:57 | |
| *** belmorei_ has quit IRC | 15:59 | |
| *** weshay has joined #openstack-glance | 16:02 | |
| *** gcb has quit IRC | 16:03 | |
| openstackgerrit | Merged openstack/python-glanceclient master: Remove usage of ordereddict https://review.openstack.org/550759 | 16:10 |
| *** udesale has quit IRC | 16:17 | |
| *** udesale has joined #openstack-glance | 16:17 | |
| *** masuberu has quit IRC | 16:18 | |
| openstackgerrit | Brian Rosmaita proposed openstack/glance-specs master: Add spec to fix OSSN-0075 https://review.openstack.org/468179 | 16:27 |
| *** gyee has joined #openstack-glance | 16:27 | |
| openstackgerrit | Brian Rosmaita proposed openstack/glance-specs master: Add spec to mitigate OSSN-0075 https://review.openstack.org/468179 | 16:28 |
| *** masuberu has joined #openstack-glance | 16:31 | |
| *** udesale has quit IRC | 16:35 | |
| *** germs has joined #openstack-glance | 16:36 | |
| *** germs has quit IRC | 16:36 | |
| *** germs has joined #openstack-glance | 16:36 | |
| *** tshefi has joined #openstack-glance | 16:38 | |
| *** germs has quit IRC | 16:41 | |
| *** pcaruana has joined #openstack-glance | 16:44 | |
| *** masuberu has quit IRC | 17:07 | |
| *** AlexeyAbashkin has quit IRC | 17:15 | |
| *** dtantsur is now known as dtantsur|afk | 17:15 | |
| *** szaher has joined #openstack-glance | 17:25 | |
| *** r-daneel has quit IRC | 17:43 | |
| *** r-daneel has joined #openstack-glance | 17:50 | |
| *** mvk has quit IRC | 18:04 | |
| *** tesseract has quit IRC | 18:10 | |
| *** mvk has joined #openstack-glance | 18:32 | |
| *** germs has joined #openstack-glance | 18:37 | |
| *** germs has quit IRC | 18:42 | |
| *** AlexeyAbashkin has joined #openstack-glance | 18:42 | |
| *** pcaruana has quit IRC | 18:46 | |
| *** AlexeyAbashkin has quit IRC | 18:54 | |
| openstackgerrit | Brian Rosmaita proposed openstack/python-glanceclient master: Make image-import fail faster https://review.openstack.org/556292 | 19:07 |
| *** AlexeyAbashkin has joined #openstack-glance | 19:14 | |
| *** AlexeyAbashkin has quit IRC | 19:18 | |
| *** tshefi has quit IRC | 19:20 | |
| *** Supun has joined #openstack-glance | 19:30 | |
| *** harlowja has joined #openstack-glance | 19:37 | |
| *** danpawlik has joined #openstack-glance | 19:51 | |
| *** EmilienM has quit IRC | 19:57 | |
| *** EmilienM has joined #openstack-glance | 19:59 | |
| *** aniketh has quit IRC | 20:04 | |
| *** r-daneel has quit IRC | 20:21 | |
| *** edmondsw has quit IRC | 20:21 | |
| *** r-daneel has joined #openstack-glance | 20:22 | |
| *** prometheanfire has left #openstack-glance | 20:35 | |
| *** germs has joined #openstack-glance | 20:38 | |
| *** germs has quit IRC | 20:38 | |
| *** germs has joined #openstack-glance | 20:38 | |
| *** germs has quit IRC | 20:42 | |
| *** edmondsw has joined #openstack-glance | 20:47 | |
| *** edmondsw has quit IRC | 21:05 | |
| *** knylande_ has quit IRC | 21:08 | |
| *** edmondsw has joined #openstack-glance | 21:08 | |
| *** edmondsw has quit IRC | 21:26 | |
| *** Supun has quit IRC | 21:36 | |
| *** AlexeyAbashkin has joined #openstack-glance | 22:12 | |
| *** AlexeyAbashkin has quit IRC | 22:16 | |
| *** rcernin has joined #openstack-glance | 22:20 | |
| *** ChanServ changes topic to "OpenStack Glance" | 22:33 | |
| *** ChanServ changes topic to "OpenStack Glance | priorities: http://lists.openstack.org/pipermail/openstack-dev/2018-March/128739.html" | 22:33 | |
| *** ChanServ changes topic to "OpenStack Glance | priorities: http://lists.openstack.org/pipermail/openstack-dev/2018-March/128739.html | logs at http://eavesdrop.openstack.org/irclogs/%23openstack-glance/" | 22:33 | |
| *** rosmaita has quit IRC | 22:38 | |
| *** germs has joined #openstack-glance | 22:38 | |
| *** germs has quit IRC | 22:38 | |
| *** germs has joined #openstack-glance | 22:38 | |
| *** germs has quit IRC | 22:43 | |
| openstackgerrit | Brian Rosmaita proposed openstack/glance-specs master: Add release dates to Rocky priorities page https://review.openstack.org/556678 | 23:10 |
| *** r-daneel has quit IRC | 23:10 | |
| *** AlexeyAbashkin has joined #openstack-glance | 23:12 | |
| *** danpawlik has quit IRC | 23:16 | |
| *** AlexeyAbashkin has quit IRC | 23:16 | |
| *** germs has joined #openstack-glance | 23:51 | |
| *** germs has quit IRC | 23:51 | |
| *** germs has joined #openstack-glance | 23:51 | |
| *** germs has quit IRC | 23:57 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!