keystoneauth/keystoneauth1/access
Jamie Lennox ed75863807 Expose is_admin_project in AccessInfo
There is currently incomplete is_admin_project information in the token.
We can expose this already via keystoneauth because we have to handle
the default case where there is nothing in the token.

The default feels backwards but to handle the historical situation where
a deployment has not got the admin_project set all projects were in the
admin project so it must default to true for policy enforcement.

Adds the fixture handling as well for testing with this enabled.

Change-Id: I58db52427a2bac6cd56794429559771499dc7f5a
Closes-Bug: #1577996
2016-05-10 14:10:52 +10:00
..
__init__.py Make __all__ immutable 2015-10-01 18:21:31 +00:00
access.py Expose is_admin_project in AccessInfo 2016-05-10 14:10:52 +10:00
service_catalog.py Renamed endpoint to interface in docstring 2016-03-17 15:47:25 -04:00
service_providers.py Move AccessInfo objects into own module 2015-08-07 14:17:42 +10:00