Remove V1 from FM endpoint
This change is required to enable the FM panels in the containerized horizon. The fmclient dependency used by the back-end already includes the reference to "v1". Then "v1" should not be part of the endpoint. Story: 2004008 Task: 34183 Change-Id: Ibe92d942b2847ef6d9271595fcc9ac2faad2fb13 Co-authored-by: Sun Austin <austin.sun@intel.com> Signed-off-by: Mario Alfredo Carrillo Arevalo <mario.alfredo.c.arevalo@intel.com>
This commit is contained in:
parent
dd7ff62936
commit
e8e0c74292
@ -263,7 +263,7 @@ endpoints:
|
||||
host_fqdn_override:
|
||||
default: null
|
||||
path:
|
||||
default: "/v1"
|
||||
default: null
|
||||
scheme:
|
||||
default: 'http'
|
||||
port:
|
||||
|
Loading…
Reference in New Issue
Block a user