heat/heat/engine
rabi 1f88c675c4 Remove tenant_safe flag from rpc and db api
We can use admin_context to have access to stacks
and software configs across projects. This removes
the tenant_safe flag from rpc and db api. This is
backward compatible with older rpc clients.

We still support use of global_tenant flag for listing
stacks and software configs. However, by default
an admin(user with admin role in admin_project)
would not need that.

Change-Id: I12303dbf30fb80290f95baba0c67cdf684f5f409
2016-08-16 12:38:33 +05:30
..
cfn Add validating of section 'conditions' 2016-08-15 14:18:46 +08:00
clients Merge "Remove deprecated v1 cinder api support" 2016-08-03 10:03:57 +00:00
constraint New common constraint 'Expiration' 2016-08-01 12:43:42 +03:00
hot Add validating of section 'conditions' 2016-08-15 14:18:46 +08:00
notification Remove deprecated list_notifier_drivers option 2015-06-01 16:56:21 +03:00
resources Merge "Catch NotSupported when cancelling a nested stack" 2016-08-15 02:55:31 +00:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Adds some infos for stack notification 2016-08-05 14:21:57 +08:00
attributes.py Do not show HIDDEN props in res type template 2016-07-15 13:26:24 +00:00
check_resource.py Convergence: Fix concurrent update resource delete 2016-07-05 12:27:37 +05:30
constraints.py Make template available to parameter constraint checking 2016-06-20 14:30:25 -04:00
dependencies.py Fix unfortunate spelling error 2016-04-04 12:43:16 -04:00
environment.py Keep encrypted_param_names environment internal to heat 2016-06-30 18:12:29 +01:00
event.py Use Event versioned object for event_list formatting 2016-06-13 09:39:52 +12:00
function.py Support 'conditions' section for templates 2016-08-03 09:17:31 +08:00
lifecycle_plugin.py Fix garbled docstrings 2015-11-10 11:12:36 -05:00
parameter_groups.py Get rid of bogus debug logging in parameter groups 2015-12-04 19:56:56 -05:00
parameters.py Make template available to parameter constraint checking 2016-06-20 14:30:25 -04:00
plugin_manager.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
properties.py Merge "Check immutable and update_allowed conflict in schema validation" 2016-06-22 04:08:30 +00:00
resource.py Add support for a resource level external_id 2016-08-12 15:59:14 +08:00
rsrc_defn.py Add support for a resource level external_id 2016-08-12 15:59:14 +08:00
scheduler.py Merge "Raise the last exception thrown into DependencyTaskGroup" 2016-07-20 14:17:25 +00:00
service.py Remove tenant_safe flag from rpc and db api 2016-08-16 12:38:33 +05:30
service_software_config.py Remove tenant_safe flag from rpc and db api 2016-08-16 12:38:33 +05:30
service_stack_watch.py Remove tenant_safe flag from rpc and db api 2016-08-16 12:38:33 +05:30
stack.py Remove tenant_safe flag from rpc and db api 2016-08-16 12:38:33 +05:30
stack_lock.py Remove tenant_safe flag from rpc and db api 2016-08-16 12:38:33 +05:30
support.py Validate support_status while searching resource registry 2015-08-31 10:01:04 +05:30
sync_point.py Fix some spelling mistakes in heat as follows: 2016-06-23 12:39:48 +08:00
template.py Add validating of section 'conditions' 2016-08-15 14:18:46 +08:00
template_common.py Add validating of section 'conditions' 2016-08-15 14:18:46 +08:00
template_files.py Create an admin context to refresh template files 2016-07-11 10:10:42 +12:00
timestamp.py Fix garbled docstrings 2015-11-10 11:12:36 -05:00
translation.py Improve validation for some functions 2016-07-08 08:59:58 +00:00
update.py Allow a grace period when cancelling a stack update 2016-07-18 16:26:17 -04:00
watchrule.py Always eager load the raw_template for a stack 2016-08-15 22:17:30 +00:00
worker.py Convergence: Cancel message 2016-07-05 07:52:03 +00:00