Fix sg-core test
Adding "http://" to the sg-core address fixes the sg-core test on Ubuntu noble. I hope this is a small enough change to the default to be safe to merge. Change-Id: If3f67d3ec5c1b8c85362a7d79d857872bff042fe
This commit is contained in:
parent
975887d0f1
commit
bc2736e354
@ -81,7 +81,7 @@ telemetry_opts = [
|
||||
help="Disable SSL certificate validation when running "
|
||||
"scenario tests"),
|
||||
cfg.StrOpt('sg_core_service_url',
|
||||
default="127.0.0.1:3000",
|
||||
default="http://127.0.0.1:3000",
|
||||
help="URL to sg-core prometheus endpoint"),
|
||||
cfg.StrOpt('prometheus_service_url',
|
||||
default="127.0.0.1:9090",
|
||||
|
Loading…
Reference in New Issue
Block a user