summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-07-23 23:36:06 +0000
committerGerrit Code Review <review@openstack.org>2019-07-23 23:36:06 +0000
commitab34c941be28f3486cd2699af8d9237e9edac351 (patch)
treef87db54029d6d5da2780083bd193f4487cac9f13 /api-ref
parent6d2b005b740060aeaac1a3813f0da56c85bbebfd (diff)
parent78645e61c63bf042453d1f822ae8b3f1ee6a311b (diff)
downloadnova-ab34c941be28f3486cd2699af8d9237e9edac351.tar.gz
Merge "Remove deprecated Core/Ram/DiskFilter"
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 55e8d49728..0299dc4368 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -2378,14 +2378,16 @@ disabled_reason_body:
disk_available_least:
description: |
The actual free disk on this hypervisor(in GiB). If allocation ratios used
- for overcommit are configured, this may be negative.
+ for overcommit are configured, this may be negative. This is intentional as
+ it provides insight into the amount by which the disk is overcommitted.
in: body
required: true
type: integer
disk_available_least_total:
description: |
The actual free disk on all hypervisors(in GiB). If allocation ratios used
- for overcommit are configured, this may be negative.
+ for overcommit are configured, this may be negative. This is intentional as
+ it provides insight into the amount by which the disk is overcommitted.
in: body
required: true
type: integer