Merge "Add note on SoftwareDeployment object structure"

This commit is contained in:
Jenkins 2015-05-05 10:20:36 +00:00 committed by Gerrit Code Review
commit f4307620b6
1 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,8 @@ class SoftwareDeployment(signal_responder.SignalResponder):
if prev_derived_config:
self._delete_derived_config(prev_derived_config)
if not self._signal_transport_none():
# NOTE(pshchelo): sd is a simple dict, easy to serialize,
# does not need fixing re LP bug #1393268
return sd
def _check_complete(self):