| *** esker has quit IRC | 00:21 | |
| *** esker has joined #refstack | 00:28 | |
| *** esker has quit IRC | 00:39 | |
| *** esker has joined #refstack | 00:40 | |
| *** markvoelker has joined #refstack | 01:09 | |
| *** markvoelker has quit IRC | 01:13 | |
| *** markvoelker has joined #refstack | 03:09 | |
| *** markvoelker has quit IRC | 03:14 | |
| *** esker has quit IRC | 04:06 | |
| *** esker has joined #refstack | 04:08 | |
| *** _sarob has joined #refstack | 04:57 | |
| *** _sarob has quit IRC | 05:01 | |
| *** markvoelker has joined #refstack | 05:10 | |
| *** markvoelker has quit IRC | 05:15 | |
| *** esker has quit IRC | 05:33 | |
| *** esker has joined #refstack | 05:39 | |
| openstackgerrit | Catherine Diep proposed openstack/refstack: REST API specification for vendor registration https://review.openstack.org/274837 | 05:55 |
|---|---|---|
| openstackgerrit | Catherine Diep proposed openstack/refstack: REST API specification for vendor registration https://review.openstack.org/274837 | 06:01 |
| openstackgerrit | Catherine Diep proposed openstack/refstack: REST API specification for vendor user management. https://review.openstack.org/277313 | 06:15 |
| openstackgerrit | Merged openstack/refstack: fix cleaning up auth dict on sign out https://review.openstack.org/281683 | 06:43 |
| *** markvoelker has joined #refstack | 07:11 | |
| *** markvoelker has quit IRC | 07:15 | |
| *** esker has quit IRC | 08:53 | |
| *** esker has joined #refstack | 09:08 | |
| *** markvoelker has joined #refstack | 09:12 | |
| *** pilgrimstack has joined #refstack | 09:14 | |
| *** pilgrimstack has quit IRC | 09:15 | |
| *** markvoelker has quit IRC | 09:16 | |
| *** pilgrimstack has joined #refstack | 09:21 | |
| *** esker has quit IRC | 09:33 | |
| *** esker has joined #refstack | 09:35 | |
| *** markvoelker has joined #refstack | 11:12 | |
| *** markvoelker has quit IRC | 11:17 | |
| *** mgagne has quit IRC | 11:39 | |
| *** fyxim has quit IRC | 11:40 | |
| *** eglute has quit IRC | 11:40 | |
| *** fyxim has joined #refstack | 11:43 | |
| *** eglute has joined #refstack | 11:45 | |
| *** mgagne has joined #refstack | 11:45 | |
| *** mgagne is now known as Guest51435 | 11:46 | |
| *** esker has quit IRC | 12:21 | |
| *** esker has joined #refstack | 12:28 | |
| *** markvoelker has joined #refstack | 12:43 | |
| *** markvoelker has quit IRC | 12:47 | |
| *** markvoelker has joined #refstack | 13:29 | |
| *** edmondsw has joined #refstack | 13:35 | |
| *** cjvolzka has quit IRC | 13:40 | |
| *** cjvolzka has joined #refstack | 13:58 | |
| *** openstackgerrit has quit IRC | 14:17 | |
| *** openstackgerrit has joined #refstack | 14:18 | |
| *** esker has quit IRC | 14:21 | |
| *** esker has joined #refstack | 15:04 | |
| cjvolzka | How do you run only the 2016.01 required tests? I can't seem to find a .txt for 2016.01 like the one for the 2015.07 tests. | 16:31 |
| *** esker has quit IRC | 16:42 | |
| *** esker has joined #refstack | 16:43 | |
| *** esker has quit IRC | 16:55 | |
| *** _sarob has joined #refstack | 17:55 | |
| *** pvaneck has joined #refstack | 18:42 | |
| *** _sarob has quit IRC | 18:49 | |
| *** _sarob has joined #refstack | 18:53 | |
| *** andrey-mp has joined #refstack | 18:57 | |
| *** _sarob has quit IRC | 19:32 | |
| *** _sarob has joined #refstack | 19:32 | |
| *** sarob_ has joined #refstack | 19:33 | |
| *** sarob_ has quit IRC | 19:35 | |
| *** sarob_ has joined #refstack | 19:36 | |
| *** _sarob has quit IRC | 19:36 | |
| *** esker has joined #refstack | 19:40 | |
| *** esker has quit IRC | 19:54 | |
| catherineD | Hi | 20:00 |
| andrey-mp | hi | 20:00 |
| catherineD | so 3.3.4 pending -> private yes, official -> pending no | 20:01 |
| pvaneck | sure | 20:01 |
| catherineD | Ok 3.3.5 signature of the REST API | 20:01 |
| catherineD | please see 3.3.5.3 and 3.3.5.4 | 20:02 |
| catherineD | I am kind of troubling about using verb in the URI | 20:02 |
| catherineD | 3.3.5.3 seems to be what is used in OpenStack | 20:04 |
| catherineD | we do not have to solve this now ... I just want us to discuss on why updating on this field is missing .. from th spec ... | 20:06 |
| andrey-mp | but what about attach/detach operation in nova? ) | 20:06 |
| andrey-mp | OpenStack API's have various ways | 20:07 |
| andrey-mp | it can be in uri's query | 20:07 |
| andrey-mp | it can in request's body | 20:07 |
| andrey-mp | or as antoher uri | 20:08 |
| andrey-mp | we can choose any that we want | 20:08 |
| catherineD | 1) on query 2) in boby 3) other uri | 20:08 |
| catherineD | we have use 2 for the regular update so 2 is out | 20:08 |
| catherineD | Think 1 is out too | 20:08 |
| catherineD | so it is 3 that we are discussing | 20:09 |
| catherineD | and we are discuss whether we want to use a verb for the uri in 3 | 20:09 |
| catherineD | that would be the case of attach / detach ... | 20:10 |
| pvaneck | you dont want something just like: POST/PUT /v1/vendors/{vendor_id}/type for type changes? | 20:10 |
| catherineD | pvaneck: I like the better than a verb | 20:10 |
| andrey-mp | i agree with any desicion :) | 20:11 |
| catherineD | andrey-mp: pvaneck: I just want to avoid verb if we can ... | 20:11 |
| catherineD | I will add those on the spec for review | 20:12 |
| catherineD | moving on | 20:12 |
| catherineD | #topic bug | 20:12 |
| catherineD | I open a bug https://bugs.launchpad.net/refstack/+bug/1548185 | 20:12 |
| openstack | Launchpad bug 1548185 in refstack "List test result API response does not include private results" [Undecided,New] - Assigned to Ruchika (ruchika) | 20:12 |
| catherineD | I mean for us to document it ... and then think about fixing later | 20:13 |
| catherineD | but someone already grasped it | 20:13 |
| pvaneck | we'll just see where that goes | 20:13 |
| andrey-mp | yeah - it doesn't mean that he will fix it ) | 20:14 |
| catherineD | sure we need to review that carefully based on what we learned from the vendor filtering and paging | 20:14 |
| catherineD | one more topic | 20:14 |
| catherineD | https://review.openstack.org/#/c/281299/3 | 20:15 |
| andrey-mp | but i have suggestions on 3.3.5 - is it suitable to name it 'action' ? | 20:15 |
| catherineD | no may be type as memtioned bypvaneck: | 20:15 |
| catherineD | andrey-mp: /v1/vendors/{vendor_id}/type_change?type=official | 20:16 |
| andrey-mp | it looks like a verb too :) | 20:17 |
| andrey-mp | real diffence for me - one point in API or several | 20:18 |
| catherineD | yea it does :-) after I type it | 20:18 |
| andrey-mp | i think that any name of such action will be a verb | 20:19 |
| catherineD | let's think about it some more | 20:19 |
| andrey-mp | ok | 20:19 |
| catherineD | II have reviewd https://review.openstack.org/#/c/281737/ | 20:20 |
| *** catherineD has quit IRC | 20:20 | |
| *** catherineD has joined #refstack | 20:21 | |
| andrey-mp | " Make puppet pull releases from Pypi1" ? | 20:22 |
| pvaneck | looks like you reconnected though | 20:22 |
| pvaneck | wrong window, but apparently catherine dc'd | 20:22 |
| catherineD | hi I am back | 20:22 |
| pvaneck | i think she meant the is_admin patch | 20:23 |
| catherineD | yea the is_admin patch .. | 20:23 |
| catherineD | It may be my personal opinions because I am thinking of the future ... when we have role of user per organization | 20:24 |
| pvaneck | I agree with the necessity for some type of indicator, and i think what you have will work for now barring the name issue | 20:25 |
| andrey-mp | i thought about root in *nix systems or Administrator in windows system... | 20:27 |
| andrey-mp | all systems has another groups/owners but they have some name that mean superuser | 20:27 |
| catherineD | andrey-mp: for RefStack we may have other superuser that will take care of the site .. beside foundation admin | 20:28 |
| catherineD | to me foundation admin is more of the admin of the data in RefStack | 20:28 |
| andrey-mp | will it he present in REST api ? | 20:28 |
| catherineD | what will? | 20:29 |
| catherineD | I have a hard stop at 12:30 ... | 20:30 |
| catherineD | how about we let pvaneck: and Sergey review .... | 20:30 |
| andrey-mp | you mean some superuser that can all - will he be present in UI/REST ? | 20:31 |
| andrey-mp | sure | 20:31 |
| catherineD | andrey-mp: pvaneck: thank you very much!!! | 20:31 |
| catherineD | bye | 20:31 |
| andrey-mp | bye | 20:31 |
| pvaneck | sure thanks | 20:31 |
| *** andrey-mp has quit IRC | 20:31 | |
| *** krotscheck has quit IRC | 20:37 | |
| *** krotscheck has joined #refstack | 20:46 | |
| *** openstackgerrit has quit IRC | 20:47 | |
| *** openstackgerrit has joined #refstack | 20:48 | |
| *** _sarob has joined #refstack | 20:48 | |
| *** sarob_ has quit IRC | 20:51 | |
| *** _sarob has quit IRC | 21:00 | |
| *** _sarob has joined #refstack | 21:10 | |
| *** _sarob has quit IRC | 21:10 | |
| *** _sarob has joined #refstack | 21:10 | |
| *** edmondsw has quit IRC | 21:48 | |
| openstackgerrit | Paul Van Eck proposed openstack-infra/puppet-refstack: Make puppet pull releases from Pypi https://review.openstack.org/281737 | 22:46 |
| openstackgerrit | Paul Van Eck proposed openstack-infra/puppet-refstack: Make puppet pull releases from Pypi https://review.openstack.org/281737 | 23:38 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!