Unable to delete keypairs with consecutive underscores in their names
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
New
|
Low
|
Unassigned |
Bug Description
According to this nova source[1], keypair names can have any combinations of numbers, letters, spaces, hyphens, and underscores. When attempting to delete keypairs with consecutive underscores in their names the keypairs are not deleted and occasionally an info popup is displayed.
steps to reproduce:
test 1
1. create a keypair with the name "__a"
2. delete the keypair with the button on it's line
result is an info box with the text "Please select a row before taking that action."
test 2
1. create a keypair with the name "a__"
2. delete the keypair with the button on it's line
result is no change in the list.
This only appears to be an issue when the name has multiple consecutive underscores. This appears to only happen through the dashboard as these keypairs can be deleted by name from the `nova` cli tool.
If the keypairs are selected using the checkboxes and deleted en masse using the global delete button then they are successfully deleted.
[1]: https:/
description: | updated |
description: | updated |
Changed in horizon: | |
assignee: | nobody → lilly (lilly-spandanabarukula) |
summary: |
- Unable to delete keypairs with consecutive underscores characters in - their names + Unable to delete keypairs with consecutive underscores in their names |
Changed in horizon: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in horizon: | |
status: | Confirmed → In Progress |
Changed in horizon: | |
status: | In Progress → Confirmed |
assignee: | lilly (lilly-spandanabarukula) → nobody |
Changed in horizon: | |
status: | Incomplete → New |
Hello Michael,
I have reproduced the bug and i am also facing the same issue in two scenerios, am debugging it.
Thanks & Regards,
Lilly