network agent delete throws "ignore_missing" error
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Fix Released
|
Undecided
|
Praveen N | ||
Bug Description
deleting a network agent throws below error:
[root@server] # openstack network agent delete e8d1c0ff-
Failed to delete network agent with ID 'e8d1c0ff-
1 of 1 network agents failed to delete.
it seems that the take_action() function is using the get_agent() function with wrong attributes.
the following line [1] should not have the "ignore_
once i removed the second attribute in this line the command worked successfully.
| Changed in python-openstackclient: | |
| assignee: | nobody → Praveen N (praveenn) |
Fix proposed to branch: master /review. openstack. org/495155
Review: https:/