Deployment description is not hidden anymore
Description (i.e. the list of deployed services etc) is needed to display the configuration which was attempted to be deployed. So, this should be exposed by the API Change-Id: I0675cd584dabc845835101192316ddd206af708d
This commit is contained in:
parent
18c7a90b10
commit
0246fd06c6
@ -150,7 +150,7 @@ class Deployment(BASE, ModelBase):
|
||||
|
||||
def to_dict(self):
|
||||
dictionary = super(Deployment, self).to_dict()
|
||||
del dictionary["description"]
|
||||
# del dictionary["description"]
|
||||
if 'statuses' in dictionary:
|
||||
del dictionary['statuses']
|
||||
if 'environment' in dictionary:
|
||||
|
Loading…
Reference in New Issue
Block a user