Reviewed: https://review.openstack.org/558364 Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=be94318add2b0c89a94b1a6a542ed2ff74ce3b48 Submitter: Zuul Branch: master
commit be94318add2b0c89a94b1a6a542ed2ff74ce3b48 Author: Takashi NATSUME <[email protected]> Date: Tue Apr 3 14:26:01 2018 +0900 Replace GB with GiB In documents and comments, 'GB' (gigabyte) is used. Strictly 'GiB' (gibibyte) should be used. So replace 'GB' with 'GiB'. Change-Id: Ic03f202d4fe357bc6400275abdccd4b37521f4a3 Closes-Bug: #1521791 ** Changed in: python-novaclient Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1521791 Title: Nova client incorrectly lists block storage size units in GB Status in OpenStack Compute (nova): Fix Released Status in openstack-api-site: Invalid Status in python-novaclient: Fix Released Bug description: Both Horizon and the nova client documents the block storage size parameters in gigabytes(GB), when it should be in gibibytes (GiB). Both the cinder and manila clients and associated Horizon panels have been changed to address this issue. Nova should follow suit for consistency. Related bugs: https://bugs.launchpad.net/horizon/+bug/1511167 https://bugs.launchpad.net/python-manilaclient/+bug/1516841 https://bugs.launchpad.net/horizon/+bug/1516848 To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1521791/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

