murano/murano/common
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
..
helpers Modified docstrings to comply with pep8 H405 style check 2016-05-10 20:18:23 +00:00
messaging Allow insecure SSL communications with RabbitMQ 2016-05-11 11:19:43 -07:00
plugins Fix string interpolation to delayed by logging 2016-08-02 18:42:01 +08:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
app_loader.py Modified docstrings to comply with pep8 H405 style check 2016-05-10 20:18:23 +00:00
auth_utils.py Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
cf_config.py Merge "Replace OpenStack LLC with OpenStack Foundation" 2016-08-16 13:49:52 +00:00
config.py Murano bindings to Glance Metadef API 2016-09-28 20:14:38 +03:00
consts.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
engine.py Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
exceptions.py Replace HTTP 415 return code to HTTP 406 when it's correct 2016-02-10 13:02:53 +03:00
i18n.py Use oslo.i18n for translation 2015-02-19 18:51:22 +03:00
policy.py Remove arguments "{}" and "[]" in function definitions 2015-12-19 01:10:30 +08:00
rpc.py [messaging] Using get_notification_transport() 2016-09-20 15:31:48 +08:00
server.py [messaging] Using get_notification_transport() 2016-09-06 09:59:53 +00:00
statservice.py Use multiprocessing.cpu_count instead of psutil.NUM_CPUS 2016-07-01 18:20:38 +03:00
utils.py Merge "Add filter based on 'in' operator" 2016-07-15 09:22:31 +00:00
uuidutils.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
wsgi.py Add environment edit API 2016-10-06 12:48:57 +00:00
xmlutils.py Update from oslo incubator 2014-12-10 09:29:14 +00:00