Set default value of disk-allocation-ratio to 1.0

This makes it inline with upstream Openstack defaults.

Change-Id: Id771c26a7b023bc5fdc330e03758e5425dc60e8e
This commit is contained in:
Edward Hope-Morley 2017-11-10 09:43:08 +00:00
parent e824e45ed2
commit 8dc0b72a4b
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ options:
at the potential expense of instance performance.
disk-allocation-ratio:
type: float
default: 0.0
default: 1.0
description: |
Increase the amount of disk space that nova can overcommit to guests.
.