Adds OracleLinux support
Adds OracleLinux to list of known operatingsystem. Because Oracle Linux is compatible with RHEL. http://www.oracle.com/us/technologies/027617.pdf Change-Id: I3660bd12f4a71882bfbfd81e9790f414dc3c3b56 Partial-Bug: 1440754
This commit is contained in:
parent
c191303e6b
commit
5d3c3c63ef
@ -47,7 +47,7 @@ class nova::params {
|
||||
'Fedora': {
|
||||
$special_service_provider = undef
|
||||
}
|
||||
'RedHat', 'CentOS', 'Scientific': {
|
||||
'RedHat', 'CentOS', 'Scientific', 'OracleLinux': {
|
||||
if (versioncmp($::operatingsystemmajrelease, '7') < 0) {
|
||||
$special_service_provider = 'init'
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user