Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ElastiCache CacheCluster CacheNodes key missing #257

Closed
jantman opened this issue Feb 15, 2017 · 1 comment
Closed

ElastiCache CacheCluster CacheNodes key missing #257

jantman opened this issue Feb 15, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@jantman
Copy link
Owner

jantman commented Feb 15, 2017

See this comment from @sstarcher

Using current master:

  File "/usr/local/lib/python2.7/site-packages/awslimitchecker/checker.py", line 329, in find_usage
    cls.find_usage()
  File "/usr/local/lib/python2.7/site-packages/awslimitchecker/services/elasticache.py", line 65, in find_usage
    self._find_usage_nodes()
  File "/usr/local/lib/python2.7/site-packages/awslimitchecker/services/elasticache.py", line 81, in _find_usage_nodes
    num_nodes = len(cluster['CacheNodes'])
KeyError: 'CacheNodes'

It looks like the cluster response can be missing the CacheNodes key.

@jantman jantman added the bug label Feb 15, 2017
@jantman jantman added this to the 0.8.0 milestone Feb 15, 2017
@jantman jantman self-assigned this Mar 11, 2017
jantman added a commit that referenced this issue Mar 11, 2017
fixes #257 - CacheNodes key missing
@jantman
Copy link
Owner Author

jantman commented Mar 11, 2017

This was just released in 0.8.0, which is now live on PyPI. Apologies for the long delay before this release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant