murano/murano/api/v1
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
..
__init__.py Add filter based on 'in' operator 2016-07-06 22:01:05 +00:00
actions.py Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
catalog.py Fix some typos in wsgi.py & catalog.py 2016-08-25 06:16:13 +00:00
deployments.py Add missing whitespace to error message 2016-01-29 15:37:52 +02:00
environments.py Merge "Filter enviroment list by project id" 2016-11-07 22:52:22 +00:00
instance_statistics.py Switch to oslo_log 2015-07-15 11:20:45 +03:00
request_statistics.py Log refactoring close to new logging spec 2015-09-09 20:54:26 +03:00
router.py Add environment edit API 2016-10-06 12:48:57 +00:00
schemas.py MuranoPL forms implementation 2016-07-29 06:48:19 -07:00
services.py Allow to PUT an empty object model 2016-10-03 18:28:53 +00:00
sessions.py Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
static_actions.py Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
template_applications.py Fix application template update 2016-06-21 09:42:28 +02:00
templates.py Clean imports in code 2016-08-23 15:17:27 +00:00
validation_schemas.py Add environment edit API 2016-10-06 12:48:57 +00:00