-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add all available endpoints to zos environment #2415
Conversation
qemu/vm.sh
Outdated
@@ -8,7 +8,7 @@ kernelargs="" | |||
bridge=zos0 | |||
graphics="-nographic -nodefaults" | |||
smp=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why changing this file?
looks like need separate PR for this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was by mistake, removed it
dcb7b75
to
ba93865
Compare
ba93865
to
a900c92
Compare
7d49b65
to
2664e82
Compare
2664e82
to
88fae6c
Compare
Str("terms and conditions link", termsAndConditionsLink). | ||
Str("terms and conditions hash", termsAndConditionsHash). | ||
Msg("method called") | ||
g.mu.Lock() | ||
defer g.mu.Unlock() | ||
return g.sub.EnsureAccount(g.identity, activationURL, termsAndConditionsLink, termsAndConditionsHash) | ||
for _, url := range activationURL { | ||
if info, err = g.sub.EnsureAccount(g.identity, url, termsAndConditionsLink, termsAndConditionsHash); err == nil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to check the error according to this threefoldtech/tfchain#986
1bd39d9
to
1247394
Compare
Description
add all available endpoints to zos environment
Changes
add all available endpoints to zos environment
Related Issues
Checklist