13:01:17 <alex_xu> #startmeeting nova api
13:01:18 <openstack> Meeting started Wed Sep  6 13:01:17 2017 UTC and is due to finish in 60 minutes.  The chair is alex_xu. Information about MeetBot at http://wiki.debian.org/MeetBot.
13:01:19 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
13:01:21 <openstack> The meeting name has been set to 'nova_api'
13:01:24 <alex_xu> who is here today?
13:01:32 <gmann_> o/
13:02:07 <alex_xu> gmann_: ok, I guess we can start the meeting :)
13:02:20 <gmann_> yea :)
13:02:34 <alex_xu> but I also didn't have update, just waiting for ptg travel :)
13:02:47 <gmann_> nice
13:02:54 <gmann_> when you will arrive in denver ?
13:03:19 <alex_xu> saturday
13:03:30 <alex_xu> what's about you
13:03:44 <gmann_> ok, i will arrive on sunday morning
13:03:55 <alex_xu> cool
13:03:55 <gmann_> alex_xu: i have only 1 thing about 'limit' filter
13:04:10 <alex_xu> gmann_: yea, please go ahead
13:04:30 <gmann_> i pushed some WIP patches to test the 'limit' as string
13:04:34 <gmann_> #link https://review.openstack.org/#/c/501202/1
13:04:47 <gmann_> this is with current code and it gives 400
13:05:10 <gmann_> which is strange for me as per our current schema
13:05:40 <alex_xu> gmann_: you needn't pass like '"3"', only a '3' is a string
13:05:49 <gmann_> something is hidden in pattern things when it is matching the pattern for items in array
13:06:07 <gmann_> alex_xu: did not get
13:06:30 <alex_xu> gmann_: the url always is a stirng, the query parameter are always string too
13:06:52 <alex_xu> when you want to pass a string '3', you can just 'limit=3'
13:07:00 <alex_xu> you needn't to pass like 'limit="3"'
13:07:13 <alex_xu> "3" can't pass the schema
13:07:28 <gmann_> humm
13:07:59 <gmann_> you mean it will be interpreted as '"3"' where it start with "
13:08:20 <alex_xu> yes
13:08:43 <gmann_> and that's why the case with this patch also - https://review.openstack.org/#/c/501211/2
13:08:52 <gmann_> i am testing it without schema
13:10:06 <gmann_> i think i got the reason now.
13:10:52 <evrardjp> I'll propose something for pike
13:11:01 <gmann_> alex_xu: thanks.
13:11:08 <alex_xu> gmann_: cool
13:11:23 <gmann_> alex_xu: i think that BP is good to go now, i mean without microversion
13:11:50 <alex_xu> gmann_: got it, we just need to ensure we didn't stricut any validation
13:12:11 <alex_xu> evrardjp: you are at right time, we just finish the topic, you can go ahead
13:12:27 <gmann_> alex_xu: yea, additional property has to be true
13:12:53 <alex_xu> gmann_: yea
13:14:07 <alex_xu> evrardjp: are you still here?
13:14:17 <evrardjp> yes, on a call, sorry
13:17:25 <alex_xu> evrardjp: ok, you can ping us in the nova channel when you free
13:17:35 <evrardjp> sorry
13:17:38 <alex_xu> gmann_: do you have anything else want to bring up?
13:17:42 <evrardjp> sure thanks
13:17:43 <alex_xu> evrardjp: no worries
13:17:51 <gmann__> alex_xu: nothing
13:18:04 <alex_xu> gmann__: ok, see you in denver
13:18:08 <gmann__> thanks alex_xu
13:18:13 <alex_xu> #endmeeting