Skip to content

Instantly share code, notes, and snippets.

@neki06
Created October 2, 2017 16:53
Show Gist options
  • Save neki06/f6b047db31e075eafba6234c0400fb33 to your computer and use it in GitHub Desktop.
Save neki06/f6b047db31e075eafba6234c0400fb33 to your computer and use it in GitHub Desktop.
Octavia log
list indices must be integers, not str
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 400, in run_subcommand
result = cmd.run(parsed_args)
File "/usr/local/lib/python2.7/dist-packages/cliff/display.py", line 115, in run
column_names, data = self.take_action(parsed_args)
File "/usr/local/lib/python2.7/dist-packages/octaviaclient/osc/v2/load_balancer.py", line 177, in take_action
) for s in data['loadbalancers']))
TypeError: list indices must be integers, not str
clean_up ListLoadBalancer: list indices must be integers, not str
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/osc_lib/shell.py", line 134, in run
ret_val = super(OpenStackShell, self).run(argv)
File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 279, in run
result = self.run_subcommand(remainder)
File "/usr/local/lib/python2.7/dist-packages/osc_lib/shell.py", line 169, in run_subcommand
ret_value = super(OpenStackShell, self).run_subcommand(argv)
File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 400, in run_subcommand
result = cmd.run(parsed_args)
File "/usr/local/lib/python2.7/dist-packages/cliff/display.py", line 115, in run
column_names, data = self.take_action(parsed_args)
File "/usr/local/lib/python2.7/dist-packages/octaviaclient/osc/v2/load_balancer.py", line 177, in take_action
) for s in data['loadbalancers']))
TypeError: list indices must be integers, not str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment