diff --git a/doc/source/admin/manage-flavors.rst b/doc/source/admin/manage-flavors.rst index 91255a765d..4fd224bc0d 100644 --- a/doc/source/admin/manage-flavors.rst +++ b/doc/source/admin/manage-flavors.rst @@ -11,7 +11,7 @@ As of Newton, there are no default flavors. The following table lists the default flavors for Mitaka and earlier. ============ ========= =============== ============= - Flavor VCPUs Disk (in GB) RAM (in MB) + Flavor vCPUs Disk (in GB) RAM (in MB) ============ ========= =============== ============= m1.tiny 1 1 512 m1.small 1 20 2048 @@ -40,7 +40,7 @@ Create flavors **ID** Unique ID (integer or UUID) for the new flavor. If specifying 'auto', a UUID will be automatically generated. - **VCPUs** Enter the number of virtual CPUs to + **vCPUs** Enter the number of virtual CPUs to use. **RAM (MB)** Enter the amount of RAM to use, in megabytes. diff --git a/doc/source/admin/manage-instances.rst b/doc/source/admin/manage-instances.rst index 9f727ecc02..a2564ca202 100644 --- a/doc/source/admin/manage-instances.rst +++ b/doc/source/admin/manage-instances.rst @@ -62,7 +62,7 @@ Track usage Use the :guilabel:`Overview` category to track usage of instances for each project. -You can track costs per month by showing meters like number of VCPUs, +You can track costs per month by showing meters like number of vCPUs, disks, RAM, and uptime of all your instances. #. Log in to the Dashboard and select the :guilabel:`admin` project from the diff --git a/doc/source/admin/set-quotas.rst b/doc/source/admin/set-quotas.rst index 7ed7451eda..f9b87d6964 100644 --- a/doc/source/admin/set-quotas.rst +++ b/doc/source/admin/set-quotas.rst @@ -71,7 +71,7 @@ The following table describes the Compute and Block Storage service quotas: | Snapshots | Volume snapshots allowed for | Block Storage | | | each project. | | +--------------------+------------------------------------+---------------+ -| VCPUs | Instance cores allowed for each | Compute | +| vCPUs | Instance cores allowed for each | Compute | | | project. | | +--------------------+------------------------------------+---------------+ | Volumes | Volumes allowed for each | Block Storage | diff --git a/doc/source/configuration/settings.rst b/doc/source/configuration/settings.rst index 8ba89b3453..7fd2a33b36 100644 --- a/doc/source/configuration/settings.rst +++ b/doc/source/configuration/settings.rst @@ -2154,12 +2154,12 @@ Default: When launching a new instance the default flavor is sorted by RAM usage in ascending order. -You can customize the sort order by: id, name, ram, disk and vcpus. +You can customize the sort order by: id, name, ram, disk and vCPUs. Additionally, you can insert any custom callback function. You can also provide a flag for reverse sort. See the description in local_settings.py.example for more information. -This example sorts flavors by vcpus in descending order: +This example sorts flavors by vCPUs in descending order: .. code-block:: python diff --git a/horizon/templates/horizon/common/_usage_summary.html b/horizon/templates/horizon/common/_usage_summary.html index ae3770dd8a..f2d2b529bc 100644 --- a/horizon/templates/horizon/common/_usage_summary.html +++ b/horizon/templates/horizon/common/_usage_summary.html @@ -13,7 +13,7 @@