Update RefStack server URL to refstack.openstack.org.
Change-Id: I36308b2b0b15321369f2911f924653dddb2d089f
This commit is contained in:
parent
646a7b9cc7
commit
84e4ef114d
@ -473,11 +473,13 @@ def parse_cli_args(args=None):
|
|||||||
action='store',
|
action='store',
|
||||||
required=False,
|
required=False,
|
||||||
default=os.environ.get(
|
default=os.environ.get(
|
||||||
'REFSTACK_URL', 'http://refstack.net/api'),
|
'REFSTACK_URL',
|
||||||
|
'https://refstack.openstack.org/api'),
|
||||||
type=str,
|
type=str,
|
||||||
help='RefStack API URL to upload results to. '
|
help='RefStack API URL to upload results to. '
|
||||||
'Defaults to env[REFSTACK_URL] or '
|
'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).')
|
'(--url http://localhost:8000).')
|
||||||
|
|
||||||
network_args.add_argument('-k', '--insecure',
|
network_args.add_argument('-k', '--insecure',
|
||||||
|
Loading…
Reference in New Issue
Block a user