├── .gitignore ├── README.md ├── backend_hybrid.conf ├── hybrid_assignment.py ├── hybrid_identity.py ├── hybrid_json_assignment.py └── test_backend_hybrid.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUSE-Cloud/keystone-hybrid-backend/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUSE-Cloud/keystone-hybrid-backend/HEAD/README.md -------------------------------------------------------------------------------- /backend_hybrid.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUSE-Cloud/keystone-hybrid-backend/HEAD/backend_hybrid.conf -------------------------------------------------------------------------------- /hybrid_assignment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUSE-Cloud/keystone-hybrid-backend/HEAD/hybrid_assignment.py -------------------------------------------------------------------------------- /hybrid_identity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUSE-Cloud/keystone-hybrid-backend/HEAD/hybrid_identity.py -------------------------------------------------------------------------------- /hybrid_json_assignment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUSE-Cloud/keystone-hybrid-backend/HEAD/hybrid_json_assignment.py -------------------------------------------------------------------------------- /test_backend_hybrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUSE-Cloud/keystone-hybrid-backend/HEAD/test_backend_hybrid.py --------------------------------------------------------------------------------