tripleo-common/tripleo_common
Steve Baker cd2dcd199a Convenience methods in base model class
This change adds a BaseModel type which Plan inherits from along with
implementations of __eq__ and __repr__ to assist with testing and
debugging.

The __repr__ is a compact yaml representation which starts with the
class name.

The __eq__ asserts the other is of the same type, and then compares the
class __dict__ (which includes the class attributes)

Change-Id: I3a6aafc680637b2ec379f206a731796c24d5c7bb
2016-02-15 17:21:05 +00:00
..
core Convenience methods in base model class 2016-02-15 17:21:05 +00:00
tests Convenience methods in base model class 2016-02-15 17:21:05 +00:00
utils Improve docs for template utils 2015-12-17 09:24:17 -05:00
__init__.py Initial Cookiecutter Commit. 2015-04-29 13:34:49 +02:00
_stack_update.py Rename stack_update to _stack_update 2015-12-17 09:49:53 +00:00
scale.py Set a default timeout for 240 minutes for Heat Updates 2015-12-02 09:36:28 +00:00
update.py Rename stack_update to _stack_update 2015-12-17 09:49:53 +00:00