Skip to content
Snippets Groups Projects
Commit e2dd10f7 authored by garciadav's avatar garciadav
Browse files

Minor fix to charmed installer. Expose OSM_HOSTNAME properly


Change-Id: I585eb7f490099fc9a86d072ab8e9a4b40ee378b9
Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
parent ff046ce5
No related branches found
No related tags found
No related merge requests found
......@@ -500,7 +500,7 @@ install_snaps
bootstrap_k8s_lxd
deploy_charmed_osm
install_osmclient
OSM_HOSTNAME=$(juju config nbi site_url | sed "s/http.*\?:\/\///"):443
export OSM_HOSTNAME=$(juju config nbi site_url | sed "s/http.*\?:\/\///"):443
add_local_k8scluster
if [ -v MICROSTACK ]; then
......
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