Comment 3 for bug 1421285

Revision history for this message
Steve Baker (steve-stevebaker) wrote :

Ah, an empty config for a StructuredDeployment resource will be {}, not ''

SoftwareDeployment needs a method

  def empty_config(self):
    return ''

which StructuredDeployment overrides to return {}