cannot set OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES

Bug #2051003 reported by Rodrigo Barbieri
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard Charm
Fix Committed
Undecided
Unassigned

Bug Description

The charm does not provide a way to set the config [1]. For more information see LP#2045168

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-openstack-dashboard (master)
Changed in charm-openstack-dashboard:
status: New → In Progress
Revision history for this message
Alex Kavanagh (ajkavanagh) wrote :

I'm setting this as a duplicate of the linked bug in the description.

Revision history for this message
Rodrigo Barbieri (rodrigo-barbieri2010) wrote :

Sorry Alex, it is not clear to me why it is a duplicate if one is for the charm and the other is for horizon. The patch proposed for the charm addresses the lack of config option and does not "Closes-bug" the bug in horizon. I could do a Related-bug pointing to the Horizon bug, but NOT a Closes-bug. However, if they are marked duplicated, then the Closes-bug for this one will close the other one too, which is not correct.

Revision history for this message
Alex Kavanagh (ajkavanagh) wrote :

It's a duplicate, in the sense that the 'bug' is the issue that is linked; this is essentially a feature request "bug", but it just creates more "noise" and you'd need to refer to both bugs in the commit message of the linked review. i.e. the review 'fixes' the original bug, which isn't really a bug, but just the behaviour of the dashboard if things take too long to be returned.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (master)

Reviewed: https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/906383
Committed: https://opendev.org/openstack/charm-openstack-dashboard/commit/6b93e9dd8713f41fd50242499cc5413c26780714
Submitter: "Zuul (22348)"
Branch: master

commit 6b93e9dd8713f41fd50242499cc5413c26780714
Author: Rodrigo Barbieri <email address hidden>
Date: Tue Jan 23 12:24:58 2024 -0300

    Allow configure of OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES

    If network calls to retrieve ports and floating IPs take too long,
    then the project > instances page cannot be loaded. This config
    allows disabling the network calls when loading the page with
    minor side-effects, as a workaround to avoid downtime while other
    performance optimizations can be done on the side to allow
    the page the load so the workaround is no longer needed.

    Closes-bug: #2051003
    Related-bug: #2045168
    Change-Id: Iedad6ef48cbe0b776594f4ad8276d3d713cd360c

Changed in charm-openstack-dashboard:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-openstack-dashboard (stable/2023.2)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (stable/2023.2)

Reviewed: https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/906488
Committed: https://opendev.org/openstack/charm-openstack-dashboard/commit/45a86be78ab883fd40d1936c26876b734f0e263f
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit 45a86be78ab883fd40d1936c26876b734f0e263f
Author: Rodrigo Barbieri <email address hidden>
Date: Tue Jan 23 12:24:58 2024 -0300

    Allow configure of OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES

    If network calls to retrieve ports and floating IPs take too long,
    then the project > instances page cannot be loaded. This config
    allows disabling the network calls when loading the page with
    minor side-effects, as a workaround to avoid downtime while other
    performance optimizations can be done on the side to allow
    the page the load so the workaround is no longer needed.

    Closes-bug: #2051003
    Related-bug: #2045168
    Change-Id: Iedad6ef48cbe0b776594f4ad8276d3d713cd360c
    (cherry picked from commit 6b93e9dd8713f41fd50242499cc5413c26780714)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-openstack-dashboard (stable/2023.1)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (stable/2023.1)

Reviewed: https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/907463
Committed: https://opendev.org/openstack/charm-openstack-dashboard/commit/1ec179bb9d3faeac5d01660399671095ec452e69
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 1ec179bb9d3faeac5d01660399671095ec452e69
Author: Rodrigo Barbieri <email address hidden>
Date: Tue Jan 23 12:24:58 2024 -0300

    Allow configure of OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES

    If network calls to retrieve ports and floating IPs take too long,
    then the project > instances page cannot be loaded. This config
    allows disabling the network calls when loading the page with
    minor side-effects, as a workaround to avoid downtime while other
    performance optimizations can be done on the side to allow
    the page the load so the workaround is no longer needed.

    Closes-bug: #2051003
    Related-bug: #2045168
    Change-Id: Iedad6ef48cbe0b776594f4ad8276d3d713cd360c
    (cherry picked from commit 6b93e9dd8713f41fd50242499cc5413c26780714)
    (cherry picked from commit 45a86be78ab883fd40d1936c26876b734f0e263f)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-openstack-dashboard (stable/zed)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (stable/zed)

