charm-openstack-dashboard:stable/20.10

Last commit made on 2020-11-17
Get this branch:
git clone -b stable/20.10 https://git.launchpad.net/charm-openstack-dashboard

Branch merges

Branch information

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

Recent commits

a3ae0e2... by Eric Desrochers

Revert "Update template to enable offline-compression"

This reverts commit 0fe556e389f4b7dcf68a5bbe1421c848cd78e6e1.

Closes-Bug: 1903911
Related-Bug: 1902890

Change-Id: I3e774e1ce98a9e77905bf49075c95ba478cb13c3
Signed-off-by: Eric Desrochers <email address hidden>
(cherry picked from commit 6ba0b72827115447de0f3060940d66b079f6d7da)

ab32a97... by Aurelien Lourot

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch tests to stable.

Switch to using stable charm-helpers branch.

Switch to using stable charm.openstack branch.

Change-Id: I3ac85a39de493c207ff1c1ba662ed2639cc699ea

21bed7c... by Chris MacNaughton

Batch update to land Ubuntu Groovy support into the charms

Cherry-Pick from https://github.com/juju/charm-helpers/commit/09752a15274b1bf0f42b422eb82fcf29fe4082c5

Change-Id: I73046d4f9716e7b6edffcbba8347949f192fcf80

0fe556e... by Michael Quiniola <email address hidden>

Update template to enable offline-compression

This update fixes slow page render times in the OpenStack
Dashboard charm. By default the charm is not set to enable
the COMPRESS_OFFLINE configuration option. Uncommenting
the line that contains this option resolves this issue.

Closes-Bug: 1867938

Change-Id: I6edac134d40fe8196795c245e8589be85f49cc9c

5dd04da... by Alex Kavanagh

Sync libraries & common files prior to freeze

* charm-helpers sync for classic charms
* charms.ceph sync for ceph charms
* rebuild for reactive charms
* sync tox.ini files as needed
* sync requirements.txt files to sync to standard

Change-Id: I179fd55a49bf07515e4fad64dd0a4719b58ac4ca

3fca73a... by Aurelien Lourot

Fix deployment instruction

Former instruction leads to "ambiguous relation: could
refer to websso-trusted-dashboard or identity-service"

Change-Id: Ida997cad090f1acc82bdb75dd21c7593570b1400

df02743... by Aurelien Lourot

Add focal-victoria to the test gate

Change-Id: I3888fcc268fc8fd5d6ee359398cfbd88c9ee7e7d

d74affe... by Zuul <email address hidden>

Merge "Check the created_roles reply for keystone"

47c1097... by Liam Young

Check the created_roles reply for keystone

Check the created_roles reply for keystone to see if the name of
the role that was created in keystone matches what was requested.
It may differ in terms of case.

Change-Id: I5b5216909268ba3bb1b7ad13767647fa1af77cc5
Closes-Bug: #1890437

b9905a9... by Liam Young

Ensure that certificates are correctly managed.

When the certificates relation is ready before the
HA relation is clustered, the VIP symlinks will not
be created pointing at the correct certificates. This
change updates the HA handlers to ensure that the
certificate relation is handled after clustering,
if there are any certificate relations.

There was no functional test coverage for HA and TLS
deployments so this change also add a test for
those and CMR too. Having said that, the test
initialises vault once the deployments are
complete so is unlikely to trigger #1886077 the tests
to check there is no regression of exising
functionality.

func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/389

Change-Id: I7c9c81318dbbcea618ac3781b8f19e8159e56bcb
Closes-Bug: #1886077