Merge "Changing default template URL"

This commit is contained in:
Jenkins 2017-03-14 22:27:40 +00:00 committed by Gerrit Code Review
commit ba47ac7625
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=_(