Fix CONFIG_PROVISION_TEMPEST_REPO_URI default

The default value now 404's, so point at the upstream repo

Change-Id: Idd4dfb4a23291d56a474539630f7baa5c3c8e2bd
This commit is contained in:
Steven Hardy 2013-10-08 11:01:15 +01:00
parent dd58000013
commit 88a29a2f33
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def initConfig(controllerObject):
"PROMPT" : "What is the uri of the Tempest git repository?",
"OPTION_LIST" : [],
"VALIDATORS" : [validators.validate_not_empty],
"DEFAULT_VALUE" : "https://github.com/redhat-openstack/tempest.git",
"DEFAULT_VALUE" : "https://github.com/openstack/tempest.git",
"MASK_INPUT" : False,
"LOOSE_VALIDATION": True,
"CONF_NAME" : "CONFIG_PROVISION_TEMPEST_REPO_URI",