Add note on SoftwareDeployment object structure

So not to worry about it in the sence of ref'd bug.

Change-Id: I1f9a1211a97812e69faf21d4e37dc665cd02841a
Related-Bug: #1393268
This commit is contained in:
Pavlo Shchelokovskyy 2015-04-24 16:17:41 -07:00
parent d7cadf02c9
commit e4d193fc69
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):