~ubuntu-branches/ubuntu/trusty/python-keystoneclient/trusty-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-03-27 12:08:28 UTC
  • mfrom: (1.1.26)
  • Revision ID: package-import@ubuntu.com-20140327120828-yu3vm5g1v1pkl93w
Tags: 1:0.7.1-ubuntu1
New upstream release. (LP: #1298453)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
CHANGES
2
2
=======
3
3
 
 
4
0.7.1
 
5
-----
 
6
 
 
7
* Adds to Keystone to convert V2 endpoints to V3
 
8
 
 
9
0.7.0
 
10
-----
 
11
 
 
12
* Improve language in update_password() validation error
 
13
* Handle URLs via the session and auth_plugins
 
14
* Add a method for changing a user's password in v3
 
15
* sanity check memcached availability before running tests against it
 
16
* Start using positional decorator
 
17
* Fix passing get_token kwargs to get_access
 
18
* add functional test for cache pool
 
19
* Add a positional decorator
 
20
* add pooling for cache references
 
21
* Don't use a connection pool unless provided
 
22
* Docs link to middlewarearchitecture
 
23
* Discover should support other services
 
24
* Revert "Add request/access token and consumer..."
 
25
* Revert "Authenticate via oauth"
 
26
* Fix doc build errors
 
27
* Generate module docs
 
28
* document that --pass can be required
 
29
* Authenticate via oauth
 
30
* Add request/access token and consumer support for keystoneclient
 
31
* Add 'methods' to all v3 test tokens
 
32
* Handle Token/Endpoint authentication
 
33
* Updated from global requirements
 
34
* Fix retry logic
 
35
* Provide more data to AuthMethod plugins
 
36
* Fix state modifying catalog tests
 
37
* Remove reference to non-existent shell doc
 
38
* increase default revocation_cache_time
 
39
* Improve help strings
 
40
* Make keystoneclient not log auth tokens
 
41
* improve configuration help text in auth_token
 
42
* Log the command output on CertificateConfigError
 
43
* Enforce scope mutual exclusion for trusts
 
44
* Atomic write of certificate files and revocation list
 
45
* Privatize auth construction parameters
 
46
* Remove blank space after print
 
47
* Set the right permissions for signing_dir in tests
 
48
* Capitalize Client API title consistently
 
49
* Remove dependent module py3kcompat
 
50
* Remove http_handler config option in auth_token
 
51
* Rely on OSLO.config
 
52
* Use admin_prefix consistently
 
53
* demonstrate auth_token behavior with a simple echo service
 
54
* Remove redundant default value None for dict.get
 
55
* correct typo of config option name in error message
 
56
* remove extra indentation
 
57
* refer to non-deprecated config option in help
 
58
* Create V3 Auth Plugins
 
59
* Create V2 Auth Plugins
 
60
* Fix role_names call from V3 AccessInfo
 
61
* Interactive prompt for create user
 
62
* Add Python 3 classifiers
 
63
* Replace assertEqual(None, *) with assertIsNone in tests
 
64
* Ensure domains.list filtered results are correct
 
65
* Test query-string for list actions with filter arguments
 
66
* Use Resource class from Oslo
 
67
* Fix keystone command man page
 
68
* Add link to the v3 client api doc
 
69
* Fix references to auth_token in middlewarearchitecture doc
 
70
 
4
71
0.6.0
5
72
-----
6
73
 
 
74
* Don't use private last_request variable
7
75
* Python: Pass bytes to derive_keys()
8
76
* Make sure to unset all variable starting with OS_
9
77
* Remove tox locale overrides
31
99
 
32
100
* Use HTTPretty in S3 test code
33
101
* Provide a conversion function for creating session
 
102
* Update reference to middlewarearchitecture doc
 
103
* Update middlewarearchitecture config options docs
34
104
* Remove support for old Swift memcache interface
35
105
 
36
106
0.5.0