Changes between Version 36 and Version 37 of help/en/howto/openstack
- Timestamp:
- Jul 21, 2013 8:50:58 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/openstack
v36 v37 17 17 18 18 == Authentication Context Path == 19 === Authentication with `devauth` ===19 === Authentication with `devauth` for context `/v1.0` === 20 20 21 No configuration change is needed. 22 23 === Authentication with `keystone` === 24 25 Not currently supported. 21 No configuration change is needed. To change the default context of the URL from the default `/v1.0`, use the [http://trac.cyberduck.ch/wiki/help/en/howto/preferences#Hiddenconfigurationoptions hidden configuration option] `defaults write ch.sudo.cyberduck openstack.authentication.context /v1.0`. 26 22 27 23 === Authentication with `swauth ` === 28 29 To change the context of the URL from the default `/v1.0`, use the [http://trac.cyberduck.ch/wiki/help/en/howto/preferences#Hiddenconfigurationoptions hidden configuration option] `defaults write ch.sudo.cyberduck cf.authentication.context <string>`.30 31 24 32 25 {{{ … … 34 27 }}} 35 28 29 === Authentication with`keystone` for context `/v2.0/tokens` === 30 31 To get the login tokens from an OpenStack Identity service, use the [https://svn.cyberduck.ch/trunk/profiles/Openstack%20Swift%20(Keystone).cyberduckprofile Openstack Swift (Keystone)] profile. 36 32 37 33 === Connect without SSL ===