Skip to content

Commit

Permalink
New connection profile for authentication with Keystone v3 API.
Browse files Browse the repository at this point in the history
Former-commit-id: 53c72fcb087321daedcfd80c6e2bd34ea59bc151
  • Loading branch information
dkocher committed May 20, 2015
1 parent 087f829 commit ae1da3f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -2297,6 +2297,7 @@ profiles/Memset[!!-~](1.0).cyberduckprofile -text svneol=unset#application/octet
profiles/Memset[!!-~](Keystone).cyberduckprofile -text svneol=unset#application/octet-stream
profiles/Oktawave[!!-~]Cloud[!!-~]Storage.cyberduckprofile -text
profiles/Openstack[!!-~]Swift[!!-~](HTTP).cyberduckprofile -text svneol=unset#application/octet-stream
profiles/Openstack[!!-~]Swift[!!-~](Keystone[!!-~]3).cyberduckprofile -text svneol=unset#application/octet-stream
profiles/Openstack[!!-~]Swift[!!-~](Keystone[!!-~]HTTP).cyberduckprofile -text svneol=unset#application/octet-stream
profiles/Openstack[!!-~]Swift[!!-~](Keystone).cyberduckprofile -text svneol=unset#application/octet-stream
profiles/Openstack[!!-~]Swift[!!-~](Swauth[!!-~]HTTP).cyberduckprofile -text svneol=unset#application/octet-stream
Expand Down
18 changes: 18 additions & 0 deletions profiles/Openstack Swift (Keystone 3).cyberduckprofile
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>swift</string>
<key>Vendor</key>
<string>cyberduck</string>
<key>Context</key>
<string>/v3/tokens</string>
<key>Description</key>
<string>Openstack Swift (Keystone 3)</string>
<key>Username Placeholder</key>
<string>Project:Username</string>
<key>Password Placeholder</key>
<string>Password</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion profiles/Openstack Swift (Keystone).cyberduckprofile
Expand Up @@ -9,7 +9,7 @@
<key>Context</key>
<string>/v2.0/tokens</string>
<key>Description</key>
<string>Openstack Swift (Keystone)</string>
<string>Openstack Swift (Keystone 2.0)</string>
<key>Username Placeholder</key>
<string>Tenant ID:Access Key</string>
<key>Password Placeholder</key>
Expand Down

0 comments on commit ae1da3f

Please sign in to comment.