Skip to content
Snippets Groups Projects
Commit 55d4c5ff authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix using rhel as a base build image"

parents ccc68d78 879b4463
No related branches found
No related tags found
No related merge requests found
...@@ -18,10 +18,10 @@ from oslo_config import types ...@@ -18,10 +18,10 @@ from oslo_config import types
from kolla.version import version_info as version from kolla.version import version_info as version
BASE_OS_DISTRO = ['centos', 'ubuntu', 'oraclelinux', 'debian'] BASE_OS_DISTRO = ['centos', 'rhel', 'ubuntu', 'oraclelinux', 'debian']
DISTRO_RELEASE = { DISTRO_RELEASE = {
'centos': '7', 'centos': '7',
'redhat': '7', 'rhel': '7',
'oraclelinux': '7', 'oraclelinux': '7',
'debian': '8', 'debian': '8',
'ubuntu': '16.04', 'ubuntu': '16.04',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment