Comment 1 for bug 1708733

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/491009
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=edbf88fa796b946430d7461580edfceb5cc5ca80
Submitter: Zuul
Branch: master

commit edbf88fa796b946430d7461580edfceb5cc5ca80
Author: Nick Timkovich <email address hidden>
Date: Fri Aug 4 12:56:19 2017 -0500

    Use specified phrases in lieu of 'Used' for limit summary

    Some resources, namely floating IPs, are limited based on those
    allocated, rather than in actual use. The "Allocated" string is present
    in the code but not used in the template. This effectively changes "Used
    X of Y" to "Allocated X of Y" for floating IPs.

    Change-Id: I7919b883a47d66b1e870862363d07e0f90bdbe7b
    Closes-Bug: #1708733