Merge "Changed alert message to show actual IP instead of obj_id for 'Disassociate IP' action."
This commit is contained in:
commit
8f339f5216
@ -79,7 +79,7 @@ class DisassociateIP(tables.Action):
|
|||||||
LOG.info('Disassociating Floating IP "%s".' % obj_id)
|
LOG.info('Disassociating Floating IP "%s".' % obj_id)
|
||||||
messages.success(request,
|
messages.success(request,
|
||||||
_('Successfully disassociated Floating IP: %s')
|
_('Successfully disassociated Floating IP: %s')
|
||||||
% obj_id)
|
% fip.ip)
|
||||||
except:
|
except:
|
||||||
exceptions.handle(request,
|
exceptions.handle(request,
|
||||||
_('Unable to disassociate floating IP.'))
|
_('Unable to disassociate floating IP.'))
|
||||||
|
Loading…
Reference in New Issue
Block a user