| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
The keystone "get version" api currently fails to list v3
as a supported api. It should now do this, along with v2 (which is,
of course, still supported)
Fixes Bug #1148186
Change-Id: Ie88bf941123702d2f7e2ecf6cecb1fa937ca1e52
|
|
|
|
|
|
|
|
|
| |
Uses automatic dependency injection to provide controllers with driver
interfaces (identity_api, token_api, etc).
See tests/test_injection.py for a self-contained example.
Change-Id: I255087de534292fbf57a45b19f97488f831f607c
|
|
Distributes the functionality of service.py into the modules.
Moves ComposableRouters into the modules.
The routers and controllers now have short names.
The controllers get their APIs via the base class.
Change-Id: I87404b80ea9800d6792f97a7a3a64fe839065c1c
|