murano/murano
Alexander Tivelkov 81eebd12ad Ability to retrieve current/owner user/project
Added an ability to retrieve information about the current user,
current project, environment owner (both user and project)
from keystone. Appropriate information (including
extra fields but excluding internal system data) is fetched from
Keystone using the same service credentials that are used to validate
tokens, create trusts etc.

- io.murano.User and io.murano.Project classes were added.
- Both classes have 2 static methods to get current and environment
   owner object of appropriate class
- Object model now contains project_id/user_id of the user who
   created the environment
- Deployment task contains project_id (renamed from tenant_id)
   and user_id of the user who initiated the deployment

Change-Id: Ic7e24c1d2b669ed315851047bcdb27e075cfc56b
2016-11-24 02:07:34 -08:00
..
api Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
cfapi Fix typo and make docstring more clear 2016-10-04 15:29:16 +07:00
cmd Revert "Update devstack keystone_authtoken config to fit with keystone v3" 2016-11-23 15:52:01 +00:00
common Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
db Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
dsl Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
engine Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
hacking Add hacking rule for using assertIsNone instead of assertEqual(None,***) 2016-09-27 02:35:50 +00:00
locale/ru/LC_MESSAGES Remove pot files 2016-08-24 08:33:33 +02:00
packages Merge "Fix copying file before checking it exists in hot package." 2016-09-30 05:22:35 +00:00
policy TrivialFix: Remove cfg import unused 2016-08-29 09:35:14 +07:00
services Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
tests Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
__init__.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00
context.py 'GetPackageUI' API can now be called even if Glare is used 2016-04-08 15:27:10 +00:00
opts.py Make service broker work with GLARE again. 2016-08-05 14:34:39 +03:00
utils.py Use method ensure_tree from oslo.utils 2016-11-14 19:45:48 +08:00
version.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00