From 5787563d8045e3c95efa553bb03a30100099245f Mon Sep 17 00:00:00 2001 From: Rahul Nair Date: Tue, 14 Mar 2017 16:31:49 -0500 Subject: [PATCH] Changing default template URL As the templates have been moved to official repo, changing the default URL in config to reflect the same. Change-Id: If1050470947248f6c46a33bcaf1054dad3431b62 --- syntribos/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntribos/config.py b/syntribos/config.py index 07e5e7b6..8c2b9807 100644 --- a/syntribos/config.py +++ b/syntribos/config.py @@ -310,8 +310,8 @@ def list_remote_opts(): help=_("Remote URI to download payloads.")), cfg.StrOpt( "templates_uri", - default=("https://github.com/rahulunair/openstack-templates/" - "archive/master.tar.gz"), + default=("https://github.com/openstack/" + "syntribos-openstack-templates/archive/master.tar.gz"), help=_("Remote URI to download templates.")), cfg.BoolOpt("enable_cache", default=True, help=_(