WebSSO config options

Bug #1607912 reported by Adam Young
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-horizon
Fix Released
Wishlist
Harald Jensås

Bug Description

 http://git.openstack.org/cgit/openstack/puppet-horizon/tree/templates/local_settings.py.erb

needs to be able to generate values for Web sso, along the lines of the following:

WEBSSO_ENABLED = <%= @websso_enabled %>
WEBSSO_INITIAL_CHOICE = <%= @websso_initial_choice %>
WEBSSO_CHOICES = (

<% if @websso_choices.kind_of?(Array) %>
AVAILABLE_REGIONS = [
<% @available_regions.each do |r| -%>
    ('<%= r[0] -%>', '<%= r[1] -%>'),
<% end -%>
]
<% end -%>
)

Changed in puppet-horizon:
importance: Undecided → Wishlist
Changed in puppet-horizon:
assignee: nobody → Alexey Deryugin (velovec)
Changed in puppet-horizon:
assignee: Alexey Deryugin (velovec) → nobody
Changed in puppet-horizon:
status: New → In Progress
assignee: nobody → Harald Jensås (harald-jensas)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-horizon (master)

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

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

Reviewed: https://review.openstack.org/416809
Committed: https://git.openstack.org/cgit/openstack/puppet-horizon/commit/?id=4ed2edf02ada962d25bcf5182ddaace05f1c4794
Submitter: Jenkins
Branch: master

commit 4ed2edf02ada962d25bcf5182ddaace05f1c4794
Author: Harald Jensas <email address hidden>
Date: Thu Jan 5 03:10:59 2017 +0100

    WebSSO config options

    Add support for WEBSSO options in local_settings.py.erb

    Change-Id: Ie528eb1afeb967d30fc504cd682154913fe6927c
    Closes-Bug: #1607912

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

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/417623

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-horizon (stable/mitaka)

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/417628

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-horizon (stable/newton)

Reviewed: https://review.openstack.org/417623
Committed: https://git.openstack.org/cgit/openstack/puppet-horizon/commit/?id=bd1005da2eed8f999d0dee803c31bc02d23ed2c2
Submitter: Jenkins
Branch: stable/newton

commit bd1005da2eed8f999d0dee803c31bc02d23ed2c2
Author: Harald Jensas <email address hidden>
Date: Thu Jan 5 03:10:59 2017 +0100

    WebSSO config options

    Add support for WEBSSO options in local_settings.py.erb

    Cherry-pick from: review.openstack.org/#/c/416809
    Change-Id: Ie528eb1afeb967d30fc504cd682154913fe6927c
    Closes-Bug: #1607912

tags: added: in-stable-newton
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on puppet-horizon (stable/mitaka)

Change abandoned by Harald Jensås (<email address hidden>) on branch: stable/mitaka
Review: https://review.openstack.org/417628
Reason: I think something went wrong when rebasing. Abondoning and re-doing as new change.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-horizon (stable/mitaka)

Reviewed: https://review.openstack.org/417628
Committed: https://git.openstack.org/cgit/openstack/puppet-horizon/commit/?id=1a8c69d161da97f02e62e7d4c230c93521946a23
Submitter: Jenkins
Branch: stable/mitaka

commit 1a8c69d161da97f02e62e7d4c230c93521946a23
Author: Harald Jensas <email address hidden>
Date: Thu Jan 5 03:10:59 2017 +0100

    WebSSO config options

    Add support for WEBSSO options in local_settings.py.erb

    Cherry-pick from: review.openstack.org/#/c/416809
    Change-Id: Ie528eb1afeb967d30fc504cd682154913fe6927c
    Closes-Bug: #1607912

tags: added: in-stable-mitaka
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-horizon 10.2.0

This issue was fixed in the openstack/puppet-horizon 10.2.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-horizon 9.5.0

This issue was fixed in the openstack/puppet-horizon 9.5.0 release.

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.