Merge "Resolves issue where to allow custom repo URLS" into stable/mitaka

This commit is contained in:
Jenkins 2016-07-20 16:06:13 +00:00 committed by Gerrit Code Review
commit 485d56dee0
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ repo_id_map = {
os_type_map = {
"centos6": "redhat6",
"redhat6": "redhat6"
"redhat6": "redhat6",
"centos7": "redhat7",
"redhat7": "redhat7"
}