charm-openstack-dashboard:stable/18.05

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/18.05 https://git.launchpad.net/charm-openstack-dashboard

Branch merges

Branch information

Name:
stable/18.05
Repository:
lp:charm-openstack-dashboard

Recent commits

f3a62d7... by OpenDev Sysadmins <email address hidden>

OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.

529ba5d... by Frode Nordahl

Use `manage.py migrate` for django versions >= 1.9

`syncdb` subcommand was deprecated in django 1.7
and subsequently removed in 1.9.

Use `subprocess.check_call()` so we catch errors.

Add `shared-db` relation and enable debug logging in deployment
used in functional test. Add functional test that authenticates
through the dashboard.

Update unit tests.

Change-Id: I567461e57ec431fc470d7a2a31d3f16e9dc50e8b
Closes-Bug: #1777358
(cherry picked from commit db9fac5f4b5558c17dc08ea6a8619a5a54f12bf5)

ccc9f93... by Frode Nordahl

Temporarily retry initial connect in test 400

There is a eluding issue that currently makes the
first request to the OpenStack Dashboard error out
with 500 Internal Server Error in CI. Temporarilly
add retry logic to unwedge the gate. This issue
should be revisited and root caused properly when time
allows.

Change-Id: Id828082416c7cbdd88247d9b6750c0f77467bc26
(cherry picked from commit 293f297b090105b6763a3de0cff0d196a9678b65)

ce8828a... by David Ames

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: Iee7872d7016111d8c34eca4d63ada0d81f24cdbd

041a479... by Frode Nordahl

Remove orphan symlink

Support for dfs was dropped in commit b4019e45bf54dfd19245b413ce00c1d2f349f9d4

Remove orphan symlink in the actions/ directory.

Change-Id: Ie353de9da422a863e53a92983d9819c324761667

5475081... by Zuul <email address hidden>

Merge "add WebSSO support"

62624ab... by Zuul <email address hidden>

Merge "Enable Bionic as a gate test"

9699430... by Ryan Beisner

Remove deprecated functional test targets

Change-Id: I9170b428ad504664c6045f26ed2ad34d5159fcb3

8a86e66... by David Ames

Enable Bionic as a gate test

Change bionic test from dev to gate for 18.05.

Change-Id: I5e1214055d49a0ab170ad3ebc1c4fccca0eb7ebc

45be17c... by Dmitrii Shcherbakov

add WebSSO support

* add support for relating with subordinate charms providing Service
Provider functionality via apache2 authentication modules;
* retrieve protocol, identity provider and user-facing name info from
  keystone service provider charm subordinates;
* provide trusted dashboard information to keystone charm

Change-Id: I15ca0dd1616ec12c7ad47dc05961b51bb45bb770