Skip to content

Commit

Permalink
Merge pull request #141 from mfoliveira:use-https-after-vault-init-too
Browse files Browse the repository at this point in the history
openstack/novarc: export HTTPS on rerun after vault init
  • Loading branch information
nicolasbock authored Sep 28, 2023
2 parents df1dfde + 6fa1731 commit b8553c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/novarc
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ END
return;;
esac
fi
export OS_AUTH_PROTOCOL=https
fi
export OS_AUTH_PROTOCOL=https
else
unset OS_AUTH_PROTOCOL
fi
Expand Down

0 comments on commit b8553c6

Please sign in to comment.