Merge "Fix syntax in devstack plugin" into stable/ocata

This commit is contained in:
Jenkins 2017-03-21 15:15:36 +00:00 committed by Gerrit Code Review
commit 41673af496
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ function _install_nfs_and_samba {
install_package nfs-utils samba
elif is_suse; then
install_package nfs-kernel-server nfs-utils samba
else:
else
echo "This distro is not supported. Skipping step of NFS and Samba installation."
fi
}