Comment 0 for bug 1415209

Revision history for this message
Michael McCune (mimccune) wrote : Unable to delete keypairs with consecutive underscores characters in their names

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.