acceptance: stop testing nfs-ganesha backend

There is a packaging error in CentOS 7.3 with nfs-ganesha package, where
it can't be found anymore.

Until we sort things out, let's disable this class for now.

Change-Id: Ied028e5b37b22169ac4818a18f4f828896d62e50
This commit is contained in:
Emilien Macchi 2016-12-22 10:06:37 -05:00
parent 50fc09c382
commit f04ee23b09
1 changed files with 0 additions and 4 deletions

View File

@ -50,10 +50,6 @@ describe 'basic manila' do
class { '::manila::api': }
class { '::manila::scheduler': }
# NFS-Ganesha backend. Currently this feature is only for RHEL systems
# because Debian/Ubuntu systems do not have nfs-ganesha package yet.
class { '::manila::ganesha': }
# missing: backends, share, service_instance
EOS