Merge "Fix the import keypair url"
This commit is contained in:
commit
40ef94e7a2
@ -53,8 +53,7 @@ TYPES.update({
|
|||||||
'floatingip': fields.FloatingIpBooleanField
|
'floatingip': fields.FloatingIpBooleanField
|
||||||
})
|
})
|
||||||
|
|
||||||
# From Horizon project/instances/workflow/create_instance
|
KEYPAIR_IMPORT_URL = "horizon:project:key_pairs:import"
|
||||||
KEYPAIR_IMPORT_URL = "horizon:project:access_and_security:keypairs:import"
|
|
||||||
TYPES_KWARGS = {
|
TYPES_KWARGS = {
|
||||||
'keypair': {'add_item_link': KEYPAIR_IMPORT_URL}
|
'keypair': {'add_item_link': KEYPAIR_IMPORT_URL}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user