| *** openstackgerrit has quit IRC | 00:41 | |
| *** openstackgerrit has joined #openstack-sahara | 00:44 | |
| *** hoonetorg has joined #openstack-sahara | 00:56 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/python-saharaclient stable/pike: Updated from global requirements https://review.openstack.org/505885 | 01:06 |
|---|---|---|
| *** dave-mccowan has joined #openstack-sahara | 01:22 | |
| *** shuyingya has joined #openstack-sahara | 01:29 | |
| *** dave-mcc_ has joined #openstack-sahara | 01:34 | |
| *** dave-mccowan has quit IRC | 01:35 | |
| *** caowei has joined #openstack-sahara | 01:42 | |
| *** shuyingy_ has joined #openstack-sahara | 02:08 | |
| *** shuyingya has quit IRC | 02:11 | |
| *** dave-mcc_ has quit IRC | 02:23 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/sahara master: Updated from global requirements https://review.openstack.org/505865 | 03:50 |
| openstackgerrit | Chenghui Yu proposed openstack/puppet-sahara master: Update to the latest address in README https://review.openstack.org/505967 | 04:30 |
| *** links has joined #openstack-sahara | 04:43 | |
| *** pcaruana has joined #openstack-sahara | 05:09 | |
| *** pgadiya has joined #openstack-sahara | 05:59 | |
| *** rcernin has joined #openstack-sahara | 06:28 | |
| *** anshul has joined #openstack-sahara | 06:48 | |
| *** pcaruana has quit IRC | 07:05 | |
| *** ChanServ sets mode: +o openstack | 07:15 | |
| *** tesseract has joined #openstack-sahara | 07:19 | |
| *** pcaruana has joined #openstack-sahara | 07:23 | |
| *** shuyingy_ has quit IRC | 07:50 | |
| *** shuyingya has joined #openstack-sahara | 07:51 | |
| *** shuyingy_ has joined #openstack-sahara | 07:59 | |
| *** shuyingya has quit IRC | 08:03 | |
| *** shuyingya has joined #openstack-sahara | 08:19 | |
| *** shuyingy_ has quit IRC | 08:20 | |
| *** pgadiya has quit IRC | 08:53 | |
| *** tosky has joined #openstack-sahara | 09:22 | |
| *** shuyingy_ has joined #openstack-sahara | 09:30 | |
| *** shuyingya has quit IRC | 09:33 | |
| *** shuyingy_ has quit IRC | 09:35 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/sahara-dashboard master: Imported Translations from Zanata https://review.openstack.org/505575 | 09:40 |
| *** tesseract has quit IRC | 09:41 | |
| *** tesseract has joined #openstack-sahara | 09:41 | |
| *** zemuvier has joined #openstack-sahara | 09:48 | |
| *** caowei has quit IRC | 10:18 | |
| *** chlong has joined #openstack-sahara | 11:52 | |
| *** dave-mccowan has joined #openstack-sahara | 12:09 | |
| openstackgerrit | Merged openstack/sahara-dashboard master: Imported Translations from Zanata https://review.openstack.org/505575 | 12:29 |
| *** abalutoiu has joined #openstack-sahara | 12:41 | |
| tellesnobrega | tosky, about the set_tags, I looked into api and looks like set_tags is not enforced | 12:52 |
| tosky | tellesnobrega: oh, ok; so it was an oversight of the first version of the conversion script? | 12:52 |
| tosky | tellesnobrega: or did we have the rule and it was not enforced? | 12:53 |
| tellesnobrega | not really, it is on the policy but it is not enforced on the api | 12:53 |
| tosky | uhm, so maybe we should keep it in the policy and enforce it | 12:53 |
| tosky | the lack of enforcement could be considered a bug | 12:53 |
| tellesnobrega | true | 12:54 |
| tosky | tellesnobrega: and "# LOOK HERE" ? | 12:55 |
| tosky | :) | 12:55 |
| tellesnobrega | tosky, left over from other branch | 12:56 |
| tellesnobrega | removed that | 12:56 |
| tosky | so what to do with the enforcement for set_tags? Keep it and fix it to have it enforced later? | 12:57 |
| tellesnobrega | I'm not sure what is the operation for set_tags | 12:58 |
| tosky | it should call something in glance | 12:59 |
| tosky | oh, it seems to be enforced in v2 | 12:59 |
| tosky | for /images/<image_id>/tags | 12:59 |
| tosky | there is data-processing:images:add_tags for v1, which is enforced | 13:00 |
| tellesnobrega | yes | 13:00 |
| tellesnobrega | so, basically set_tags and add_tags are the same | 13:00 |
| tosky | but in different APIs | 13:00 |
| tellesnobrega | but one is for v1.1 and the other for v2 | 13:00 |
| tosky | I would say that it should be readded then | 13:01 |
| tellesnobrega | sure | 13:01 |
| tellesnobrega | and once we migrate to v2 later we update all policies to v2 | 13:01 |
| *** zemuvier has quit IRC | 13:01 | |
| tosky | uhm, it looks like that if they kept the name, the rule should still apply | 13:02 |
| tosky | most of /v2/ entries have an enforce decorator | 13:02 |
| *** abalutoiu has quit IRC | 13:04 | |
| tellesnobrega | yeah, I mean, update the policy side with v2 instead of v1.1 | 13:05 |
| tosky | oh, I see | 13:05 |
| tosky | but there should be a way to enable some rules for two APIs | 13:05 |
| tosky | at the same time | 13:05 |
| tosky | I mean, we will have two APIs enabled at the same time | 13:05 |
| tosky | do we need separate rules? | 13:06 |
| tosky | or maybe... isn't the operations field a list? | 13:06 |
| tosky | maybe you can add the definitions for both APIs | 13:06 |
| *** lucasxu has joined #openstack-sahara | 13:16 | |
| *** anshul has quit IRC | 13:19 | |
| *** shuyingya has joined #openstack-sahara | 13:27 | |
| *** anshul has joined #openstack-sahara | 13:30 | |
| tellesnobrega | tosky, yeah, it is a list, we can add for both while both are operating | 13:31 |
| *** lucasxu has quit IRC | 13:54 | |
| tellesnobrega | meeting @ #openstack-meeting-3 | 13:59 |
| *** lucasxu has joined #openstack-sahara | 14:03 | |
| tellesnobrega | shuyingya, tosky | 14:03 |
| *** ukaynar has joined #openstack-sahara | 14:17 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/sahara master: Add default configuration files to data_files https://review.openstack.org/506210 | 14:23 |
| tosky | uh | 14:24 |
| tosky | oh, interesting bug | 14:25 |
| tellesnobrega | yeah | 14:27 |
| tellesnobrega | quick fix | 14:27 |
| tosky | tellesnobrega: when the policy-in-code is implemented, do we need to remove the policy.json file, or is it generated when the tarball is created? | 14:28 |
| *** openstackgerrit has quit IRC | 14:33 | |
| tellesnobrega | tosky, I think we remove it, because it generates a new one | 14:36 |
| tellesnobrega | have to check if it is generated wth the tarball | 14:36 |
| tellesnobrega | I think it is | 14:36 |
| tosky | at least one of the reviews which introduces the policy removes the file, and the others remove the policies which are migrated | 14:39 |
| *** anshul has quit IRC | 14:39 | |
| *** openstackgerrit has joined #openstack-sahara | 14:51 | |
| openstackgerrit | Merged openstack/puppet-sahara master: Update to the latest address in README https://review.openstack.org/505967 | 14:51 |
| *** links has quit IRC | 15:07 | |
| *** shuyingya has quit IRC | 15:35 | |
| *** shuyingya has joined #openstack-sahara | 15:45 | |
| *** shuyingya has quit IRC | 15:50 | |
| *** ukaynar has quit IRC | 15:53 | |
| *** ukaynar has joined #openstack-sahara | 15:53 | |
| *** ukaynar has quit IRC | 16:11 | |
| *** tesseract has quit IRC | 16:50 | |
| *** rcernin has quit IRC | 16:52 | |
| *** shuyingya has joined #openstack-sahara | 16:54 | |
| *** dave-mcc_ has joined #openstack-sahara | 16:55 | |
| *** dave-mccowan has quit IRC | 16:58 | |
| *** shuyingya has quit IRC | 16:59 | |
| *** tellesnobrega has quit IRC | 17:01 | |
| *** ukaynar has joined #openstack-sahara | 17:07 | |
| openstackgerrit | Merged openstack/sahara master: Updated from global requirements https://review.openstack.org/505865 | 17:08 |
| *** tosky has quit IRC | 17:12 | |
| *** shuyingya has joined #openstack-sahara | 18:03 | |
| *** tosky has joined #openstack-sahara | 18:06 | |
| *** shuyingya has quit IRC | 18:07 | |
| -openstackstatus- NOTICE: Gerrit OpenIDs have been accidentally overwritten and are in the process of being restored | 18:18 | |
| -openstackstatus- NOTICE: The Gerrit service on review.openstack.org is being taken offline briefly to perform database repair work but should be back up shortly | 18:23 | |
| *** ChanServ changes topic to "The Gerrit service on review.openstack.org is being taken offline briefly to perform database repair work but should be back up shortly" | 18:23 | |
| *** tellesnobrega has joined #openstack-sahara | 18:44 | |
| *** ChanServ changes topic to "OpenStack Sahara // IRC Meetings - http://eavesdrop.openstack.org/#OpenStack_Data_Processing_(Sahara)_Team_Meeting" | 19:21 | |
| -openstackstatus- NOTICE: OpenIDs for the Gerrit service have been restored from a recent backup and the service is running again; before/after table states are being analyzed now to identify any remaining cleanup needed for changes made to accounts today | 19:21 | |
| *** pcaruana has quit IRC | 19:41 | |
| *** dave-mcc_ is now known as dave-mccowan | 19:45 | |
| *** shuyingya has joined #openstack-sahara | 20:14 | |
| *** shuyingya has quit IRC | 20:19 | |
| *** lucasxu has quit IRC | 21:04 | |
| *** shuyingya has joined #openstack-sahara | 21:23 | |
| *** shuyingya has quit IRC | 21:27 | |
| *** zhenguo has quit IRC | 21:45 | |
| *** vkmc has quit IRC | 21:47 | |
| *** vkmc has joined #openstack-sahara | 21:53 | |
| *** zhenguo has joined #openstack-sahara | 22:00 | |
| *** tellesnobrega has quit IRC | 22:16 | |
| *** shuyingya has joined #openstack-sahara | 22:32 | |
| *** shuyingya has quit IRC | 22:36 | |
| *** ukaynar has quit IRC | 22:54 | |
| *** shuyingya has joined #openstack-sahara | 23:31 | |
| *** shuyingya has quit IRC | 23:36 | |
| *** ukaynar has joined #openstack-sahara | 23:46 | |
| *** tosky has quit IRC | 23:54 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!