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

Added a parameter 'apiTimeout' to allow customization #891

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

Commits on Nov 8, 2024

  1. Added a parameter 'apiTimeout' to allow customization

    Added a parameter 'apiTimeout' to allow customization
    to the Apache timeout.
    The default is set to 120s which we do set for
    HAProxy timeouts currently.
    
    To be able to change the HAProxy value based on the apiTimeout with
    any update (and not just the first time) the code adds a custom
    annotation "api.neutron.openstack.org/timeout" with the value that was
    initially set, this way flags it as being set by the nova-operator.
    
    Timeout is global for both api and metadata and they are set from nova lvl
    
    There will be follow up patch in openstack-operator
    to utilize the method 'SetDefaultRouteAnnotations' to set
    these default route annotations in openstack-operator
    mrkisaolamb committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2fb078a View commit details
    Browse the repository at this point in the history