Earlier  
Posted Nick Remark
#openstack-nova - 2017-10-07
09:14:31 openstackgerrit Merged openstack/nova master: Remove 400 as expected error https://review.openstack.org/509039
09:29:46 openstackgerrit Shoham Peller proposed openstack/nova master: Handle spawning error on unshelving https://review.openstack.org/378009
09:59:09 openstackgerrit Ildiko Vancsa proposed openstack/nova master: update live migration to use v3 cinder api https://review.openstack.org/463987
14:25:34 openstackgerrit Takashi NATSUME proposed openstack/nova stable/pike: Remove 400 as expected error https://review.openstack.org/510299
14:30:10 openstackgerrit Takashi NATSUME proposed openstack/nova master: Enable cold migration with target host(1/2) https://review.openstack.org/408955
14:30:50 openstackgerrit Takashi NATSUME proposed openstack/nova master: Enable cold migration with target host(2/2) https://review.openstack.org/408964
14:50:46 openstackgerrit Dan Smith proposed openstack/nova master: Always put 'uuid' into sort_keys for stable instance lists https://review.openstack.org/510140
14:50:46 openstackgerrit Dan Smith proposed openstack/nova master: Fix instance_get_by_sort_filters() for multiple sort keys https://review.openstack.org/510203
14:50:47 openstackgerrit Dan Smith proposed openstack/nova master: Merge build requests into the sortmaster 9000 https://review.openstack.org/508595
14:50:47 openstackgerrit Dan Smith proposed openstack/nova master: Fix minor input items from previous patches https://review.openstack.org/506416
14:50:48 openstackgerrit Dan Smith proposed openstack/nova master: Make get_instance_objects_sorted() be smart about cells https://review.openstack.org/509003
14:50:48 openstackgerrit Dan Smith proposed openstack/nova master: Add CellMapping.get_by_project_id() query method https://review.openstack.org/509002
15:32:49 openstackgerrit Merged openstack/nova-specs master: Add trait support in the allocation candidates API https://review.openstack.org/497713
18:47:00 BIOS__ wut up fam
18:47:01 BIOS__ question
18:47:51 BIOS__ how do you parse the server properties? its not json and idk if I should bother trying to format it to be parsable
18:47:51 BIOS__ u'properties': u"ansible_groups='[u'webs', u'memcached', u'console']', cluster='myaiostack01', local_ip='192.168.0.21'",
18:48:19 BIOS__ and putting in a list to an instance parameter, it is stored in a way I cant see how to easily parse
18:51:41 BIOS__ this was generated with a heat template btw, maybe I should talk to heat ppl
18:51:50 openstackgerrit Sean McGinnis proposed openstack/nova master: Update libvirt volume drivers to use os-brick constants https://review.openstack.org/510311
19:07:47 openstackgerrit Merged openstack/nova master: Set migration object attributes for source/dest during live migrate https://review.openstack.org/508699
19:15:23 BIOS__ turns out I can get them in JSON by asking heat
#openstack-nova - 2017-10-08
01:12:11 openstackgerrit Takashi NATSUME proposed openstack/nova master: Enable cold migration with target host(1/2) https://review.openstack.org/408955
01:12:47 openstackgerrit Takashi NATSUME proposed openstack/nova master: Enable cold migration with target host(2/2) https://review.openstack.org/408964
04:06:06 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add 'delete_host' command in 'nova-manage cell_v2' https://review.openstack.org/510324
16:40:59 zzzeek melwitt: short answer is that you *dont* switch from reader to writer for the decorator, if you're a reader and calling into something that's a writer, then you should change your decorator to @writer, because you're a writer :) this was intentional so that readers which are actually writers are made explicit
16:41:21 zzzeek melwitt: if OTOH you really want to use separate transactions, yes the independent thing does that but you need a good reason to want to use that
16:41:54 zzzeek melwitt: but it's best to keep a whole request to one transaction unless there's a good reason it needs to spin up separate DB connections / transactions
16:42:23 zzzeek enginefacade set out to make that kind of thing explicit, whereas before, nova spun up half a dozen connections just to do one thing
17:20:57 openstackgerrit Maciej Kucia proposed openstack/nova master: SR-IOV passthrough: Check PF only if VF is enabled https://review.openstack.org/476642
19:17:20 openstackgerrit Dan Smith proposed openstack/nova master: Merge build requests into the sortmaster 9000 https://review.openstack.org/508595
19:17:21 openstackgerrit Dan Smith proposed openstack/nova master: Make get_instance_objects_sorted() be smart about cells https://review.openstack.org/509003
19:17:21 openstackgerrit Dan Smith proposed openstack/nova master: Add CellMapping.get_by_project_id() query method https://review.openstack.org/509002
#openstack-nova - 2017-10-09
02:34:14 openstackgerrit Yikun Jiang proposed openstack/nova-specs master: Add pagination and changes since filter support for os-instance-action API https://review.openstack.org/507762
03:06:13 openstackgerrit Yikun Jiang proposed openstack/nova-specs master: Add pagination and changes since filter support for os-instance-action API https://review.openstack.org/507762
03:33:10 openstackgerrit Yikun Jiang proposed openstack/nova-specs master: Add pagination and changes since filter support for os-instance-action API https://review.openstack.org/507762
03:49:36 openstackgerrit Yikun Jiang proposed openstack/nova master: Update Instance action's updated_at when action event updated. https://review.openstack.org/507473
06:59:42 openstackgerrit Andrey Volkov proposed openstack/nova master: AZ operations: check host has no instances https://review.openstack.org/509206
07:18:13 openstackgerrit David Rabel proposed openstack/nova master: Choose VMware datastore by the least provisioned space https://review.openstack.org/402632
08:07:32 openstackgerrit jichenjc proposed openstack/nova master: Fix warning on {'cell_id': 1} is an invalid UUID https://review.openstack.org/505471
08:31:08 openstackgerrit Yikun Jiang proposed openstack/nova-specs master: Add pagination and changes since filter support for os-instance-action API https://review.openstack.org/507762
08:52:31 openstackgerrit jichenjc proposed openstack/nova master: Add 400 as error code for resource class delete https://review.openstack.org/508080
08:53:39 openstackgerrit jichenjc proposed openstack/nova master: Add description for reousrce class creation https://review.openstack.org/508083
08:58:05 openstackgerrit jichenjc proposed openstack/nova master: Add quiesce and unquiesce in support matrix https://review.openstack.org/482390
09:02:09 abhishekk hi are their any guide lines on "When do I need a new Service version"?
09:05:42 abhishekk hi all, ^^^
09:06:24 bauzas abhishekk: mmmmmm
09:07:01 bauzas abhishekk: I don't exactly remember if we wrote when you need a new Service version, but that's basically when you have an upgrade impact
09:07:20 bauzas thinking about rolling updates by example
09:07:41 bauzas abhishekk: what is your usecase?
09:07:48 abhishekk bauzas: ok, thanks for the pointer
09:09:02 abhishekk bauzas: no use case, I was going through comments on patch https://review.openstack.org/#/c/409644/, where john g has mentioned to bump the service version
09:09:06 openstackgerrit Yikun Jiang proposed openstack/nova-specs master: Add pagination and timestamp filtering support for os-migrations API https://review.openstack.org/506030
09:09:49 abhishekk so wondering in what all cases I need service version bump (I was planning to document same for internal reference)
09:11:46 abhishekk bauzas: thank you for the pointer
09:41:03 openstackgerrit Yikun Jiang proposed openstack/nova master: Update Instance action's updated_at when action event updated. https://review.openstack.org/507473
09:55:47 openstackgerrit Stephen Finucane proposed openstack/nova master: doc: Cleanup of existing index pages https://review.openstack.org/498819
09:55:48 openstackgerrit Stephen Finucane proposed openstack/nova master: WIP! doc: Add contents page https://review.openstack.org/498820
10:01:25 openstackgerrit Stephen Finucane proposed openstack/nova master: conf: Fix indentation of database options https://review.openstack.org/443097
10:01:37 openstackgerrit Stephen Finucane proposed openstack/nova master: conf: Resolve TODOs in 'database' https://review.openstack.org/393695
10:01:38 openstackgerrit Stephen Finucane proposed openstack/nova master: conf: Remove 'db_driver' config opt https://review.openstack.org/508487
10:04:01 openstackgerrit Stephen Finucane proposed openstack/nova master: Convert floating IP tests to ddt https://review.openstack.org/471360
10:17:52 openstackgerrit Balazs Gibizer proposed openstack/nova master: Remove dead code of api.fault notification sending https://review.openstack.org/505164
10:19:09 openstackgerrit Claudiu Belu proposed openstack/nova master: doc: Adds Hyper-V PCI passthrough details https://review.openstack.org/510467
10:24:28 mdbooth lyarwood: Would you mind casting your eye over https://review.openstack.org/#/c/510106/ ? It's your previously approved spec, but with additional api goodness as requested by mriedem in code review.
10:25:15 lyarwood mdbooth: ack, I'll try to take a look today, when is the deadline btw?
10:26:13 mdbooth lyarwood: Soon :) I'm still going to have to hassle some cores.
10:26:27 lyarwood mdbooth: kk, it's the 19th FYI
10:27:57 mdbooth lyarwood: I had that noted down somewhere. Right now it's generally in the 'soon' bucket :)
10:33:21 gibi bauzas, stephenfin: hi, if you have some time, there is a not soo complex patch needing a second +2 https://review.openstack.org/#/c/505164/
10:50:22 stephenfin gibi: Done. The reno needs a little sprucing up but otherwise +"
10:50:25 stephenfin * +2
10:51:27 gibi stephenfin: thanks I fill fix that up soon
10:51:58 gibi stephenfin: also thanks for looking at https://review.openstack.org/#/c/483969/
10:52:17 gibi stephenfin: unfortunately that is the last in the series
10:52:34 gibi stephenfin: the first is https://review.openstack.org/#/c/483324
10:52:48 openstackgerrit Merged openstack/nova master: Add 400 as error code for resource class delete https://review.openstack.org/508080
10:59:07 rgerganov Does anyone know why Zuul gives -1 on a patch which can be clearly applied on master? https://review.openstack.org/#/c/509417/
10:59:36 rgerganov I have +1 from Jenkins, so how to "recheck" only Zuul?
10:59:40 kashyap rgerganov: #openstack-infra folks would know
11:00:06 rgerganov kashyap, ok, I will try to ask there
11:07:02 openstackgerrit sahid proposed openstack/nova master: pci: update PciDevice object field 'address' to accept NULL https://review.openstack.org/508175
11:07:03 openstackgerrit sahid proposed openstack/nova master: pci: generalize object unit-tests for different framework https://review.openstack.org/508177
11:07:03 openstackgerrit sahid proposed openstack/nova master: pci: add for PciDevice object new field mdev https://review.openstack.org/508176
11:07:04 openstackgerrit sahid proposed openstack/nova master: pci: generalize stats unit-tests for different framework https://review.openstack.org/508179
11:07:05 openstackgerrit sahid proposed openstack/nova master: libvirt: update PCI node device to report mdev devices https://review.openstack.org/508183
11:07:05 openstackgerrit sahid proposed openstack/nova master: pci: add support for mdev device type https://review.openstack.org/508178
11:07:06 openstackgerrit sahid proposed openstack/nova master: libvirt: add support to start vm with using mdev (vGPU) https://review.openstack.org/508185
11:07:06 openstackgerrit sahid proposed openstack/nova master: libvirt: report mdev resources https://review.openstack.org/508184
11:07:07 openstackgerrit sahid proposed openstack/nova master: functional: resuse SRIOV funtional tests for MDEV devices https://review.openstack.org/508187
11:07:07 openstackgerrit sahid proposed openstack/nova master: functional: rework fakelibvirt host pci devices https://review.openstack.org/508186
11:07:08 openstackgerrit sahid proposed openstack/nova master: WIP - functional: rewrite class to generate pci devices https://review.openstack.org/508835
11:31:03 sdague zuul is in testing mode
11:31:10 sdague don't worry about zuul -1 votes
12:18:28 jaypipes bauzas: can you explain what you meant by "and how Python is bad with module-level functions" please?
12:38:07 openstackgerrit Stephen Finucane proposed openstack/nova master: hardware: Flatten functions https://review.openstack.org/367470
12:38:08 openstackgerrit Stephen Finucane proposed openstack/nova master: Rename '_numa_get_constraints_XXX' functions https://review.openstack.org/385072
12:38:08 openstackgerrit Stephen Finucane proposed openstack/nova master: De-duplicate _numa_get_flavor_XXX_map_list https://review.openstack.org/385074
12:38:09 openstackgerrit Stephen Finucane proposed openstack/nova master: Standardize '_get_XXX_constraints' functions https://review.openstack.org/385071
12:38:32 sean-k-mooney jaypipes: dansmith matt does not seam to be around so ill ask ye. the lab hosting the intel nfv ci has had its firewall fixed to allow ssh again.

Earlier   Later