murano/murano/engine
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
..
system Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
execution_session.py Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
mock_context_manager.py Refactoring of the ObjectStore passing in DSL 2016-07-27 02:32:18 +00:00
murano_package.py Support of MuranoPL extended metadata was added 2016-03-03 12:32:19 +00:00
package_loader.py Use method ensure_tree from oslo.utils 2016-11-14 19:45:48 +08:00
yaql_yaml_loader.py Use SafeLoader to load yaml files 2016-06-23 18:23:54 +03:00