murano/murano/engine/system
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
agent.py Fix TypeError being throw by wait_ready in Engine System Agent. 2016-10-14 04:54:15 +00:00
agent_listener.py Unblocking the gate 2016-10-19 15:54:31 +03:00
common.py Support for multi-regional apps was added 2016-08-12 07:09:58 -07:00
heat_stack.py HeatStack async mode fix 2016-11-22 16:02:12 +00:00
instance_reporter.py Delete the unused LOG configure code 2015-09-12 15:28:16 +08:00
logger.py Modified docstrings to comply with pep8 H405 style check 2016-05-10 20:18:23 +00:00
metadef_browser.py Murano bindings to Glance Metadef API 2016-09-28 20:14:38 +03:00
net_explorer.py Replace retrying with tenacity 2016-09-22 10:56:34 -06:00
project.py Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
resource_manager.py Prevent logging of result of resources.string() method call 2016-09-14 17:44:56 +00:00
status_reporter.py Replace oslo_utils.timeutils.isotime 2016-11-10 13:51:23 +08:00
system_objects.py Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
test_fixture.py TrivialFix: Remove cfg import unused 2016-08-29 09:35:14 +07:00
user.py Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
workflowclient.py Use default region_name parameter in clients 2016-09-06 16:58:14 +00:00
yaql_functions.py Modified docstrings to comply with pep8 H405 style check 2016-05-10 20:18:23 +00:00