Skip to content
Snippets Groups Projects
  • Vladislav Belogrudov's avatar
    ac3e4cf9
    Use kolla_internal_vip_address for glance_api servers · ac3e4cf9
    Vladislav Belogrudov authored
    Nova and Cinder used a list of glance api servers - this list
    does not provide a proper high availability because the servers
    are connected at random without recalling who is failed last
    time. E.g. out of three controllers with a failed first one nova
    and cinder can try connection to the first controller because of
    random / shuffled choice of the glance server. A proper solution
    is to use VIP that connects to alive server from the beginning.
    Also as workaround one could significantly increase max number
    of retries in configuration files in hope that a random function
    will choose a healthy glance server sometime - not a good choice.
    
    Change-Id: Ifaf8ffe3697ec88a6da4c2b43c83975b63dc2e8c
    Closes-Bug: #1643509
    ac3e4cf9
    History
    Use kolla_internal_vip_address for glance_api servers
    Vladislav Belogrudov authored
    Nova and Cinder used a list of glance api servers - this list
    does not provide a proper high availability because the servers
    are connected at random without recalling who is failed last
    time. E.g. out of three controllers with a failed first one nova
    and cinder can try connection to the first controller because of
    random / shuffled choice of the glance server. A proper solution
    is to use VIP that connects to alive server from the beginning.
    Also as workaround one could significantly increase max number
    of retries in configuration files in hope that a random function
    will choose a healthy glance server sometime - not a good choice.
    
    Change-Id: Ifaf8ffe3697ec88a6da4c2b43c83975b63dc2e8c
    Closes-Bug: #1643509