murano/murano/db
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
..
catalog Order the packages for parameter search 2016-11-04 17:55:40 -04:00
cfapi_migration Generate separate db for murano service broker 2016-05-31 21:25:33 -04:00
migration Increase description column length in task table 2016-08-30 18:08:14 +00:00
services Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
sqla Drop use of 'oslo' namespace package 2015-04-28 20:21:22 +00:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
api.py Fix DB migration script 2014-07-12 13:16:04 +00:00
cfapi_models.py Add models and migration for new service broker db 2016-05-18 22:04:57 -04:00
models.py Fixes CFServiceInstance.to_dict calls wrong class 2016-09-29 15:46:35 -04:00
session.py Clean imports in code 2016-08-23 15:17:27 +00:00