Update RefStack server URL to refstack.openstack.org.

Change-Id: I36308b2b0b15321369f2911f924653dddb2d089f
This commit is contained in:
cdiep 2015-10-09 16:47:10 -07:00
parent 646a7b9cc7
commit 84e4ef114d

View File

@ -473,11 +473,13 @@ def parse_cli_args(args=None):
action='store',
required=False,
default=os.environ.get(
'REFSTACK_URL', 'http://refstack.net/api'),
'REFSTACK_URL',
'https://refstack.openstack.org/api'),
type=str,
help='RefStack API URL to upload results to. '
'Defaults to env[REFSTACK_URL] or '
'http://refstack.net/api if it is not set '
'https://refstack.openstack.org/'
'api if it is not set '
'(--url http://localhost:8000).')
network_args.add_argument('-k', '--insecure',