Change chef-repo URL to AT&T's

Change-Id: If31c35f6851d776fff2c25887887d65bf4136b57
This commit is contained in:
Changbin Liu 2013-07-10 14:37:04 -04:00
parent cd094f4e8f
commit 915f55d14b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ orchestrator_opts = [
default=False, default=False,
help='execute Chef-related setup tasks in parallel'), help='execute Chef-related setup tasks in parallel'),
cfg.StrOpt('chef_repo', 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'), help='URL of Chef repository'),
cfg.StrOpt('chef_repo_branch', cfg.StrOpt('chef_repo_branch',
default='master', default='master',