Disable configuration of tgtd on RHEL 7

- This is a stage I fix for bug #1400958. First disable the related
resources for tgtd.
- Bump version to 10.1.0 to indicate this is a start point of new
platform support

Change-Id: Id3757f7847ba0620d4bf4492160921389e3ef475
Partial-bug: #1400958
This commit is contained in:
Yi Ming Yin
2014-12-17 11:19:56 +08:00
parent e726f9b93f
commit dad180e458
6 changed files with 46 additions and 10 deletions

View File

@@ -20,6 +20,11 @@ REDHAT_OPTS = {
version: '6.5',
log_level: LOG_LEVEL
}
REDHAT7_OPTS = {
platform: 'redhat',
version: '7.0',
log_level: LOG_LEVEL
}
UBUNTU_OPTS = {
platform: 'ubuntu',
version: '12.04',