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

AWS VPC API Fixes: create_route fails with Unknown error #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sajuptpm
Copy link

Fix:
Corrected python dictionary lookup to get list of routes

I were getting following errors:
conn.create_route(rtable.id, '10.0.0.0/28', gateway_id='igw-default')

boto.exception.BotoServerError: BotoServerError: 500 Internal Server Error

TypeErrorUnknown error occurred.
req-8d96ab7f-e72c-40a6-a4af-7137588ead1c

Fix:
Corrected python dictionary lookup to get list of routes

I were getting following errors:
conn.create_route(rtable.id, '10.0.0.0/28', gateway_id='igw-default')

boto.exception.BotoServerError: BotoServerError: 500 Internal Server Error

<Response><Errors><Error><Code>TypeError</Code><Message>Unknown error occurred.
</Message></Error></Errors><RequestID>req-8d96ab7f-e72c-40a6-a4af-7137588ead1c
</RequestID></Response>
@sajuptpm sajuptpm changed the title create_route fails with Unknown error AWS API Fixes: create_route fails with Unknown error Jan 28, 2015
@sajuptpm sajuptpm changed the title AWS API Fixes: create_route fails with Unknown error AWS VPC API Fixes: create_route fails with Unknown error Jan 28, 2015
@sajuptpm
Copy link
Author

sajuptpm commented Feb 3, 2015

I am using contrail 1.20 big debian package + Ubuntu 12.04.4

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