Skip to content

Conversation

@mihaelabalutoiu
Copy link
Member

@mihaelabalutoiu mihaelabalutoiu commented Dec 18, 2025

This PR includes the following changes:

  • Update API documentation with the new refresh parameter;
  • Propagate the refresh flag through API and RPC layers;
  • Add the refresh parameter to the base provider get_instances;
  • Fix unit tests

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
endpoint_policies.ENDPOINTS_POLICY_PREFIX))
marker, limit = common.get_paging_params(req)
instance_name_pattern = req.GET.get("name")
refresh = req.GET.get("refresh", "false").lower() == "true"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the get_bool_url_arg method you implemented a while ago.

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

Successfully merging this pull request may close these issues.

2 participants