Merge "Map build host repos to distro.repos.d instead of yum.repos.d"
This commit is contained in:
@@ -175,7 +175,7 @@ class TestContainerImages(deploy_fakes.TestDeployOvercloud):
|
|||||||
(
|
(
|
||||||
"volumes",
|
"volumes",
|
||||||
[
|
[
|
||||||
"/etc/yum.repos.d:/etc/yum.repos.d:z",
|
"/etc/yum.repos.d:/etc/distro.repos.d:z",
|
||||||
"/etc/pki/rpm-gpg:/etc/pki/rpm-gpg:z",
|
"/etc/pki/rpm-gpg:/etc/pki/rpm-gpg:z",
|
||||||
"bind/mount",
|
"bind/mount",
|
||||||
],
|
],
|
||||||
|
@@ -186,7 +186,7 @@ class Build(command.Command):
|
|||||||
dest="volumes",
|
dest="volumes",
|
||||||
metavar="<volume-path>",
|
metavar="<volume-path>",
|
||||||
default=[
|
default=[
|
||||||
"/etc/yum.repos.d:/etc/yum.repos.d:z",
|
"/etc/yum.repos.d:/etc/distro.repos.d:z",
|
||||||
"/etc/pki/rpm-gpg:/etc/pki/rpm-gpg:z",
|
"/etc/pki/rpm-gpg:/etc/pki/rpm-gpg:z",
|
||||||
],
|
],
|
||||||
action="append",
|
action="append",
|
||||||
|
Reference in New Issue
Block a user