Skip to content
Snippets Groups Projects
Commit c61310ad authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Service component:

- Corrected format of optical controller URL's port number
parent 191579f3
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!223Resolve "Fix OFC'24 end-to-end test for Optical Controller component"
......@@ -39,7 +39,7 @@ VAR_NAME_OPTICAL_CTRL_SCHEMA = get_optical_controller_setting('SCHEMA')
VAR_NAME_OPTICAL_CTRL_HOST = get_optical_controller_setting(ENVVAR_SUFIX_SERVICE_HOST)
VAR_NAME_OPTICAL_CTRL_PORT = get_optical_controller_setting(ENVVAR_SUFIX_SERVICE_PORT_GRPC)
OPTICAL_CTRL_BASE_URL = '{:s}://{:s}:{:s}/OpticalTFS'
OPTICAL_CTRL_BASE_URL = '{:s}://{:s}:{:d}/OpticalTFS'
def get_optical_controller_base_url() -> str:
settings = find_environment_variables([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment