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

VPC web_flip can't find an interface to flip #11

Open
prb opened this issue Apr 15, 2013 · 0 comments
Open

VPC web_flip can't find an interface to flip #11

prb opened this issue Apr 15, 2013 · 0 comments
Labels

Comments

@prb
Copy link
Member

prb commented Apr 15, 2013

Trace as of 400629e was:

[DEBUG] (local) 02:34:52: AWS access configured. EC2 SSH as ubuntu using key /Users/me/.ssh/key.pem
[172.18.12.55] Executing task 'web_flip'
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fabric/main.py", line 732, in main
    *args, **kwargs
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fabric/tasks.py", line 312, in execute
    multiprocessing
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fabric/tasks.py", line 211, in _execute
    return task.run(*args, **kwargs)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fabric/tasks.py", line 121, in run
    return self.wrapped(*args, **kwargs)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fabric/decorators.py", line 135, in decorated
    decorated.return_value = func(*args, **kwargs)
  File "/Users/me/project/deployment/fabfile.py", line 81, in web_flip
    connect().assign_private_ip_addresses(current_node().interfaces[0].id,env.secondary_ip,allow_reassignment=True)
IndexError: list index out of range
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