summaryrefslogtreecommitdiff
path: root/keystone/policy/backends
Commit message (Expand)AuthorAgeFilesLines
* Remove six usageVishakha Agarwal2020-01-301-3/+1
* Implement base for new RBAC EnforcerMorgan Fainberg2018-06-271-1/+1
* Remove unused CONFFeng Shengqin2017-04-221-2/+0
* Merge "Make use of Dict-base including extras explicit"Jenkins2017-03-311-1/+1
|\
| * Make use of Dict-base including extras explicitMorgan Fainberg2017-02-061-1/+1
* | Policy in codeAnthony Washington2017-03-221-44/+2
|/
* Remove stable driver interfacesSteve Martinelli2016-09-282-2/+2
* Fix formatting strings in LOG.debugNam Nguyen Hoai2016-09-211-1/+2
* Replace OpenStack LLC with OpenStack Foundationdineshbhor2016-07-222-2/+2
* Replace keystone.common.config with keystone.conf packageDolph Mathews2016-06-242-4/+4
* Merge "Restructure policy abstract driver"Jenkins2016-04-292-2/+79
|\
| * Restructure policy abstract driverSamuel de Medeiros Queiroz2016-04-292-2/+79
* | Fix D400 PEP257Navid Pustchi2016-04-211-1/+1
|/
* Fix D401 PEP8 violation.Navid Pustchi2016-04-141-1/+1
* Use the new enginefacade from oslo.dbGrzegorz Grasza2016-02-241-17/+9
* Using the right format to render the docstring correctlyDave Chen2015-11-241-1/+1
* Fix D208: Docstring over indented. (PEP257)Dolph Mathews2015-10-161-12/+12
* Stable Keystone Driver InterfacesVivek Dhayaal2015-09-021-1/+1
* Use oslo.policy instead of incubated versionSteve Martinelli2015-03-051-30/+2
* Consistently use oslo_config.cfg.CONFBrant Knudson2015-02-181-2/+2
* Use oslo.log instead of incubatorSteve Martinelli2015-02-141-1/+2
* Provide useful info when parsing policy fileLance Bragstad2014-10-291-2/+5
* Adds hacking check for debug logging translationsDavid Stanek2014-06-271-2/+1
* Removes unused db_sync methodsDavid Stanek2014-04-021-7/+0
* Uses explicit imports for _Ilya Pekelny2014-03-181-0/+1
* Sync db, db.sqlalchemy, gettextutils from oslo-incubator 6ba44fdBrant Knudson2014-03-061-7/+7
* Remove sql.BaseBrant Knudson2014-02-201-1/+1
* Use Oslo.db migrationIlya Pekelny2014-02-171-2/+4
* Remove vim headerEric Guo2014-02-082-4/+0
* Remove sql.Base.get_sessionBrant Knudson2014-01-251-5/+6
* Merge "Don't need session.flush in context managed by session"Jenkins2014-01-121-3/+0
|\
| * Don't need session.flush in context managed by sessionEric Guo2014-01-071-3/+0
* | Make common log import consistentMorgan Fainberg2014-01-111-2/+2
|/
* Merge "Style improvements to logging format strings"Jenkins2013-11-281-1/+1
|\
| * Style improvements to logging format stringsLars Butler2013-11-221-1/+1
* | Allow use of rules Policy driverBrant Knudson2013-11-181-0/+15
|/
* Do not name variables as builtinsAlvaro Lopez Garcia2013-11-131-2/+2
* sync oslo policyguang-yee2013-09-251-4/+11
* Refactor Keystone to use unified logging from OsloLance Bragstad2013-08-151-1/+1
* Merge "Add <version> arg to keystone-manage db_sync"Jenkins2013-05-301-2/+2
|\
| * Add <version> arg to keystone-manage db_syncBrian Waldon2013-05-281-2/+2
* | imports not in alphabetical order (flake8 H306)Dolph Mathews2013-05-241-1/+1
|/
* consistent i18n placeholders (flake8 H701, H702, H703)Dolph Mathews2013-05-231-1/+3
* get SQL refs from session (bp sql-query-get)Dolph Mathews2013-05-201-3/+3
* Removed unused importsDolph Mathews2013-04-161-2/+0
* Move handle_conflicts decorator into sqlAdam Young2013-02-251-15/+2
* Update the Keystone policy engine to the latest openstack commonHenry Nash2013-02-191-16/+14
* Bug 1075090 -- Fixing log messages in python source code to support internati...Nachiappan VR N2012-12-041-1/+1
* Utilize policy.json by default (bug 1043758)Dolph Mathews2012-11-201-14/+0
* Merge "tweaking docs to fix link to wiki Keystone page"Jenkins2012-11-201-8/+8
|\