deb-heat/heat/engine
kairat_kushaev 4d370367a8 Refactor format_resource_attributes
We have _resolve_all_attributes merged for resource and
now 'show' attribute is present for every resource. So we don't
need to handle it as special case in format_resource_attributes
because all resolution logic will be handled in
_resolve_all_attributes and resolve_attributes.
Now resource-show always show the following:
- dict of all attributes and attribute values
- value for show attribute if this attribute resolved

Change-Id: Id514fe700e1cf2d879881b7f511f11b9f451cde3
2015-08-04 16:07:45 +03:00
..
cfn Fix docstring error for Join functions 2015-06-26 10:21:50 +01:00
clients Merge "Import magnum python client directly" 2015-08-03 08:06:22 +00:00
constraint move ceilometer constraints to common constraint 2015-08-03 13:18:31 +08:00
hot Merge "Should execute 'resolve' before check the values of 'for_each'" 2015-07-15 09:12:46 +00:00
notification Remove deprecated list_notifier_drivers option 2015-06-01 16:56:21 +03:00
resources add time_constraints property in OS::Ceilometer::Alarm 2015-08-04 12:43:28 +08:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Refactor format_resource_attributes 2015-08-04 16:07:45 +03:00
attributes.py Use __iter__ method of Attributes class in __repr__ method 2015-07-13 15:23:01 +03:00
constraints.py Add tenant_id to heat cache key 2015-07-29 11:46:51 +03:00
dependencies.py py34: heat.tests.test_engine_service 2015-08-03 22:58:35 +05:30
environment.py py34: heat.tests.test_engine_service 2015-08-03 22:58:35 +05:30
event.py Versioned objects - Event 2015-03-16 09:26:41 +00:00
function.py Add __hash__ functions where necessary 2015-07-02 07:56:22 +00:00
lifecycle_plugin.py Fix file mode, remove executable bit. 2014-09-10 17:17:44 +08:00
parameter_groups.py Fix validation error for parameter group 2015-06-30 11:38:33 +05:30
parameters.py Merge "Adopt @six.python_2_unicode_compatible decorator" 2015-07-09 16:13:49 +00:00
plugin_manager.py Use six.moves.map/filter/zip 2015-04-24 11:52:39 +05:30
properties.py Add to TranslationRule REPLACE rule value_path del 2015-07-27 12:51:12 +03:00
resource.py Merge "Add base resolve method for attributes" 2015-08-04 01:52:21 +00:00
rsrc_defn.py Use ResourceDefinitionCore methods for lbutils 2015-07-15 15:37:55 +03:00
scheduler.py Do not use VolumeTasks in AWS Instance create 2015-07-28 21:59:06 +00:00
service_software_config.py Merge "Update logging according oslo.i18n recommendations" 2015-07-01 07:18:07 +00:00
service_stack_watch.py Use six.itervalues(x) instead of x.values() 2015-04-21 09:05:49 +03:00
service.py Merge "Make convergence functional" 2015-08-03 06:04:24 +00:00
stack_lock.py Move listener rpc client to rpc/listener_client.py 2015-06-19 08:24:19 +05:30
stack.py Convergence: clarify what "data" is 2015-08-01 04:19:33 +00:00
support.py Add HIDDEN status to SupportStatus 2015-07-08 12:18:49 +03:00
sync_point.py Convergence: Make SyncPoint.update_input_data actually atomic. 2015-06-26 15:01:52 +00:00
template.py Get heat.tests.test_stack* working in py34 env 2015-07-14 14:10:51 +05:30
timestamp.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
update.py Backup new resource as soon as possible 2015-06-02 11:37:02 +03:00
watchrule.py Heat could not create samples with Ceilometer 2015-05-28 22:18:35 +08:00
worker.py Convergence: Do create operation only if action is INIT 2015-08-03 19:12:27 +05:30