Install nfs-utils on compute nodes

The package is required on compute nodes when using NFS backend for
Cinder. This won't make a difference between working and non-working
cloud now that we build a joint overcloud image for all
roles (controller element will pull in nfs-utils). However, for
completeness sake the nfs-utils package should be listed in the compute
element too.

Change-Id: Ia08dac977a2ad2d5f142223561e714d1b4e2fca5
This commit is contained in:
Jiri Stransky 2015-07-02 14:32:30 +02:00
parent 3f27a32a85
commit 3472f84950
2 changed files with 2 additions and 0 deletions

View File

@ -4,5 +4,6 @@ libvirt_package
neutron_package
neutron_ml2_package
neutron_openvswitch_package
nfs_package
nova_compute_package
pacemaker_remote_package

View File

@ -6,6 +6,7 @@
"neutron_package": "openstack-neutron",
"neutron_ml2_package": "openstack-neutron-ml2",
"neutron_openvswitch_package": "openstack-neutron-openvswitch",
"nfs_package": "nfs-utils",
"nova_compute_package": "openstack-nova-compute",
"pacemaker_remote_package": "pacemaker-remote"
}