Reviewed: https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/908275
Committed: https://opendev.org/openstack/charm-openstack-dashboard/commit/9e2ae8e65b63185dbd579f957dcf14f5d3ee91cf
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 9e2ae8e65b63185dbd579f957dcf14f5d3ee91cf
Author: Rodrigo Barbieri <email address hidden>
Date: Tue Jan 23 12:24:58 2024 -0300

    Allow configure of OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES

    If network calls to retrieve ports and floating IPs take too long,
    then the project > instances page cannot be loaded. This config
    allows disabling the network calls when loading the page with
    minor side-effects, as a workaround to avoid downtime while other
    performance optimizations can be done on the side to allow
    the page the load so the workaround is no longer needed.

    Closes-bug: #2051003
    Related-bug: #2045168
    Change-Id: Iedad6ef48cbe0b776594f4ad8276d3d713cd360c
    (cherry picked from commit 6b93e9dd8713f41fd50242499cc5413c26780714)
    (cherry picked from commit 45a86be78ab883fd40d1936c26876b734f0e263f)
    (cherry picked from commit 1ec179bb9d3faeac5d01660399671095ec452e69)

tags: added: in-stable-zed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-openstack-dashboard (stable/yoga)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (stable/yoga)

Reviewed: https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/908604
Committed: https://opendev.org/openstack/charm-openstack-dashboard/commit/b2af81e75d681142f31265fa6e457a7e19fc6717
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit b2af81e75d681142f31265fa6e457a7e19fc6717
Author: Rodrigo Barbieri <email address hidden>
Date: Tue Jan 23 12:24:58 2024 -0300

    Allow configure of OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES

    If network calls to retrieve ports and floating IPs take too long,
    then the project > instances page cannot be loaded. This config
    allows disabling the network calls when loading the page with
    minor side-effects, as a workaround to avoid downtime while other
    performance optimizations can be done on the side to allow
    the page the load so the workaround is no longer needed.

    Closes-bug: #2051003
    Related-bug: #2045168
    Change-Id: Iedad6ef48cbe0b776594f4ad8276d3d713cd360c
    (cherry picked from commit 6b93e9dd8713f41fd50242499cc5413c26780714)
    (cherry picked from commit 45a86be78ab883fd40d1936c26876b734f0e263f)
    (cherry picked from commit 1ec179bb9d3faeac5d01660399671095ec452e69)
    (cherry picked from commit 9e2ae8e65b63185dbd579f957dcf14f5d3ee91cf)

tags: added: in-stable-yoga
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-openstack-dashboard (stable/xena)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/908988
Committed: https://opendev.org/openstack/charm-openstack-dashboard/commit/7eb985778c9973581440214b05442baea1714d2f
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 7eb985778c9973581440214b05442baea1714d2f
Author: Rodrigo Barbieri <email address hidden>
Date: Tue Jan 23 12:24:58 2024 -0300

    Allow configure of OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES

    If network calls to retrieve ports and floating IPs take too long,
    then the project > instances page cannot be loaded. This config
    allows disabling the network calls when loading the page with
    minor side-effects, as a workaround to avoid downtime while other
    performance optimizations can be done on the side to allow
    the page the load so the workaround is no longer needed.

    Closes-bug: #2051003
    Related-bug: #2045168
    Change-Id: Iedad6ef48cbe0b776594f4ad8276d3d713cd360c
    (cherry picked from commit 6b93e9dd8713f41fd50242499cc5413c26780714)
    (cherry picked from commit 45a86be78ab883fd40d1936c26876b734f0e263f)
    (cherry picked from commit 1ec179bb9d3faeac5d01660399671095ec452e69)
    (cherry picked from commit 9e2ae8e65b63185dbd579f957dcf14f5d3ee91cf)
    (cherry picked from commit b2af81e75d681142f31265fa6e457a7e19fc6717)

