Merge "fix storage.yaml to write environments/storage/nova-nfs.yaml" into stable/queens

This commit is contained in:
Zuul 2019-04-24 02:06:46 +00:00 committed by Gerrit Code Review
commit 3f6ef5c74e
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ parameter_defaults:
# NFS version used for nova storage (when NovaNfsEnabled is true). Since NFSv3 does not support full locking a NFSv4 version need to be used. To not break current installations the default is the previous hard coded version 4.
# Type: string
NovaNfsVersion: 4.2
NovaNfsVersion: "4.2"
# ******************************************************
# Static parameters - these are values that must be

View File

@ -88,7 +88,7 @@ environments:
- NovaNfsVersion
sample_values:
NovaNfsEnabled: True
NovaNfsVersion: '4.2'
NovaNfsVersion: '"4.2"'
static:
- NovaNfsEnabled
description: |