charm-openstack-dashboard:stable/19.10

Last commit made on 2019-11-25
Get this branch:
git clone -b stable/19.10 https://git.launchpad.net/charm-openstack-dashboard

Branch merges

Branch information

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

Recent commits

2ac72c3... by Alex Kavanagh

Remove Set-Cookie .... HttpOnly;secure to allow CSRF access

Angular (running in the page) can't access the CSRF token if the cookie
is set to secure. This is a temporary patch to resolve the issue whilst
a more permanent fix is found.

This reverts patch I1ded951d79ad9fa832d1e88f656a1e064b1ef007
(essentially).

Change-Id: Ied9d0f5486c260a17da9375ec6347d0952154225
Related-Bug: #1822751
Closes-Bug: #1853173

3c1daae... 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: Ibe09c621ebfa74e38e181e9790aa2bea7e8f7b58

dda4bdd... by Corey Bryant

Enable functional tests for train

This patch also updates the smoke test to run train.

Depends-On: https://review.opendev.org/#/c/681927/
Change-Id: I1b6fb659ae3c655609bdbc360a2bf09f30577d0b

5d9592d... by Liam Young

Correct resolve_CONFIGS force_update

A typo in resolve_CONFIGS reveresed the desired behaviour so
force_update=True would not force an update and vice versa.

Change-Id: I4e19e7ab35f09f4e828632b4dc6074d2bd367356
Closes-Bug: #1848440

cd84358... by Zuul <email address hidden>

Merge "Sync charm/ceph helpers, tox, and requirements"

e220d06... by Ryan Beisner

Sync charm/ceph helpers, tox, and requirements

Change-Id: I25256dfc4e4029c99c0e612142ec857980f902c6

f782e4a... by Stamatis Katsaounis <email address hidden>

Change custom_theme.py file location

This patch changes the location of the soft link of the optional
custom settings file inside a custom theme provided by the user.
The current location is not taken into account by Horizon.

Change-Id: Ief60acb394b7ac340b92120d7ccf18eb680cfb38
Signed-off-by: Stamatis Katsaounis <email address hidden>

56e4d3c... by Liam Young

Stop running register_configs at load time

Stop running register_configs so it is not run unnecessarily and
simplifies unit tests. As part of this make sure that CONFIGS is
refreshed after an upgrade as config files and contexts may
have changed.

Change-Id: I08a847abe7db22a11860f359442e1e8945585466
Closes-Bug: #1844325

fec0eeb... by Corey Bryant

Remove neutron-lbaas-dashboard for train and above

The python3-neutron-lbaas-dashboard no longer exists as of
Train. Remove it in favor of the octavia-dashboard subordinate
charm.

This patch also keeps python-cinderclient at a version
that includes v1.client for testing.

Change-Id: Ic8694cd8604aff8be392a31feeccb7fea55d0e41

983d746... by Corey Bryant

Disable train cinder consistency group support

Cinder consistency group support was removed from upstream horizon
as of Train, and has been replaced by the generic group feature.

Change-Id: Iebf4d441b36e7c31b200205cd9bbee0d1fb9a47c
Closes-Bug: #1841188