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

Remove metadata check before adding static route for openstack datasource #136

Open
rayy3535 opened this issue Apr 14, 2024 · 0 comments
Open

Comments

@rayy3535
Copy link

Since most recent windows versions do not have static route to openstack/ec2 mds ip, e.g., 169.254.169.254, please consider to remove mds url check before static route is added. Otherwise those checks will prolong mds discovery for 1~2 minutes. Or at lease disable this behavior for openstack/ec2 datasources

related code, util/network.py:

//if (not osutils.check_static_route_exists(metadata_host) and not check_url(metadata_url)):

@rayy3535 rayy3535 changed the title Remove metadata check before adding static route Remove metadata check before adding static route for openstack datasource Apr 14, 2024
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

1 participant