~ubuntu-branches/ubuntu/precise/horizon/precise-updates

« back to all changes in this revision

Viewing changes to horizon/horizon/dashboards/nova/access_and_security/floating_ips/forms.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-02-24 10:49:27 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120224104927-0v71grkyxtu106l4
Tags: 2012.1~e4~20120224.1386-0ubuntu1
New upstream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
                     % (fip.ip, data['tenant_id']))
84
84
 
85
85
            messages.success(request,
86
 
                             _('Successfully allocated Floating IP "%(ip)s"\
 
86
                             _('Successfully allocated Floating IP "%(ip)s" \
87
87
                                to tenant "%(tenant)s"')
88
88
                             % {"ip": fip.ip, "tenant": data['tenant_id']})
89
89
        except: