Skip to content

Commit 6656f02

Browse files
author
Ashley Penney
committed
Merge pull request redhat-openstack#97 from apenney/add-platforms
Add RHEL7 and Ubuntu 14.04 support.
2 parents 85f00fe + 61203df commit 6656f02

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

metadata.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,32 @@
1111
"operatingsystem": "RedHat",
1212
"operatingsystemrelease": [
1313
"5",
14-
"6"
14+
"6",
15+
"7"
1516
]
1617
},
1718
{
1819
"operatingsystem": "CentOS",
1920
"operatingsystemrelease": [
2021
"5",
21-
"6"
22+
"6",
23+
"7"
2224
]
2325
},
2426
{
2527
"operatingsystem": "OracleLinux",
2628
"operatingsystemrelease": [
2729
"5",
28-
"6"
30+
"6",
31+
"7"
2932
]
3033
},
3134
{
3235
"operatingsystem": "Scientific",
3336
"operatingsystemrelease": [
3437
"5",
35-
"6"
38+
"6",
39+
"7"
3640
]
3741
},
3842
{
@@ -52,7 +56,8 @@
5256
"operatingsystem": "Ubuntu",
5357
"operatingsystemrelease": [
5458
"10.04",
55-
"12.04"
59+
"12.04",
60+
"14.04"
5661
]
5762
},
5863
{

0 commit comments

Comments
 (0)