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
This commit is contained in:
Rahul Nair 2017-03-14 16:31:49 -05:00
parent 47a1d21ef8
commit 5787563d80
1 changed files with 2 additions and 2 deletions

View File

@ -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=_(