Fix NovaNfs role parameters

This I2702a022565a130ab339d165cb2252ad67d1162e introduces bug
which breaks NFS for Nova. The NFS task in in host_prep_tasks
did not run because we did not meet the nfs_backend_enable|bool
condition.

Closes-Bug: #1832850

Change-Id: Id918080bf0817ce24eb4abe716a4f1b1375c236d
(cherry picked from commit 60248889a5)
This commit is contained in:
Piotr Kopec 2019-06-14 14:33:47 +02:00
parent ee46829483
commit 247e8e86f3
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ resources:
compute_enable_ksm: NovaComputeEnableKsm
nova::compute::rbd::libvirt_images_rbd_pool: NovaRbdPoolName
tripleo::profile::base::nova::compute::nova_nfs_enabled: NovaNfsEnabled
nfs_backend_enable: NovaNfsEnabled
nfs_share: NovaNfsShare
nfs_options: NovaNfsOptions
nfs_vers: NovaNfsVersion