Skip to content

Commit

Permalink
Rename swagger to openapi in configuration
Browse files Browse the repository at this point in the history
Rename swagger to openapi in configuration so that it can be renamed
in readme files and in parameters/variables after

JIRA: LIGHTY-225
Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
  • Loading branch information
Tobianas committed May 16, 2023
1 parent d17787f commit f26ef04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"keyStoreFilePath":"keystore/lightyio.jks",
"trustKeyStorePassword":"8pgETwat",
"trustKeyStoreFilePath":"keystore/lightyio.jks",
"enableSwagger": false
"enableOpenAPI": false
},
"netconf-northbound":{
"connectionTimeout":20000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ data:
"keyStoreFilePath": "{{ .Values.lighty.server.keyStoreDirectory }}/{{ .Values.lighty.server.keyStoreFileName }}",
"trustKeyStorePassword": {{ .Values.lighty.server.trustKeyStorePassword | quote }},
"trustKeyStoreFilePath": "{{ .Values.lighty.server.trustKeyStoreDirectory }}/{{ .Values.lighty.server.trustKeyStoreFileName }}",
"enableSwagger": {{ .Values.lighty.server.enableSwagger }}
"enableOpenAPI": {{ .Values.lighty.server.enableOpenAPI }}
},
"netconf-northbound":{
"connectionTimeout":20000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lighty:
trustKeyStorePassword: "8pgETwat"
trustKeyStoreDirectory: "keystore"
trustKeyStoreFileName: "lightyio.jks"
enableSwagger: false
enableOpenAPI: false

jmx:
# Port on which JMX server in image is listening, should be same as defined in dockerfile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"restconfServletContextPath":"/restconf"
},
"lighty-server" : {
"enableSwagger": true
"enableOpenAPI": true
}
}

0 comments on commit f26ef04

Please sign in to comment.