keypairs can not have an '@' sign in the name
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
Low
|
Matthias Runge | ||
Havana |
Fix Released
|
Low
|
Matthias Runge |
Bug Description
when importing a keypair and naming the keypair like "<email address hidden>":
you get the error "Unable to import keypair."
while the message from keystone is more clear:
DEBUG:urllib3.
RESP: [400] CaseInsensitive
RESP BODY: {"badRequest": {"message": "Keypair data is invalid: Keypair name contains unsafe characters", "code": 400}}
message": "Keypair data is invalid: Keypair name contains unsafe characters", "code": 400}}
we should return this message or try to prevent this issue at all.
Changed in horizon: | |
status: | New → Confirmed |
Changed in horizon: | |
milestone: | none → icehouse-2 |
importance: | Undecided → Low |
tags: | added: havana-backport-potential |
tags: | removed: havana-backport-potential |
Changed in horizon: | |
status: | Fix Committed → Fix Released |
Changed in horizon: | |
milestone: | icehouse-2 → 2014.1 |
Fix proposed to branch: master /review. openstack. org/64803
Review: https:/