Update keypair import url

Since this bp reorganise-access-and-security,
move access_and_security to separate panel,
there are some places url need to change too.

Partial-Bug: #1679895

Change-Id: I51ae06363f974ca8e31e9af152ae500de54aa3ed
This commit is contained in:
zhurong 2017-04-12 09:33:51 +08:00
parent c88d5c1de3
commit a1de2b5447
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ class SetInstanceDetails(workflows.Step):
return context
KEYPAIR_IMPORT_URL = "horizon:project:key_pairs:keypairs:import"
KEYPAIR_IMPORT_URL = "horizon:project:key_pairs:import"
class SetAccessControlsAction(workflows.Action):