Skip to content
Snippets Groups Projects
Commit c110dca8 authored by calvinosanc1's avatar calvinosanc1 Committed by Mark Beierl
Browse files

Disabling SSL from internal NBI http server in Charmed OSM


Change-Id: I53c2f75ba15e5c0217cb5312a6c08ed576fcd6f0
Signed-off-by: default avatarGuillermo Calvino <guillermo.calvino@canonical.com>
parent 83aed249
No related branches found
No related tags found
No related merge requests found
......@@ -283,6 +283,11 @@ class OsmNbiCharm(CharmBase):
"OSMNBI_AUTHENTICATION_SERVICE_USERNAME": self.keystone_client.username,
"OSMNBI_AUTHENTICATION_SERVICE_PASSWORD": self.keystone_client.password,
"OSMNBI_AUTHENTICATION_SERVICE_PROJECT": self.keystone_client.service,
# DISABLING INTERNAL SSL SERVER
"OSMNBI_SERVER_SSL_MODULE": "",
"OSMNBI_SERVER_SSL_CERTIFICATE": "",
"OSMNBI_SERVER_SSL_PRIVATE_KEY": "",
"OSMNBI_SERVER_SSL_PASS_PHRASE": "",
},
}
},
......
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