Skip to content

Commit

Permalink
Merge "LBAAS config generation on controller"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Apr 20, 2016
2 parents 4c639ea + 6711a11 commit da19d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def make_properties(self, healthmonitor):

def make_dict(self, healthmonitor, fields=None):
res = {'id': healthmonitor.uuid,
'name': healthmonitor.name,
'tenant_id': healthmonitor.parent_uuid.replace('-', ''),
'status': self._get_object_status(healthmonitor)}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def _get_member_pool_id(self, member):

def make_dict(self, member, fields=None):
res = {'id': member.uuid,
'name': member.name,
'pool_id': member.parent_uuid,
'status': self._get_object_status(member)}

Expand Down

0 comments on commit da19d43

Please sign in to comment.