The libraries jobs fails with:
manifests/params.pp:7:ERROR: two-space soft tabs not used

Change-Id: I9062c03df8700cadbf759aabad0ff27063c47fae
Closes-Bug: #1806790
This commit is contained in:
ZhongShengping 2018-12-12 08:44:56 +08:00
parent a462a45f92
commit c7af61f295

View File

@ -7,7 +7,7 @@ class manila::params {
include ::openstacklib::defaults
if ($::os_package_type == 'debian') or ($::os['name'] == 'Fedora') or
($::os['family'] == 'RedHat' and Integer.new($::os['release']['major']) > 7) {
($::os['family'] == 'RedHat' and Integer.new($::os['release']['major']) > 7) {
$pyvers = '3'
} else {
$pyvers = ''