-
Notifications
You must be signed in to change notification settings - Fork 329
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
replaced opensds to soda #1329
base: master
Are you sure you want to change the base?
replaced opensds to soda #1329
Conversation
Please add the test report and screen shot of testing. As, after modification, multi-cloud is working as expected.
|
Thanks for pointers.I will add the screenshots . |
@@ -30,28 +30,28 @@ prebuild: | |||
mkdir -p $(BUILD_DIR) | |||
|
|||
api: prebuild | |||
CGO_ENABLED=0 GOOS=linux go build -ldflags '-w -s -extldflags "-static"' -o $(BUILD_DIR)/api github.com/opensds/multi-cloud/api/cmd | |||
CGO_ENABLED=0 GOOS=linux go build -ldflags '-w -s -extldflags "-static"' -o $(BUILD_DIR)/api github.com/soda/multi-cloud/api/cmd |
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 we are not making full changes as per current repo and org name.
Replace opensds/multi-cloud
with sodafoundation/strato
@@ -1,4 +1,4 @@ | |||
# Copyright 2019 The OpenSDS Authors. | |||
# Copyright 2019 The soda Authors. |
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.
Should be SODA
, Thanks
What type of PR is this
/kind cleanup
What this PR does / why we need it:
This PR replaces
opensds
withsoda
. We need it because soda is the new name of the project and opensds I old name so it creates confusion.Which issue(s) this PR fixes:
Fixes #1165