From 9803b4594018667429126c8cf6d7913e2ed24370 Mon Sep 17 00:00:00 2001 From: Vikas Jain Date: Wed, 8 Jun 2016 17:11:41 -0700 Subject: [PATCH] Changed namespace from kolla to kollaglue in oslo The oslo configuration generates containers that default namespace to kolla instead of kollaglue docker hub registry upstream. The impact of this bug is that when using oslo config generator, the default containers can't be launched. Change-Id: I29a75874af0453df89eca6d6a9294441204d85f5 Closes-Bug: #1590619 --- etc/oslo-config-generator/kolla-build.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/oslo-config-generator/kolla-build.conf b/etc/oslo-config-generator/kolla-build.conf index a59c08d7f8..3a27584950 100644 --- a/etc/oslo-config-generator/kolla-build.conf +++ b/etc/oslo-config-generator/kolla-build.conf @@ -1,3 +1,3 @@ [DEFAULT] output_file = etc/kolla/kolla-build.conf -namespace = kolla +namespace = kollaglue