[ussuri] TCIB: change default namespace to tripleou

... instead of tripleomaster.

Change-Id: I75a0f2ff33b184dada9ba6d49f43b1022743d018
This commit is contained in:
Emilien Macchi 2020-07-27 19:31:19 -04:00
parent fe5e12116d
commit 87aa47cab3
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(