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

I applied that patch to the wrong branch...

This reverts commit c623396ff9.

Change-Id: I76ab3b7562b37e09d54b00bfee91664f1ac1b815
This commit is contained in:
Emilien Macchi 2020-07-27 23:30:07 +00:00
parent 33e0cc977d
commit 2f90b82189
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/tripleou',
'namespace': 'docker.io/tripleomaster',
'name_prefix':
'centos-binary-'
}
@ -623,7 +623,7 @@ class TestContainerImagePrepare(TestPluginV1):
'neutron_driver': 'ovn',
'name_suffix': '',
'tag': 'latest',
'namespace': 'docker.io/tripleou',
'namespace': 'docker.io/tripleomaster',
'name_prefix':
'centos-binary-'
},

View File

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