Earlier  
Posted Nick Remark
#openstack-nova - 2018-06-28
00:21:15 openstackgerrit Matt Riedemann proposed openstack/nova master: Mention server status in api-ref when rebuild https://review.openstack.org/576438
00:24:05 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (20) https://review.openstack.org/576689
00:24:55 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (21) https://review.openstack.org/576709
00:26:57 mnaser please forigve me but
00:27:14 mnaser where are 'flavors' stored that are tied to the instance
00:27:34 mnaser bad idea™ but customer who did not have qos quotas needs to have them applied on existing instance
00:27:43 mnaser and well, changing the flavor isnt tenough
00:29:36 efried mnaser: It's possible you need to do a "resize" to make that happen.
00:29:57 mnaser efried: resize to same flavor, wonder if i can do that, that might be a clean way of doing it
00:30:18 efried mnaser: You said "changing the flavor" - you mean you edited the existing flavor?
00:30:22 mnaser yes
00:30:41 efried That's probably a bad idea™ :)
00:31:06 mnaser even worse i was thinking of using the nova code base to write a python script that modifies the objects
00:31:17 mnaser so it goes through the actual codeflow to make the change in the db layer
00:31:25 efried mnaser: So, assuming resize-to-same-flavor isn't a thing nova will let you do (it may be, but I wouldn't be surprised if it bounced) you could probably just create a new flavor identical to the old (edited) one.
00:31:48 efried mnaser: Oh, that's *definitely* a rathole you don't want to go down.
00:32:00 mnaser haha, i thought it would have been slightly cleaner
00:32:07 mnaser inspired by nova-manage
00:32:17 efried Not knowing the details, I would expect that there's more to it than just db data
00:32:31 mnaser there is instance_extra.
00:32:38 mnaser its out there somewhere, i just cant find it in the db lol
00:32:48 mnaser omg, it's an actual table.
00:48:43 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (22) https://review.openstack.org/576712
00:50:20 openstackgerrit Merged openstack/nova master: Fix unit test modifying global state https://review.openstack.org/578387
01:02:22 openstackgerrit Merged openstack/nova master: Handle CannotDeleteParentResourceProvider to 409 Conflict https://review.openstack.org/577726
01:21:32 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Use ThreadPoolExecutor for max_concurrent_live_migrations https://review.openstack.org/563505
01:26:00 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Compute: add support to abort queued live migration https://review.openstack.org/568542
01:49:10 gmann melwitt: hi
01:49:31 gmann melwitt: regarding the approval of this BP - https://blueprints.launchpad.net/nova/+spec/api-extensions-merge-rocky
01:50:18 gmann melwitt: what you think on this about considering it for Rocky. there are reviews started on code for this.
02:33:33 openstack bug 1778591 in OpenStack Compute (nova) "GET /allocations/{uuid} on a consumer with no allocations provides no generation" [Medium,Triaged] https://launchpad.net/bugs/1778591
02:33:33 openstackgerrit Merged openstack/nova master: [placement] demonstrate part of bug 1778591 with a gabbi test https://review.openstack.org/578139
02:57:14 openstackgerrit xulei proposed openstack/nova master: Disable limits if force_hosts or force_nodes is set https://review.openstack.org/576693
03:10:07 alex_xu gmann: this is very strange https://review.openstack.org/#/c/577152/1/nova/api/openstack/compute/schemas/block_device_mapping.py@63
03:30:19 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add InstanceGroupPolicy object https://review.openstack.org/573628
03:48:16 oomichi takashin: hi, can you take a look at a comment on https://review.openstack.org/#/c/572018
03:50:41 oomichi takashin: one more: https://review.openstack.org/#/c/462355
03:51:22 gmann alex_xu: yeah, those are being ignored in code later but not sure why we did allow them in schema - https://github.com/openstack/nova/blob/0ab78890c155f0b6ffc7c4148b26642f47aa7070/nova/block_device.py#L166-L201
03:55:23 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add InstanceGroupPolicy object https://review.openstack.org/573628
03:57:18 takashin oomichi: okay
04:10:52 takashin oomichi: About https://review.openstack.org/#/c/462355/,
04:11:02 takashin oomichi: The 'disk_available_least_total' and 'free_ram_mb_total', etc. are newly added.
04:11:14 takashin oomichi: So the description should be correct (Gib, MiB) from the beginning. In other existing description will be fixed in another patch.
04:13:14 osa_ @openstack: Hi i'm seeing a bunch of errors in the neutron-plugin-openvswitch-agent on the compute nodes with the following error: WARNING neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-94bf4b91-95cd-40c9-8f41-1c2b8b8aa200 None] Device 1bb2c25d-a4f0-47df-b851-004ffd97f5b6 not defined on plugin
04:13:23 osa_ Has anyone seen this error before, or know how to get rid of it?
04:44:37 oomichi takashin: that leads inconsistency if partialy applying as your point ..
04:46:42 takashin oomichi: It should be fixed in the patch?
04:47:33 oomichi takashin: ah, I feel it is fine to fix your point in another patch because of the scope
04:48:06 oomichi step by ste
04:48:10 oomichi p
04:49:06 takashin oomichi: okay. Fair enough. I agree with you.
04:49:17 oomichi thanks
05:23:57 openstackgerrit wu.chunyang proposed openstack/python-novaclient master: Add release note link in README https://review.openstack.org/578664
07:07:08 openstackgerrit OpenStack Proposal Bot proposed openstack/nova master: Imported Translations from Zanata https://review.openstack.org/578019
07:19:03 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Merge server create for user data extension https://review.openstack.org/578709
07:36:26 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Merge server create for security group extension https://review.openstack.org/578714
07:36:41 openstackgerrit Lei Zhang proposed openstack/nova master: Add method to get cpu traits https://review.openstack.org/560317
07:42:43 openstackgerrit Lei Zhang proposed openstack/nova master: Add method to get cpu traits https://review.openstack.org/560317
07:58:13 openstackgerrit Balazs Gibizer proposed openstack/nova stable/queens: Fix unit test modifying global state https://review.openstack.org/578722
08:25:20 openstackgerrit zhangyangyang proposed openstack/nova master: Add the neutron doc link https://review.openstack.org/576682
08:59:38 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add request_spec.RequestGroup versioned object https://review.openstack.org/568840
08:59:39 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add requested_resources field to RequestSpec https://review.openstack.org/567267
08:59:40 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add bandwidth related standard resource classes https://review.openstack.org/570847
08:59:41 openstackgerrit Balazs Gibizer proposed openstack/nova master: Transfer port.resource_request to the scheduler https://review.openstack.org/567268
08:59:42 openstackgerrit Balazs Gibizer proposed openstack/nova master: Send resource allocations in the port binding https://review.openstack.org/569459
08:59:43 openstackgerrit Balazs Gibizer proposed openstack/nova master: Test boot with more ports with bandwidth request https://review.openstack.org/573317
09:02:55 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add request_spec.RequestGroup versioned object https://review.openstack.org/568840
09:02:56 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add requested_resources field to RequestSpec https://review.openstack.org/567267
09:02:57 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add bandwidth related standard resource classes https://review.openstack.org/570847
09:02:58 openstackgerrit Balazs Gibizer proposed openstack/nova master: Transfer port.resource_request to the scheduler https://review.openstack.org/567268
09:02:59 openstackgerrit Balazs Gibizer proposed openstack/nova master: Send resource allocations in the port binding https://review.openstack.org/569459
09:03:00 openstackgerrit Balazs Gibizer proposed openstack/nova master: Test boot with more ports with bandwidth request https://review.openstack.org/573317
09:18:08 quiquell|rover Hello, looks like we no longer have the 'certs' attribute at nova client ?
09:18:10 quiquell|rover https://docs.openstack.org/python-novaclient/pike/reference/api/v2/certs.html
09:18:42 openstackgerrit Dinesh Bhor proposed openstack/nova master: PCPU: Define numa dedicated CPU resource class https://review.openstack.org/561770
09:18:43 openstackgerrit Dinesh Bhor proposed openstack/nova master: NUMACell, InstanceNUMACell: Adopt 'PCPU' changes https://review.openstack.org/576021
09:18:44 openstackgerrit Dinesh Bhor proposed openstack/nova master: Report PCPU to placement https://review.openstack.org/577038
09:18:45 openstackgerrit Dinesh Bhor proposed openstack/nova master: Virt driver: Build guest xml https://review.openstack.org/577372
09:19:16 quiquell|rover https://review.openstack.org/#/c/532974/
09:41:14 openstackgerrit sahid proposed openstack/nova stable/queens: add mtu to libvirt xml for ethernet and bridge types https://review.openstack.org/578010
10:18:50 openstackgerrit Gaudenz Steinlin proposed openstack/nova master: Ignore some updates from virt driver https://review.openstack.org/523006
10:28:30 openstackgerrit Merged openstack/nova stable/queens: Make nova list and migration-list ignore down cells https://review.openstack.org/578152
11:31:08 openstackgerrit Jan Gutter proposed openstack/nova master: Convert vrouter legacy plugging to os-vif https://review.openstack.org/571325
11:53:22 ShilpaSD lyarwood: Hi
11:55:22 openstackgerrit Lee Yarwood proposed openstack/nova master: libvirt: Add missing encryption_secret_uuid tests for pre_live_migration https://review.openstack.org/540679
11:55:27 lyarwood ShilpaSD: hey
11:55:53 ShilpaSD lyarwood: i was going through your comment on >> https://review.openstack.org/#/c/550172/4/lib/nova
11:57:58 openstackgerrit Takashi NATSUME proposed openstack/nova master: Use nova.test.TestingException https://review.openstack.org/575012
11:58:22 openstackgerrit Takashi NATSUME proposed openstack/nova master: api-ref: Example verification for servers.inc https://review.openstack.org/529520
11:58:23 ShilpaSD lyarwood:vnc v1.0.0 has renamed vnc_auto.html to 'vnc_lite.html'
11:58:46 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in sec group test and functional tests https://review.openstack.org/576751
11:59:13 openstackgerrit Takashi NATSUME proposed openstack/nova master: Update admin/flavors document https://review.openstack.org/573063
12:00:19 ShilpaSD Bump noVNC to 1.0.0
12:00:19 ShilpaSD lyarwood: so this change is require to
12:01:12 lyarwood ShilpaSD: which change?
12:01:44 lyarwood ShilpaSD: oh the conditional, yeah we just need to point to vnc_lite.html when building from source
12:02:08 lyarwood ShilpaSD: packages should hopefully provide a symlink between the two, at least that's my plan for Fedora
12:07:08 ShilpaSD lyarwood: please elaborate 'packages should hopefully provide a symlink between the two', guide me to understand this
12:23:36 openstackgerrit Merged openstack/nova master: Make nova-lvm run in check on libvirt changes and compute API tests https://review.openstack.org/569149
12:23:55 openstackgerrit Merged openstack/nova master: Mention server status in api-ref when rebuild https://review.openstack.org/576438

Earlier   Later