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

Working perfect with if we remove one node if we try 2 or 3.It shows a error.. #31

Open
Qarar opened this issue Apr 3, 2013 · 0 comments
Assignees

Comments

@Qarar
Copy link

Qarar commented Apr 3, 2013

Working perfect with if we remove one node if we try 2 or 3.It shows a error..

clb remove-nodes loadbalancer2 '10.179.50.46:80,10.179.38.92:80'
Traceback (most recent call last):
File "/usr/local/bin/clb", line 5, in
pkg_resources.run_script('clb==0.0.1', 'clb')
File "build/bdist.linux-i686/egg/pkg_resources.py", line 489, in run_script
yield ep
File "build/bdist.linux-i686/egg/pkg_resources.py", line 1207, in run_script

File "/usr/local/lib/python2.7/dist-packages/clb-0.0.1-py2.7.egg/EGG-INFO/scripts/clb", line 919, in
CloudloadbalancersShell().main(sys.argv[1:])
File "/usr/local/lib/python2.7/dist-packages/clb-0.0.1-py2.7.egg/EGG-INFO/scripts/clb", line 196, in main
args.func(args)
File "/usr/local/lib/python2.7/dist-packages/clb-0.0.1-py2.7.egg/EGG-INFO/scripts/clb", line 563, in do_remove_nodes
lb = self._remove_nodes(lb, ns)
File "/usr/local/lib/python2.7/dist-packages/clb-0.0.1-py2.7.egg/EGG-INFO/scripts/clb", line 572, in _remove_nodes
n.delete()
File "/usr/local/lib/python2.7/dist-packages/python_cloudlb-0.5.1-py2.7.egg/cloudlb/node.py", line 82, in delete
self._parent.nodes.delete(self.id)
File "/usr/local/lib/python2.7/dist-packages/python_cloudlb-0.5.1-py2.7.egg/cloudlb/node.py", line 46, in delete
if self.dico[x].id == nid:
IndexError: list index out of range

@ghost ghost assigned calebgroom Apr 4, 2013
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

No branches or pull requests

2 participants