RedHad support in nova::network::bridge
This commit is contained in:
parent
8e15bf943c
commit
4240bf2200
@ -20,10 +20,10 @@ define nova::network::bridge ( $ip, $netmask = "255.255.255.0" )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
'fedora' : {
|
'fedora', 'CentOS', 'RedHat' : {
|
||||||
}
|
}
|
||||||
|
|
||||||
default: { fail('nova::network_bridge currently only supports Debian and Ubuntu') }
|
default: { fail('nova::network_bridge currently only supports Debian, Ubuntu, Fedora, CentOS and RedHat') }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user