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',