Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Upgrade keystone API v2 to v3 #168

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,10 @@ func useConfiguration() {

svfs.SwiftConnection.AuthToken = viper.GetString("os_auth_token")
svfs.SwiftConnection.StorageUrl = viper.GetString("os_storage_url")

svfs.SwiftConnection.AuthUrl = viper.GetString("os_auth_url")
svfs.SwiftConnection.Tenant = viper.GetString("os_tenant_name")
svfs.SwiftConnection.UserName = viper.GetString("os_username")
svfs.SwiftConnection.ApiKey = viper.GetString("os_password")
svfs.SwiftConnection.Region = viper.GetString("os_region_name")
svfs.SwiftConnection.DomainId = viper.GetString("os_user_domain_name")
}
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ func LoadConfig() error {
v.BindEnv("os_password")
v.BindEnv("os_region_name")
v.BindEnv("os_storage_url")
v.BindEnv("os_user_domain_name")
v.BindEnv("hubic_auth")
v.BindEnv("hubic_token")

Expand Down
2 changes: 1 addition & 1 deletion svfs/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package svfs

// Version is the current SVFS version
const Version = "0.9.1"
const Version = "0.9.2"
23 changes: 13 additions & 10 deletions vendor/github.com/xlucas/swift/auth_v3.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.