murano/murano/db/services
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 Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
actions.py Adds API to obtain action result 2015-03-02 14:08:36 +03:00
cf_connections.py Fix TypeError being thrown by delete_environment_from_space 2016-10-05 16:36:09 -04:00
core_services.py Fix application template update 2016-06-21 09:42:28 +02:00
environment_templates.py Public environment template 2015-11-23 16:09:46 +03:00
environments.py Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
instances.py Drop use of 'oslo' namespace package 2015-04-28 20:21:22 +00:00
sessions.py Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
stats.py Fix statservice save db error 2016-10-12 10:09:07 +00:00