From 915f55d14bdf7271e49657f5fcb86aeb69af892b Mon Sep 17 00:00:00 2001 From: Changbin Liu Date: Wed, 10 Jul 2013 14:37:04 -0400 Subject: [PATCH] Change chef-repo URL to AT&T's Change-Id: If31c35f6851d776fff2c25887887d65bf4136b57 --- inception/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inception/orchestrator.py b/inception/orchestrator.py index 1251f6c..aef8266 100644 --- a/inception/orchestrator.py +++ b/inception/orchestrator.py @@ -60,7 +60,7 @@ orchestrator_opts = [ default=False, help='execute Chef-related setup tasks in parallel'), cfg.StrOpt('chef_repo', - default='git://github.com/maoy/inception-chef-repo.git', + default='git://github.com/att/inception-chef-repo.git', help='URL of Chef repository'), cfg.StrOpt('chef_repo_branch', default='master',