charm-openstack-dashboard:stable/17.11

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

Branch merges

Branch information

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

Recent commits

691bdb4... 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.

c70d1ab... by Ian Wienand

Replace openstack.org git:// URLs with https://

This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ia8cd3e0d4ab3582b012f9020080c06e7c041d654

e4b809b... by Nobuto Murata

OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT expects boolean

Previously the single domain mode has been implemented. This is a
follow-up commit to set the value properly as boolean instead of string.

Change-Id: I0e34d93d05693bf0ca5e8f68bc9af198fd29680a
Closes-Bug: #1744346
Related-Bug: #1712999
(cherry picked from commit 48119619a0df4445432bfcbcb0a5a0a585226774)

c4c60bc... by David Ames

Sync charm-helpers

Notable issues resolved:

openstack_upgrade_available() broken for swift
https://bugs.launchpad.net/charm-swift-proxy/+bug/1743847

haproxy context doesn't consider bindings
https://bugs.launchpad.net/charm-helpers/+bug/1735421

regression in haproxy check
https://bugs.launchpad.net/charm-helpers/+bug/1743287

This change also breaks the inheritance between
HorizonHAProxyContext and HAProxyContext (as this was
not needed) and aligns the code in HorizonHAProxyContext
to the behaviour in HAProxyContext of using get_relation_ip
instead of unit_get.

* Zesty is EOL

Change-Id: Ie059e86a152f6e2cc6e65af4fce1b83dcc3115e0

7b734b6... 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: I46ac6fd99481390b9f75bb1a427a227863b187ee

b8749a3... by Ryan Beisner

Sync charm-helpers

Change-Id: I34389860a4f9258178aa151aae16044643417413

30806aa... by Zuul <email address hidden>

Merge "Enable xenial-pike amulet test"

aaa3f8f... by Andrew McLeod

Enable xenial-pike amulet test

Make default func27-smoke xenial-pike
Charm-helpers sync

Change-Id: I0278a3c133c160f2543195c6a4c8a7c2735d13ac

55b9667... by Nobuto Murata

Allow to override the default volume creation behavior

Now that Horizon upstream added the ability to configure the default
"create volume" value when launching an instance (See. LP: #1678109),
expose it as a new charm config.

Change-Id: I68a6f199a72c11ad4eff2b587cb4279c91da52ae
Closes-Bug: #1711342

5e0f9e5... by Corey Bryant

Fix theme rendering for kilo

Set WEBROOT in openstack-dashboard's local_settings.py to the value
of webroot from the charm's config (see config.yaml).

Add /horizon/static alias to apache2 config in addition to /static
to cover both paths to static resources.

Change-Id: I29a156d322bac91ca02fb0f08f291fc805e59110
Closes-Bug: #1728086