~ntt-pf-lab/nova/monkey_patch_notification

« back to all changes in this revision

Viewing changes to nova/network/manager.py

  • Committer: Lvov Maxim
  • Date: 2011-07-26 05:50:05 UTC
  • mfrom: (1320 nova)
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: usrleon@gmail.com-20110726055005-7olsp0giqup3pao7
merge with trunk, resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
        # NOTE(tr3buchet): all networks hosts in zone now use the same pool
259
259
        LOG.debug("QUOTA: %s" % quota.allowed_floating_ips(context, 1))
260
260
        if quota.allowed_floating_ips(context, 1) < 1:
261
 
            LOG.warn(_('Quota exceeeded for %s, tried to allocate '
 
261
            LOG.warn(_('Quota exceeded for %s, tried to allocate '
262
262
                       'address'),
263
263
                     context.project_id)
264
264
            raise quota.QuotaError(_('Address quota exceeded. You cannot '