tags: added: in-stable-xena
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-openstack-dashboard (stable/wallaby)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/910312
Committed: https://opendev.org/openstack/charm-openstack-dashboard/commit/560adf4ac34cded5eda456b43b35bfebb3311868
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 560adf4ac34cded5eda456b43b35bfebb3311868
Author: Rodrigo Barbieri <email address hidden>
Date: Tue Jan 23 12:24:58 2024 -0300

    Allow configure of OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES

    If network calls to retrieve ports and floating IPs take too long,
    then the project > instances page cannot be loaded. This config
    allows disabling the network calls when loading the page with
    minor side-effects, as a workaround to avoid downtime while other
    performance optimizations can be done on the side to allow
    the page the load so the workaround is no longer needed.

    Closes-bug: #2051003
    Related-bug: #2045168
    Change-Id: Iedad6ef48cbe0b776594f4ad8276d3d713cd360c
    (cherry picked from commit 6b93e9dd8713f41fd50242499cc5413c26780714)
    (cherry picked from commit 45a86be78ab883fd40d1936c26876b734f0e263f)
    (cherry picked from commit 1ec179bb9d3faeac5d01660399671095ec452e69)
    (cherry picked from commit 9e2ae8e65b63185dbd579f957dcf14f5d3ee91cf)
    (cherry picked from commit b2af81e75d681142f31265fa6e457a7e19fc6717)
    (cherry picked from commit 7eb985778c9973581440214b05442baea1714d2f)

tags: added: in-stable-wallaby
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-openstack-dashboard (stable/victoria)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/911609
Committed: https://opendev.org/openstack/charm-openstack-dashboard/commit/5d4080d351106d7bc33d10300eb0bf5c27e2cc08
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 5d4080d351106d7bc33d10300eb0bf5c27e2cc08
Author: Rodrigo Barbieri <email address hidden>
Date: Tue Jan 23 12:24:58 2024 -0300

    Allow configure of OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES

    If network calls to retrieve ports and floating IPs take too long,
    then the project > instances page cannot be loaded. This config
    allows disabling the network calls when loading the page with
    minor side-effects, as a workaround to avoid downtime while other
    performance optimizations can be done on the side to allow
    the page the load so the workaround is no longer needed.

    Closes-bug: #2051003
    Related-bug: #2045168
    Change-Id: Iedad6ef48cbe0b776594f4ad8276d3d713cd360c
    (cherry picked from commit 6b93e9dd8713f41fd50242499cc5413c26780714)
    (cherry picked from commit 45a86be78ab883fd40d1936c26876b734f0e263f)
    (cherry picked from commit 1ec179bb9d3faeac5d01660399671095ec452e69)
    (cherry picked from commit 9e2ae8e65b63185dbd579f957dcf14f5d3ee91cf)
    (cherry picked from commit b2af81e75d681142f31265fa6e457a7e19fc6717)
    (cherry picked from commit 7eb985778c9973581440214b05442baea1714d2f)
    (cherry picked from commit 560adf4ac34cded5eda456b43b35bfebb3311868)

tags: added: in-stable-victoria
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-openstack-dashboard (stable/ussuri)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/913813
Committed: https://opendev.org/openstack/charm-openstack-dashboard/commit/46895dab0de5fab3db2f59d4566afcbb28540fd8
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 46895dab0de5fab3db2f59d4566afcbb28540fd8
Author: Rodrigo Barbieri <email address hidden>
Date: Tue Jan 23 12:24:58 2024 -0300

    Allow configure of OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES

    If network calls to retrieve ports and floating IPs take too long,
    then the project > instances page cannot be loaded. This config
    allows disabling the network calls when loading the page with
    minor side-effects, as a workaround to avoid downtime while other
    performance optimizations can be done on the side to allow
    the page the load so the workaround is no longer needed.

    Closes-bug: #2051003
    Related-bug: #2045168
    Change-Id: Iedad6ef48cbe0b776594f4ad8276d3d713cd360c
    (cherry picked from commit 6b93e9dd8713f41fd50242499cc5413c26780714)
    (cherry picked from commit 45a86be78ab883fd40d1936c26876b734f0e263f)
    (cherry picked from commit 1ec179bb9d3faeac5d01660399671095ec452e69)
    (cherry picked from commit 9e2ae8e65b63185dbd579f957dcf14f5d3ee91cf)
    (cherry picked from commit b2af81e75d681142f31265fa6e457a7e19fc6717)
    (cherry picked from commit 7eb985778c9973581440214b05442baea1714d2f)
    (cherry picked from commit 560adf4ac34cded5eda456b43b35bfebb3311868)
    (cherry picked from commit 5d4080d351106d7bc33d10300eb0bf5c27e2cc08)

tags: added: in-stable-ussuri
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.