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)
(cherry picked from commit 247e8e86f3)
(cherry picked from commit fbd3638e2d)
This commit is contained in:
Piotr Kopec 2019-06-14 14:33:47 +02:00
parent fce0a21690
commit bc1bfd8f70
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ resources:
nova::compute::libvirt::volume_use_multipath: NovaLibvirtVolumeUseMultipath
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