Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-keystoneclient-doc-4.0.0-9.4.5 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python-keystoneclient-doc Distribution: SUSE Linux Enterprise 15
Version: 4.0.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 9.4.5 Build date: Thu Aug 6 14:34:54 2020
Group: Documentation/HTML Build host: sheep25
Size: 2965886 Source RPM: python-keystoneclient-4.0.0-9.4.5.src.rpm
Packager: https://www.suse.com/
Url: https://launchpad.net/python-keystoneclient
Summary: Documentation for OpenStack Identity API Client
Documentation for the client library for interacting with Openstack
Identity API.

Provides

Requires

License

Apache-2.0

Changelog

* Tue May 12 2020 cloud-devel@suse.de
  - update to version 4.0.0
    - Update hacking for Python3
    - [ussuri][goal] Drop python 2.7 support and testing
    - Update master for stable/train
    - Add support for app cred access rules
    - Cleanup py27 support
* Sat Mar 14 2020 dmueller@suse.com
  - switch to python 3.x only builds
* Wed Oct 09 2019 cloud-devel@suse.de
  - update to version 3.21.0
    - Bump the openstackdocstheme extension to 1.20
    - Generate pdf documentation
    - Update master for stable/stein
    - Add parent project filter for listing projects
    - Blacklist bandit 1.6.0 & cap sphinx for 2.7
    - Update json module to jsonutils
    - Add support for app cred access rules header
    - Follow bandit B105: hardcoded_password_string
    - Drop py35 jobs
    - Update the min version of tox
    - OpenDev Migration Patch
    - Replace git.openstack.org URLs with opendev.org URLs
    - Make tests pass in 2020
    - Add Python 3 Train unit tests
    - Update the constraints url
    - Fix unit tests broken by requests-mock
    - drops : 0001-Make-tests-pass-in-2020.patch
      0001-Make-unit-tests-work-with-requests-mock-1.7.0.patch
      (merged upstream)
* Mon Apr 08 2019 cloud-devel@suse.de
  - update to version 3.19.0
    - Switch to stestr
    - Deprecate region enabled parameter
    - refactor the getid method in keystoneclient/base.py
    - Use python3 for functional tests
    - import zuul job settings from project-config
    - Add release note link in README
    - Add Response class to return request-id to caller
    - Add py36 tox environment
    - Change openstack-dev to openstack-discuss
    - Fix keystoneclient-devstack-functional job
    - Update reno for stable/rocky
    - Don't quote {posargs} in tox.ini
    - add python 3.6 unit test job
    - Add return-request-id-to-caller function(v3/contrib)
    - Import legacy keystoneclient-dsvm-functional
    - Add Python 3.6 classifier to setup.cfg
    - add lib-forward-testing-python3 test job
    - Make the functional test voting
    - Convert functional tests to Zuulv3
    - switch documentation job to new PTI
    - Add return-request-id-to-caller function(v3)
    - fix misspelling of 'default'
    - Update hacking version
    - Update IdentityProviderManager docstring
    - Add release notes for return-request-id-to-caller
    - add python 3.7 unit test job
    - Use templates for cover and lower-constraints
* Mon Sep 03 2018 cloud-devel@suse.de
  - update to version 3.17.0
    - Add support for registered limits
    - Add support for project-specific limits
    - fix tox python3 overrides
    - Update reno for stable/queens
    - Update links in README
    - Trivial: Update pypi url to new url
    - Fix python3 test compat
    - fix a typo in docstring
    - Remove PyPI downloads
    - Override find function in project
    - Updated from global requirements
    - add lower-constraints job
* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-devel@suse.de
  - update to version 3.15.0 (bsc#1078607)
    - Create doc/requirements.txt
    - Add system role functionality
    - Add CRUD support for application credentials
    - Updated from global requirements
    - Add project tags to keystoneclient
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 3.14.0
    - Remove functional tests for v2.0 API
    - Use generic user for both zuul v2 and v3
    - Update reno for stable/pike
    - Remove use of positional decorator
    - Remove setting of version/release from releasenotes
    - Adds bandit nosec flag to hashlib.sha1
    - Handle UTC+00:00 in datetime strings
    - Imported Translations from Zanata
    - Avoid tox_install.sh for constraints support
    - Updated from global requirements
* Mon Aug 07 2017 cloud-devel@suse.de
  - update to version 3.13.0
    - Update URLs in documents according to document migration
    - Change locations of docs for intersphinx
    - Moved release note to the correct path
    - Use https for *.openstack.org references
    - Bring back intersphinx reference to keystoneauth
    - Switch from oslosphinx to openstackdocstheme
    - Fix html_last_updated_fmt for Python3
    - Add support for endpoint group CRUD
    - Remove unused log
    - Add support for endpoint group filtering
    - Add support for specifying role ids when creating trust
    - Fix 12 warnings when building keystoneclient docs
    - Replace six.iteritems() with .items()
    - Remove log translations in python-keystoneclient
    - Update reno for stable/ocata
    - Fix boto version strip regex
    - Remove pbr warnerrors in favor of sphinx check
    - Updated from global requirements
    - Fix failing PY2 and PY3 gate jobs
    - Stop using oslotest.mockpatch
* Fri Feb 10 2017 cloud-devel@suse.de
  - update to version 3.10.0:
    - remove hacking checks from keystoneclient
    - Refactor test_domain_configs
    - Support domain-specific configuration management
    - Do not add last_request_id
    - Only log application/json in session to start
    - re-work inference rule bindings
    - standardize release note page ordering
    - Enable release notes translation
    - Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
    - Remove deprecated 'data' credential argument
    - Deprecate the generic client
    - Use AUTH_INTERFACE object from keystoneauth
    - X-Serivce-Token should be hashed in the log
    - [doc] remove auth plugin docs
    - Update reno for stable/newton
    - Remove references to Python 3.4
    - Add Constraints support
    - Updated coverage configuration file
    - Do not log binary data during request
    - Show team and repo badges on README
    - Prevent MemoryError when logging response bodies
    - TrivialFix: Using assertIsNone() instead of assertEqual(None)
    - Fix typo in httpclient.py
    - Fix some spelling mistaks in base.py & auth.py
    - Minor docstring fix in mappings.py
    - Use exceptions from Keystoneauth
    - Enable code coverage report in console output
    - Increase readability of 'find()' method and small improvements
    - Removes unnecessary utf-8 encoding
    - Pass allow_expired to token validate
    - Use assertIsNone(...) instead of assertEqual(None, ...)
    - Refactor test_credentials
    - Remove redundant variable declaration
    - Fix missing service_catalog parameter in Client object
    - Remove revocation event code
    - Use fixtures from keystoneauth
    - Fix non-ascii attributes
    - skip failing functional test
    - Fix Failing tests with openssl >= 1.1.0
    - Refactor test_projects
    - Remove unauthenticated functions
    - Fix response body being omitted in debug mode incorrectly
    - Allow Multiple Filters of the Same Key
    - Import module instead of object
    - Fix typo in access.py
    - Correct output for Implied Roles
    - Revert "Add auth functional tests"
    - TrivialFix: Fixed typo in some files
    - Updated from global requirements
* Wed Aug 31 2016 tbechtold@suse.com
  update to version 3.5.0
    * Add policy functional tests
    * Follow up patch for Improve docs for v3 roles
    * Improve docs for v3 roles
    * Follow up patch for Improve docs for v3 domains
    * Add project functional tests
    * Fix no content return type doc
    * Improve docs for v3 auth
    * Follow up patch for Add ec2 functional tests
    * Reuse Domain and Project resouce definitions
    * Follow up patch for Improve docs for v3 ec2
    * Do not send user ids as payload
    * Add auth functional tests
    * Improve docs for v3 endpoints
    * Follow up patch for Improve docs for v3 services
    * Add Python 3.5 classifier
    * Add role functional tests
    * Add endpoint functional tests
    * Use assertEqual() instead of assertDictEqual()
    * Correct test_implied_roles
    * Add service functional tests
    * Improve docs for v3 policies
    * Move other-requirements.txt to bindep.txt
    * Follow up patch for Improve docs for v3 policies
    * Improve docs for v3 ec2
    * Remove unused LOG
    * Remove print in tests.functional.v3.test_implied_roles
    * Add region functional tests
    * Use the adapter instead of the client in tests
    * Add ec2 functional tests
    * Add credential functional tests
    * Improve implied-role functional tests
    * Improve docs for v3 tokens
    * Improve docs for v3 credentials
    * Improve docs for v3 regions
    * Fix other-requirements.txt for deb based distros
    * Add __ne__ built-in function
    * Updated from global requirements
    * Improve docs for v3 services
* Mon Jul 11 2016 tbechtold@suse.com
  - update to 3.2.0:
    * Updated from global requirements
    * Update other-requirements.txt for Xenial
    * Update README to comply with Identity V3
    * List system dependencies for running common tests
    * Follow up patch for Improve docs for v3 projects
    * Improve docs for v3 projects
    * Add group functional tests
    * Improve docs for v3 groups
    * Follow up patch for add domain functional tests
    * Add domain functional tests
    * Improve docs for v3 domains
    * Use /v3/auth/projects and /v3/auth/domains
    * Handle EmptyCatalog exception in list federated projects
    * PEP257: Ignore D203 because it was deprecated
    * import warnings in doc/source/conf.py
    * Remove unused iso8601 requirement
    * map fixtures to keystoneauth
    * Update the home-page with developer documentation
    * Add users functional tests
    * Improve docs for v3 users
    * Trivial: ignore openstack/common in flake8 exclude list
    * Fixing D105 PEP257
    * Fixing D200 PEP257 violation
    * Fixing D202 and D203 PEP257 violation
    * Fixing D204, D205, and D207 PEP257 violation
    * Fixing D208 PEP257 violation
    * httpclient: remove unused debug kwargs
    * Fixing D211 PEP257 violation
    * Fixing D301 PEP257 violation
    * Add federation related tests
    * [Trivial] Remove unnecessary executable privilge of unit test file
    * Replace tempest-lib with tempest.lib
    * Fix identity_providers docstring
    * Fallback if Git repository is absent
    * Fix D400 PEP257 violation
    * Fix D401 PEP257 violation
    * Updated example in README
    * Removing bandit.yaml in favor of defaults
    * Allow seeing full token response when debug enabled
    * Enhance functional class to provide default info
    * Remove keystone bash completion scripts for Keystone
    * Remove doc references to the keystone CLI
    * remove CLI from keystoneclient
    * remove oslo-incubator apiclient
    * Update reno for stable/mitaka
    * Fix reference to ClientException
    * Update Client examples to use sessions
    * Change tests to pass session to Client
    * Update developer docs for keystoneauth session
    * Correct test running instructions
    * Document session as an argument to v3.Client
    * Link to AccessInfoV3 returned from get_raw_token_from_identity_service
    * Tests stop using deprecated HTTPClient.get()
  - update _service and switch to upstream .spec file
* Thu Mar 03 2016 tbechtold@suse.com
  - update to 2.3.1:
    * Revert "Support `truncated` flag returned by identity service"
    * Updated from global requirements
    * Support `truncated` flag returned by identity service
    * Updated from global requirements
    * Support creation of domain specific roles
    * Add back a bandit tox job
    * Implied Roles
    * add release notes for deprecated auth bits
    * Updated from global requirements
    * Updated from global requirements
    * Make pep8 *the* linting interface
    * Handle exception on UnicodeDecodError in logging of request
    * Updated from global requirements
    * Deprecate adapter
    * Deprecate auth plugins from keystoneclient
    * Deprecate Session
    * Remove python 2.5 workaround
    * Update keyring requirements
    * Update translation setup
    * Bandit profile updates
    * Missing defaults in the create() method in the v2 ServiceManager
    * Remove Babel from requirements.txt
    * use positional library instead of utils
    * Replace TestResponse with requests_mock
    * Use positional library instead of local code
    * Remove argparse from requirements
    * Adds an option to include names in role assignment lists
    * Updated from global requirements
    * Remove bandit tox environment
    * Mark password/secret options as secret
    * Revert "Support `truncated` flag returned by keystone"
    * Revert "Change default endpoint for Keystone v3 to public"
    * Address hacking check H405
    * add release notes for ksc 2.1.0
    * Updated from global requirements
    * Updated from global requirements
    * Fix for the deprecated library function
    * Implements base classes for functional tests
    * Wrong usage of "a/an"
    * Remove "deprecated" internal method
    * Cleanup release note
    * remove keystoneclient.apiclient.exceptions
    * Support `truncated` flag returned by keystone
    * Change default endpoint for Keystone v3 to public
    * Updated from global requirements
    * Make tests run against original client and sessions
    * Seperate Client base test class
    * Removes MANIFEST.in as it is not needed explicitely by PBR
    * Deprecate the baseclient.Client
    * Replace textwrap with fast standard code
    * Docstring: Mark optional parameter as optional
    * Fix Resource.__eq__ mismatch semantics of object equal
    * move hacking to tests folder
    * remove venv bits from tools
    * Add include_subtree to role_list_assignments call
    * Updated from global requirements
    * remove the default arguments "{}"
    * Updated from global requirements
    * remove oslo-incubator's memorycache
    * WebOb not needed after auth_token removal
    * Deprecated tox -downloadcache option removed
    * Remove keystoneclient.middleware
    * Updated from global requirements
    * Updated from global requirements
    * Put py34 first in the env order of tox
    * Accept v2 params to v3 service create
    * Delete python bytecode before every test run
    * Remove hardcoded endpoint filter for update password
    * Add release notes for keystoneclient
    * Updated from global requirements
    * remove unnecessary FakeLog class in test code
    * No keystone Endpoint now gives a valid Error Message
    * Removes py26 support
    * Removes discover from test-reqs
    * Fixes warning for positional arg in project create
    * Updated from global requirements
    * Swap the order of username deprecation
    * Map keystoneclient exceptions to keystoneauth
    * Last sync from oslo-incubator
    * Updated from global requirements
    * Add missing end single quote
    * update incorrect docstring for regions
    * Iterate over copy of session.adapters keys in Python2/3
    * Add docstring validation
    * Silence most of the deprecation spam
    * Pull the endpoint from the Session
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Replace repeated assertion with the loss
    * Mark abstractmethod bodies with nocover
    * Docstring spelling and function-vs-method fixes
    * pass on @abc.abstractmethods
    * Updated from global requirements
    * Fix typo that says V3 token only works for v2
    * auto-generate release history
    * Updated from global requirements
    * Updated from global requirements
  - adjust Requires according to requirements.txt
* Wed Oct 07 2015 tbechtold@suse.com
  - update 1.7.2:
    * Redirect on 303 in SAML plugin
    * HTTPClient/region_name deprecation test updates
    * Updated from global requirements
    * Update .gitreview for stable/liberty
  - adjust Requires according to requirements.txt
* Mon Sep 14 2015 tbechtold@suse.com
  - update to 1.7.1:
    * Adding back exception mapping for ConnectionError
    * Update path to subunit2html in post_test_hook
    * Deprecate create Discover without session
    * Mask passwords when logging the HTTP response
    * Updated from global requirements
    * Update deprecation text for Session properties
    * Proper deprecation for httpclient.USER_AGENT
    * Deprecate create HTTPClient without session
    * Fix Accept header in SAML2 requests
    * Fixes missing socket attribute error during init_poolmanager
    * Updated from global requirements
    * Expose token_endpoint.Token as admin_token
    * Proper deprecation for UserManager project argument
    * Proper deprecation for CredentialManager data argument
    * Deprecate create v3 Client without session
    * Deprecate create v2_0 Client without session
    * Proper deprecation for Session.get_token()
    * Deprecate use of cert and key
    * Proper deprecation for Session.construct()
    * Deprecate ServiceCatalog.get_urls() with no attr
    * Deprecate ServiceCatalog(region_name)
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Stop using .keys() on dicts where not needed
    * Inhrerit roles project calls on keystoneclient v3
    * Deprecate openstack.common.apiclient
    * Move apiclient.base.Resource into keystoneclient
    * oslo-incubator apiclient.exceptions to keystoneclient.exceptions
    * Proper deprecation for HTTPClient session and adapter properties
    * Proper deprecation for HTTPClient.request methods
    * Proper deprecation for HTTPClient.tenant_id|name
    * Proper deprecation for HTTPClient tenant_id, tenant_name parameters
    * Updated from global requirements
    * Clarify setting socket_options
    * Remove check for requests version
    * Updated from global requirements
    * Fix tests passing user, project, and token
    * Proper deprecation for httpclient.request()
    * Proper deprecation for Dicover.raw_version_data unstable parameter
    * Proper deprecation for Dicover.available_versions()
    * Proper deprecation for is_ans1_token
    * Proper deprecation for client.HTTPClient
    * Proper deprecation for Manager.api
    * Stop using Manager.api
    * Proper deprecation for BaseIdentityPlugin trust_id property
    * Proper deprecation for BaseIdentityPlugin username, password,
      token_id properties
    * Proper deprecations for modules
    * Use UUID values in v3 test fixtures
    * Proper deprecation for AccessInfo management_url property
    * Proper deprecation for AccessInfo auth_url property
    * Stop using deprecated AccessInfo.auth_url and management_url
    * Proper deprecation for AccessInfo scoped property
    * Proper deprecation for AccessInfo region_name parameter
    * Deprecations fixture support calling deprecated function
    * Set reasonable defaults for TCP Keep-Alive
    * Updated from global requirements
    * Remove unused time_patcher
    * Make OAuth testcase use actual request headers
    * Prevent attempts to "filter" list() calls by globally unique IDs
    * Add get_token_data to token CRUD
    * Updated from global requirements
    * py34 not py33 is tested and supported
    * Updated from global requirements
    * Remove confusing deprecation comment from token_to_cms
    * Fixes modules index generated by Sphinx
    * Updated from global requirements
    * Unit tests catch deprecated function usage
    * Switch from deprecated oslo_utils.timeutils.strtime
    * Switch from deprecated isotime
    * Remove keystoneclient CLI references in README
    * Update README.rst and remove ancient reference
    * Remove unused images from docs
    * Updated from global requirements
    * Add openid connect client support
    * Stop using tearDown
    * Use mock rather than mox
    * Remove unused setUp from ClientTest
    * Updated from global requirements
    * Iterate over copy of sys.modules keys in Python2/3
    * Use random strings for test fixtures
    * Stop using function deprecated in Python 3
    * Use python-six shim for assertRaisesRegex/p
    * tox env for Bandit
  - Adjust Requires according to requirements.txt
* Fri Jul 24 2015 dmueller@suse.com
  - update to 1.6.0:
    * Add EC2 CRUD credential support to v3 API
    * A Default CLI plugin
    * Fixed grammatical errors in the V2 Client API doc
    * Fixe example code in Using Sessions page
    * Fix auth required message translation
    * Revert "Remove keystoneclient.middleware"
    * Revert "Remove unused fixtures"
    * Add docstrings for ``protocol`` parameter
    * Typo in openstack client help
    * Pass OS_* env vars fix for tox 2.0
    * Remove unused fixtures
    * Updated from global requirements
    * Use 'mapping_id' instead of 'mapping' in federation protocol tests
    * Use 'id' instead of 'protocol_id' in federation protocol tests
    * Drop use of 'oslo' namespace package
    * Don't autodoc the test suite
    * Sync from oslo incubator
    * Removes temporary fix for doc generation
    * Ensure that failing responses are logged
    * Prompt for password on CLI if not provided
    * Adapter version is a tuple
    * Remove keystoneclient.middleware
    * Document non-standard encoding of the PKI token
    * Add endpoint and service ids to fixtures
    * Uncap library requirements for liberty
    * Provide a means to get all installed plugins
    * Fix s3_token middleware parsing insecure option
    * Make process_header private
    * Fix tests to work with requests<2.3
    * Increase minimum token life required
    * Update sample data with audit ids
    * pep8 fix for CMS
    * Inherited role domain calls on keystoneclient v3
    * Add support to create ECP assertion based on a token
    * Add support to create SAML assertion based on a token
    * Allow requesting an unscoped Token
    * Support discovery on the AUTH_INTERFACE
    * Expose audit_id via AccessInfo
    * Replace assertRaisesRegexp with assertRaisesRegex
    * Updated from global requirements
* Mon Jul 20 2015 dmueller@suse.com
  - update to 1.3.2:
    * Updated from global requirements and fix env variables passthrought
* Tue Jul 07 2015 dmueller@suse.com
  - renaming to to %name-rpmlintrc
* Fri May 15 2015 dmueller@suse.com
  - update to 1.3.1:
    * Fix s3_token middleware parsing insecure option (bnc#928205, CVE-2015-1852)
* Fri Apr 24 2015 tbechtold@suse.com
  - Use %{version} in source
* Thu Apr 23 2015 tbechtold@suse.com
  - Switch to version 1.3.0
* Sat Apr 18 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.3.0.post31:
    * Inherited role domain calls on keystoneclient v3
* Fri Apr 17 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.3.0.post29:
    * Uncap library requirements for liberty
    * Make process_header private
* Wed Apr 15 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.3.0.post25:
    * Fix s3_token middleware parsing insecure option (bnc#928205, CVE-2015-1852)
* Tue Apr 14 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.3.0.post24:
    * Fix tests to work with requests<2.3
* Fri Apr 10 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.3.0.post23:
    * Increase minimum token life required
    * Update sample data with audit ids
    * pep8 fix for CMS
* Thu Apr 09 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.3.0.post18:
    * Return None for missing trust_id in fixture
    * Provide a generic auth plugin loader
* Tue Apr 07 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.3.0.post14:
    * Make non-import packages lazy
* Fri Apr 03 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.3.0.post12:
    * Add support to create ECP assertion based on a token
    * Add support to create SAML assertion based on a token
    * Don't autodoc the test suite
* Wed Apr 01 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.3.0.post6:
    * Allow requesting an unscoped Token
* Tue Mar 31 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.3.0.post5:
    * Expose audit_id via AccessInfo
* Sat Mar 28 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.3.0.post3:
    * Replace assertRaisesRegexp with assertRaisesRegex
    * Updated from global requirements
    1.3.0
* Wed Mar 25 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.2.0.post30:
    * Improve feedback message in SSL error
    * Add a FederatedBase v3 plugin
* Sat Mar 21 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.2.0.post26:
    * Deprecate keystone CLI
    * Rename requests mock object in testing
    * Add OS-SIMPLE-CERT support for v3
* Thu Mar 19 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.2.0.post20:
    * Clean arguments in test_federation.*.test_create()
    * Allow passing logger object to request
* Thu Mar 19 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.2.0.post17:
    * Implements subtree_as_ids and parents_as_ids
* Wed Mar 18 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.2.0.post15:
    * Extract BaseAuth out of Auth Plugin
    * Split v3 authentication file into module
* Tue Mar 17 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.2.0.post13:
    * Federation Service Providers CRUD operations
    * Crosslink to other sites that are owned by Keystone
* Thu Mar 12 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.2.0.post10:
    * Fix time issue in AccessInfo test
    * Creating parameter to list inherited role assignments
* Wed Mar 11 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.2.0.post6:
    * token signing support alternative message digest
* Fri Mar 06 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.2.0.post4:
    * Updated from global requirements
    * Import functional CLI tests from tempest
* Fri Feb 27 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.2.0.post1:
    * Allow handling multiple service_types
    1.2.0
* Tue Feb 24 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.1.0.post35:
    * Make post_test_hook.sh executable
    * Add default body for non-abstract empty methods
    * Using correct keyword for region in v3
* Sat Feb 21 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.1.0.post29:
    * Updated from global requirements
* Sat Feb 14 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.1.0.post28:
    * Create functional test base
    * Ignore all failures removing catalog when logging token
    * Make remove_service_catalog private
* Fri Feb 13 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.1.0.post23:
    * Move tests to the unit subdirectory
    * Fix a comment error in cms.py
* Wed Feb 11 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.1.0.post19:
    * Docs for v3 credentials
    * Change hacking check to verify all oslo imports
    * Change oslo.i18n to oslo_i18n
    * Remove 404 link to novaclient in README
    * Workflow documentation is now in infra-manual
    * Change oslo.config to oslo_config
    * Change oslo.serialization to oslo_serialization
    * Switch from oslo.utils to oslo_utils
    * Reference identity plugins from __init__.py
* Tue Feb 10 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.1.0.post1:
    * Add data to example data
    1.1.0
    * Basic AccessInfo plugin
    * Add get_headers interface to authentication plugins
    * Add name parameter to NoMatchingPlugin exception
* Mon Feb 09 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post65:
    * use right resource_class to create resource instance
* Sat Feb 07 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post63:
    * Hierarchical multitenancy basic calls
* Tue Feb 03 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post62:
    * Enable hacking rule E122 and H304
    * Docstring usability improvements
* Mon Feb 02 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post58:
    * Fix typo in Ec2Signer class docstring
    * handles keyboard interrupt
    * make req_ref doesn't require id
    * Configure TCP Keep-Alive for certain Sessions
    * Correct failures for check H238
* Sat Jan 31 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post48:
    * Add validate token for v3
    * Tests use keep_blank_values when parse_qs
* Fri Jan 30 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post44:
    * Add validate token for v2.0
    * Surface the user_id and project_id beyond the plugin
    * Add auth plugin params to doc
    * Allow v3 plugins to opt out of service catalog
    * Add fetch revocations for v3
    * Add fetch revocations for v2.0
* Thu Jan 29 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post33:
    * fix enabled parameter of update doesn't default to None
    * Updated service name to be optional in CLI
    * Update requests-mock syntax
* Sat Jan 24 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post27:
    * Updated from global requirements
* Wed Jan 21 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post26:
    * Enable hacking rule F821
    * Fixes bootstrap tests
    * Fix up types within API documentation
* Fri Jan 16 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post21:
    * Add generic auth plugin documentation
    * Correct failures for check W292
    * Move to hacking 0.10
* Thu Jan 15 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post15:
    * Updated from global requirements
* Mon Jan 12 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post14:
    * Allow fetching user_id/project_id from auth
* Sat Jan 10 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post12:
    * don't log service catalog in every token response
    * Updated from global requirements
    * Use a test fixture for mocking time
* Fri Jan 09 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post8:
    * add clear definition of service list
* Tue Jan 06 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post6:
    * Add get certificates for v2.0
    * Use textwrap instead of home made implementation
* Thu Jan 01 2015 cloud-devel@suse.de
  - Update to version python-keystoneclient-1.0.0.post2:
    1.0.0
    * Document the auth plugins that are loadable by name
* Fri Dec 19 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.post64:
    * Take plugin params from ENV rather than default
    * get_endpoint should return the override
* Wed Dec 17 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.60.ge36852a:
    * Updated from global requirements
    * Document session usage first
* Fri Dec 12 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.57.gb9f17e3:
    * Expose version matching functions to the public
    * Add missing user-id option to generic.Password
    * Log the CA cert with the debug statement
* Thu Dec 11 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.51.g05f146c:
    * duplicate auth-url option returned by BaseGenericPlugin
* Wed Dec 10 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.49.ga60978e:
    * Project ID in OAuth headers was missing
* Sat Dec 06 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.48.g28ea0a8:
    * Pass all adapter parameters through to adapter
    * Correct documenting constructor parameters
    * Correct Session docstring
* Fri Dec 05 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.45.g6f2be13:
    * Fix importing config module and classmethod params
    * Make keystoneclient use an adapter
* Wed Dec 03 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.41.g41afe3c:
    * Docstring cleanup for return type
* Tue Dec 02 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.39.g4a49d97:
    * Replace magic numbers with named symbols
    * Removes confusing _uuid property
    * Curl statements to include globoff for IPv6 URLs
    * Cleanup exception logging
    * Remove middleware architecture doc
    * Rename the client API docs
    * Warn that keystone CLI is pending deprecation
* Fri Nov 28 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.25.g44409f0:
    * Sync oslo-incubator to 1fc3cd47
* Thu Nov 27 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.23.gd54bd32:
    * Remove useless log message
* Tue Nov 25 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.21.g8c63c9e:
    * Correct typos in man page
* Thu Nov 20 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.19.gb71a0a2:
    * Cleanup docs - raises class
    * Reorder index links
* Sat Nov 08 2014 dmueller@suse.com
  - fix requires
* Sat Nov 08 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.15.g7780758:
    * I18n
* Fri Nov 07 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.13.g1d72f2a:
    * Updated from global requirements
* Thu Oct 30 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.12.g56649e5:
    * Updated from global requirements
* Wed Oct 29 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.11.g3b766c5:
    * Correct use of noqa
* Mon Oct 27 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.2.10.g20f488d:
    * Prevent AttributeError if no authorization
    0.11.2
    * Use oslo_debug_helper and remove our own version
    * Updated from global requirements
    * set close_fds=True in Popen
    * Fix mappings.Mapping docstring
    * Remove warning about management token
    * Doc cleanup, make concepts links
    * Correct typos in using-sessions
* Fri Oct 17 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.1.23.g88cc4b6:
    * Actually test interactive password prompt
    * Explicit complaint about old OpenSSL when testing
* Thu Oct 16 2014 cloud-devel@suse.de
  - Update to version python-keystoneclient-0.11.1.19.ga417bf9:
    * Docstrings should have :returns: everywhere
    * Use oslo.utils and oslo.serialization

Files

/usr/share/doc/packages/python-keystoneclient-doc
/usr/share/doc/packages/python-keystoneclient-doc/LICENSE
/usr/share/doc/packages/python-keystoneclient-doc/html
/usr/share/doc/packages/python-keystoneclient-doc/html/_sources
/usr/share/doc/packages/python-keystoneclient-doc/html/_sources/history.rst.txt
/usr/share/doc/packages/python-keystoneclient-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-keystoneclient-doc/html/_sources/using-api-v2.rst.txt
/usr/share/doc/packages/python-keystoneclient-doc/html/_sources/using-api-v3.rst.txt
/usr/share/doc/packages/python-keystoneclient-doc/html/_sources/using-sessions.rst.txt
/usr/share/doc/packages/python-keystoneclient-doc/html/_static
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/ajax-loader.gif
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/basic.css
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/comment-bright.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/comment-close.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/comment.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/css
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/css/bootstrap.css
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/css/combined.css
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/css/font-awesome.css
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/css/native.css
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/doctools.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/down-pressed.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/down.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/favicon.ico
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/file.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/fonts
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/docs
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/docs/license.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/loading.gif
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/images/search-icon.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/jquery.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/js/bootstrap.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/js/docs.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/js/navigation.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/js/webui-popover.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/minus.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/plus.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/pygments.css
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/underscore.js
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/up-pressed.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/up.png
/usr/share/doc/packages/python-keystoneclient-doc/html/_static/websupport.js
/usr/share/doc/packages/python-keystoneclient-doc/html/genindex.html
/usr/share/doc/packages/python-keystoneclient-doc/html/history.html
/usr/share/doc/packages/python-keystoneclient-doc/html/index.html
/usr/share/doc/packages/python-keystoneclient-doc/html/objects.inv
/usr/share/doc/packages/python-keystoneclient-doc/html/search.html
/usr/share/doc/packages/python-keystoneclient-doc/html/searchindex.js
/usr/share/doc/packages/python-keystoneclient-doc/html/using-api-v2.html
/usr/share/doc/packages/python-keystoneclient-doc/html/using-api-v3.html
/usr/share/doc/packages/python-keystoneclient-doc/html/using-sessions.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024