← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1754543] Re: not update request_spec.request_networks after attach or detach interface

 

The request spec is to track the initial server create request, not to
be a complete mirror of everything that has ever happened to the
instance, like when volumes and ports are attached to it.

I don't see how this is a bug - what end-user issue do you have as a
result of this?

** Changed in: nova
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1754543

Title:
  not update request_spec.request_networks after attach or detach
  interface

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  i attach a port to vm ,but request_spec.request_networks did not
  update. port_id of request_spec.request_networks is null.

  "request_networks": {
  			"nova_object.version": "1.1",
  			"nova_object.changes": ["objects"],
  			"nova_object.name": "NetworkRequestList",
  			"nova_object.data": {
  				"objects": [{
  					"nova_object.version": "1.2",
  					"nova_object.changes": ["network_id", "pci_request_id", "tag", "port_id", "address"],
  					"nova_object.name": "NetworkRequest",
  					"nova_object.data": {
  						"network_id": "90ba0584-b2b7-4f6a-b862-f77864d8626f",
  						"pci_request_id": null,
  						"tag": null,
  						"port_id": null,
  						"address": null
  					},
  					"nova_object.namespace": "nova"
  				}]
  			},
  			"nova_object.namespace": "nova"
  		},

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1754543/+subscriptions


References