magnum-ui, murano-ui failed to enable in horizon

Bug #1744428 reported by Wubin Li
28
This bug affects 4 people
Affects Status Importance Assigned to Milestone
kolla
Fix Released
High
Chason Chan

Bug Description

/etc/kolla/globals.yml
-----
enable_magnum: "yes"
enable_horizon_magnum: "yes"
-----
then Horizon container keeps restarting,
"docker logs horizon"
can see:
INFO:__main__:Writing out command to execute
cp: cannot stat '/usr/lib/python2.7/site-packages/magnum_ui/enabled/_*[^__].py': No such file or directory

simular to murano:

enable_murano: "yes"
enable_horizon_murano: "yes"

and see:
INFO:__main__:Writing out command to execute
cp: cannot create regular file '/usr/lib/python2.7/site-packages/openstack_dashboard/local/enabled/_50_dashboard_catalog.py': No such file or directory

Openstack version: pike
kolla_base_distro: "ubuntu"
openstack_release: "pike"

Revision history for this message
Robert Duncan (rduncan-t) wrote :

this goes the same for designate panels, sahara, lbaasv2 - is there any working around or general troubleshooting advice on this? - seems like it should be a simple fix

Chason Chan (chen-xing)
Changed in kolla-ansible:
status: New → Triaged
assignee: nobody → Chason Chan (chen-xing)
importance: Undecided → Critical
affects: kolla-ansible → kolla
Revision history for this message
Chason Chan (chen-xing) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/570790

Changed in kolla:
importance: Critical → High
Chason Chan (chen-xing)
Changed in kolla:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/570790
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=8ab42604186064d61a6b9a024a37ade1f885f204
Submitter: Zuul
Branch: master

commit 8ab42604186064d61a6b9a024a37ade1f885f204
Author: chenxing <email address hidden>
Date: Mon May 28 22:02:12 2018 +0800

    Fix the horizon failed to start

    Currently, Horzion container fails to start when enabled designate,
    murano, magnum and so on. This patch is to fix it.

    Change-Id: I32da6dc1a65d3bfcaa59b4c9136e389af1f9b551
    Closes-Bug: #1744428

Changed in kolla:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/571387

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/pike)

Reviewed: https://review.openstack.org/571387
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=83aacd2110276ef3ff9a23d1626898f74842376f
Submitter: Zuul
Branch: stable/pike

commit 83aacd2110276ef3ff9a23d1626898f74842376f
Author: chenxing <email address hidden>
Date: Mon May 28 22:02:12 2018 +0800

    Fix the horizon failed to start

    Currently, Horzion container fails to start when enabled designate,
    murano, magnum and so on. This patch is to fix it.

    Change-Id: I32da6dc1a65d3bfcaa59b4c9136e389af1f9b551
    Closes-Bug: #1744428
    (cherry picked from commit 8ab42604186064d61a6b9a024a37ade1f885f204)

tags: added: in-stable-pike
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 7.0.0.0b2

This issue was fixed in the openstack/kolla 7.0.0.0b2 development milestone.

Revision history for this message
Robert Duncan (rduncan-t) wrote :

How can we apply this fix to 6.0.0?

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 5.0.3

This issue was fixed in the openstack/kolla 5.0.3 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/queens)

Fix proposed to branch: stable/queens
Review: https://review.openstack.org/618069

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/ocata)

Fix proposed to branch: stable/ocata
Review: https://review.openstack.org/618502

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/queens)

Reviewed: https://review.openstack.org/618069
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=bc78ac766477decbe99c5ee492bb57f9b2af9e02
Submitter: Zuul
Branch: stable/queens

commit bc78ac766477decbe99c5ee492bb57f9b2af9e02
Author: chenxing <email address hidden>
Date: Mon May 28 22:02:12 2018 +0800

    Fix the horizon failed to start

    Currently, Horzion container fails to start when enabled designate,
    murano, magnum and so on. This patch is to fix it.

    Change-Id: I32da6dc1a65d3bfcaa59b4c9136e389af1f9b551
    Closes-Bug: #1744428
    (cherry picked from commit 8ab42604186064d61a6b9a024a37ade1f885f204)

tags: added: in-stable-queens
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/ocata)

Reviewed: https://review.openstack.org/618502
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=2f6dbefd5f885a45013d6ee4df30708bf796fd04
Submitter: Zuul
Branch: stable/ocata

commit 2f6dbefd5f885a45013d6ee4df30708bf796fd04
Author: chenxing <email address hidden>
Date: Mon May 28 22:02:12 2018 +0800

    Fix the horizon failed to start

    Currently, Horzion container fails to start when enabled designate,
    murano, magnum and so on. This patch is to fix it.

    Change-Id: I32da6dc1a65d3bfcaa59b4c9136e389af1f9b551
    Closes-Bug: #1744428
    (cherry picked from commit 8ab42604186064d61a6b9a024a37ade1f885f204)

tags: added: in-stable-ocata
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 6.1.1

This issue was fixed in the openstack/kolla 6.1.1 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla ocata-eol

This issue was fixed in the openstack/kolla ocata-eol release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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