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

9.10 fix delete #2058

Open
wants to merge 2 commits into
base: 9.10-stable
Choose a base branch
from

Commits on Jun 13, 2023

  1. OPENSTACK-2799: fix to delete monitor

    if pool nonexists, the pool update method will create a new pool.
    check if pool exist, before delete monitor.
    if the pool exists, we delete monitor directly.
    zhang-shengping committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e3126b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. OPENSTACK-2799: fix to delete pool

    if bigip partition is missing,
    we can not delete pool in neutron db.
    it is because pool has relationship with pool member and listener.
    
    when the partition is missing,
    member can not update(create if missing)
    allocate route domain in the misssing partition.
    
    when the partition is missing,
    listener can not update(create if missing)
    in the missing partition.
    zhang-shengping committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d7efa2b View commit details
    Browse the repository at this point in the history