yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #71597
[Bug 1754543] [NEW] not update request_spec.request_networks after attach or detach interface
Public bug reported:
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"
},
** Affects: nova
Importance: Undecided
Status: New
--
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):
New
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
Follow ups