06:02:30 <gmann> #startmeeting nova api
06:02:31 <openstack> Meeting started Wed Oct 17 06:02:30 2018 UTC and is due to finish in 60 minutes.  The chair is gmann. Information about MeetBot at http://wiki.debian.org/MeetBot.
06:02:32 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
06:02:34 <openstack> The meeting name has been set to 'nova_api'
06:02:57 <gmann> who else here today ?
06:04:01 <gmann> #link https://wiki.openstack.org/wiki/Meetings/NovaAPI#Agenda_for_next_Office_hours
06:04:04 <gmann> agenda ^^
06:04:11 <gmann> #topic API Subteam Tracking
06:04:23 <gmann> #link https://etherpad.openstack.org/p/stein-nova-subteam-tracking
06:06:05 <gmann> 1. Boot instance specific storage backend
06:06:10 <gmann> this is merged which was in runway
06:06:20 <alex_xu> yup, we done last week
06:06:47 <gmann> yeah
06:06:54 <gmann> https://review.openstack.org/#/q/topic:bp/api-extensions-merge-stein+status:open
06:07:06 <gmann> this is also next in runway but i saw you already reviewed most of them
06:07:39 <alex_xu> yea, part of review for the last patch
06:08:04 <alex_xu> https://review.openstack.org/#/c/607088/5/nova/api/openstack/compute/views/servers.py
06:08:13 <alex_xu> gmann: I guess you just forget to remove one line code
06:09:19 <gmann> yeah, i am sure i did but got restore from rebse form PS4 to 5
06:10:35 <openstackgerrit> Ghanshyam Mann proposed openstack/nova master: Remove more code related to extensions and testing  https://review.openstack.org/607088
06:10:47 <gmann> alex_xu: ^^ done
06:10:53 <gmann> alex_xu: thanks for reviewing that series.
06:11:25 <alex_xu> gmann: np, I'm done also :)
06:11:36 <gmann> alex_xu: thanks :)
06:11:46 <gmann> other than that there is no updated from other BP code.
06:11:55 <gmann> spec review is soemthing we can do.
06:12:25 <gmann> melwitt set the 23rd as spec review day.
06:12:42 <alex_xu> yea
06:12:53 <gmann> i will cover those during spec day
06:13:26 <gmann> that is all from tracking topic, alex_xu  you have anything else
06:13:34 <alex_xu> no more from me
06:15:01 <gmann> ok
06:15:03 <gmann> #topic Bug Triage/Discussion
06:16:41 <gmann> no response from previous bug we discussed so i marked incomplete as of now
06:19:18 <alex_xu> ok
06:20:22 <alex_xu> i'm planning to trigger this by a fake cell timeout exception, but I didn't get a chance
06:21:13 <gmann> this one ? https://bugs.launchpad.net/nova/+bug/1789382
06:21:13 <openstack> Launchpad bug 1789382 in OpenStack Compute (nova) "openstack server list error" [Undecided,Incomplete]
06:21:21 <alex_xu> yes
06:23:19 <gmann> ok, not sure it will be reproducible on that  but god to give try
06:23:21 <gmann> good
06:24:39 <gmann> next is new bug
06:24:41 <gmann> https://bugs.launchpad.net/nova/+bug/1791478
06:24:41 <openstack> Launchpad bug 1791478 in OpenStack Compute (nova) "nova-api get 504 when keepalived restart" [Undecided,New]
06:24:49 <gmann> this is 504 gateway timeout
06:26:42 <openstackgerrit> Brin Zhang proposed openstack/nova master: Add restrictions on updated_at when getting instance action records  https://review.openstack.org/607801
06:27:44 <gmann> it seems nova-api does not recognize the new node
06:27:50 <gmann> untill it is running on old node
06:28:19 <gmann> i am not sure why, alex_xu you ?
06:29:30 <gmann> also not sure if this is nova-api isssue, or keepalive switch ip issue
06:29:37 <alex_xu> why nova api should recognize the new node?
06:31:47 <gmann> might be he means keepalive does not recognize the new node nova-api service (and does not switch the vip)?
06:33:03 <alex_xu> doesn't sounds like nova api problem, it should be his ha configuration problem
06:33:24 <gmann> yea, sounds like
06:35:12 <gmann> added the comment on bug
06:35:31 <gmann> and keeping it open until next week and then we can make it invalid or incomplete
06:35:56 <gmann> last new bug is this- https://bugs.launchpad.net/nova/+bug/1793606
06:35:57 <openstack> Launchpad bug 1793606 in OpenStack Compute (nova) "Setting vendordata_providers to DynamicJSON causes config drive to stop working" [Undecided,New]
06:37:55 <gmann> i remember, there was some fix for DynamicJSON option.
06:39:34 <alex_xu> i'm not familar with this one
06:41:20 <gmann> me too, but i can try to reproduce this on local tomorrow and see whats happening
06:43:23 <gmann> its default value is StaticJSON https://github.com/openstack/nova/blob/042f08ee968fc83b80e554efe58270c8dfd6265c/nova/conf/api.py#L84
06:44:21 <gmann> i will check this later and reply on bug
06:44:32 <gmann> that's all on bug side for today
06:44:59 <gmann> alex_xu: you have any bug to discuss or we can move to open discussion
06:45:55 <alex_xu> we can move on
06:46:53 <gmann> #topic Open Discussion
06:47:03 <gmann> i have 1 quick topic
06:47:13 <gmann> policy related change in upgrade-check CLI
06:47:15 <gmann> #link http://lists.openstack.org/pipermail/openstack-dev/2018-October/135779.html
06:47:50 <gmann> ^^ i replied to matt email on upgrade-check and i feel most of the policy changes are candidate for upgrade-check CLi
06:48:03 <gmann> alex_xu: what you say ?
06:48:20 <alex_xu> that is good idea
06:48:34 <alex_xu> better than operator to read the boring release note
06:49:02 <gmann> they can be checked  by comparing the previous release policy sample file json and new one and build the upgrade msg
06:49:08 <gmann> yeah
06:49:40 <gmann> or some more optimize way.
06:49:56 <alex_xu> and some action to take for their custom policy config
06:50:53 <gmann> yeah
06:51:41 <gmann> that's all on this from my side.
06:51:54 <alex_xu> me too
06:51:56 <gmann> anything else alex_xu or we can close the office hour
06:51:58 <gmann> ok
06:52:06 <gmann> thank alex_xu for joining
06:52:10 <gmann> #endmeeting