add python_path
This commit is contained in:
parent
e50dda39ed
commit
7ac5c152a9
@ -17,6 +17,7 @@ class cinder::params {
|
||||
|
||||
$tgt_package_name = 'tgt'
|
||||
$tgt_service_name = 'tgt'
|
||||
$python_path = 'python2.7/dist-packages'
|
||||
|
||||
}
|
||||
|
||||
@ -34,7 +35,7 @@ class cinder::params {
|
||||
|
||||
$tgt_package_name = 'scsi-target-utils'
|
||||
$tgt_service_name = 'tgtd'
|
||||
|
||||
$python_path = 'python2.6/site-packages'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user