Skip to content

Commit

Permalink
Merge "Convert domains api to flask"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Sep 15, 2018
2 parents c8a7c41 + 296f20f commit 27f2265
Show file tree
Hide file tree
Showing 8 changed files with 574 additions and 233 deletions.
3 changes: 3 additions & 0 deletions keystone/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

from keystone.api import credentials
from keystone.api import discovery
from keystone.api import domains
from keystone.api import endpoints
from keystone.api import groups
from keystone.api import limits
Expand All @@ -34,6 +35,7 @@
__all__ = (
'discovery',
'credentials',
'domains',
'endpoints',
'groups',
'limits',
Expand All @@ -57,6 +59,7 @@
__apis__ = (
discovery,
credentials,
domains,
endpoints,
groups,
limits,
Expand Down
Loading

0 comments on commit 27f2265

Please sign in to comment.