Merge "[ussuri] TCIB: change default namespace to triploeu"

This commit is contained in:
Zuul 2020-07-24 00:23:37 +00:00 committed by Gerrit Code Review
commit 33e0cc977d
2 changed files with 3 additions and 3 deletions

View File

@ -603,7 +603,7 @@ class TestContainerImagePrepare(TestPluginV1):
'neutron_driver': 'ovn',
'name_suffix': '',
'tag': 'latest',
'namespace': 'docker.io/tripleomaster',
'namespace': 'docker.io/tripleou',
'name_prefix':
'centos-binary-'
}
@ -623,7 +623,7 @@ class TestContainerImagePrepare(TestPluginV1):
'neutron_driver': 'ovn',
'name_suffix': '',
'tag': 'latest',
'namespace': 'docker.io/tripleomaster',
'namespace': 'docker.io/tripleou',
'name_prefix':
'centos-binary-'
},

View File

@ -138,7 +138,7 @@ class Build(command.Command):
"--namespace",
dest="namespace",
metavar="<registry-namespace>",
default="tripleomaster",
default="tripleou",
help=_("Container registry namespace (default: %(default)s)"),
)
parser.add_argument(