Skip to content

[LIBCLOUD-843] Added fetch tags support in elb driver#848

Closed
lrvan wants to merge 2 commits intoapache:trunkfrom
lrvan:LIBCLOUD-843_DescribeTags
Closed

[LIBCLOUD-843] Added fetch tags support in elb driver#848
lrvan wants to merge 2 commits intoapache:trunkfrom
lrvan:LIBCLOUD-843_DescribeTags

Conversation

@lrvan
Copy link
Contributor

@lrvan lrvan commented Aug 8, 2016

Fetch tags support in ELB driver

Description

Currently ELB driver doesn't provide a way to fetch tags for load balancer instance(s). Appropriate method calling DescribeTags AWS API action is implemented to address this.

Issue:
https://issues.apache.org/jira/browse/LIBCLOUD-843

Status

done, ready for review

Checklist (tick everything that applies)

  • Code linting (required, can be done after the PR checks)
  • Documentation
  • Tests
  • ICLA (required for bigger changes)

raise NotImplementedError(
'get_balancer not implemented for this driver')

def get_tags(self, balancer_id):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be better named list_balancer_tags, to be more consistent with the other base methods.

@tonybaloney
Copy link
Contributor

thanks @lrvan for the contribution, I had a couple of questions (commented) about the method names and approach.

@tonybaloney
Copy link
Contributor

Great. thanks 👍

@asfgit asfgit closed this in 6d6fe47 Sep 30, 2016
asfgit pushed a commit that referenced this pull request Sep 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants