Get this repository:
git clone https://git.launchpad.net/charm-keystone

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://opendev.org/openstack/charm-keystone.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log

Branches

Name Last Modified Last Commit
stable/yoga 2024-04-22 13:47:36 UTC
Add cache_time for identity

Author: Rodrigo Barbieri
Author Date: 2024-03-19 17:32:46 UTC

Add cache_time for identity

This patch adds a config option to allow
configuring the cache_time for identity elements.

It is also including a complementary fix for
change I49e46e010c543f831959581b2122f59068f2c07b
that missed adjusting the correct template, and
used the wrong comparison "is not None".

Closes-bug: #2054418
Related-bug: #1771114
Change-Id: I57d376eb6c1f0f38cdd028aacf397aaf7f3a1cda
(cherry picked from commit 0967f6ec4eacf69a5cee9b7582daed973e1dded4)
(cherry picked from commit 0eb972dbc0c256e9c20f5cc83fc6ada9f96fa93a)
(cherry picked from commit 513f3eed30c5855965aaa2e98531cccb2c7e900c)
(cherry picked from commit 6b748bdb7819b9f5f90af780b4b958af0dc12350)

stable/zed 2024-04-17 13:34:23 UTC
Add cache_time for identity

Author: Rodrigo Barbieri
Author Date: 2024-03-19 17:32:46 UTC

Add cache_time for identity

This patch adds a config option to allow
configuring the cache_time for identity elements.

It is also including a complementary fix for
change I49e46e010c543f831959581b2122f59068f2c07b
that missed adjusting the correct template, and
used the wrong comparison "is not None".

Closes-bug: #2054418
Related-bug: #1771114
Change-Id: I57d376eb6c1f0f38cdd028aacf397aaf7f3a1cda
(cherry picked from commit 0967f6ec4eacf69a5cee9b7582daed973e1dded4)
(cherry picked from commit 0eb972dbc0c256e9c20f5cc83fc6ada9f96fa93a)
(cherry picked from commit 513f3eed30c5855965aaa2e98531cccb2c7e900c)

stable/2023.1 2024-04-09 18:41:11 UTC
Add cache_time for identity

Author: Rodrigo Barbieri
Author Date: 2024-03-19 17:32:46 UTC

Add cache_time for identity

This patch adds a config option to allow
configuring the cache_time for identity elements.

It is also including a complementary fix for
change I49e46e010c543f831959581b2122f59068f2c07b
that missed adjusting the correct template, and
used the wrong comparison "is not None".

Closes-bug: #2054418
Related-bug: #1771114
Change-Id: I57d376eb6c1f0f38cdd028aacf397aaf7f3a1cda
(cherry picked from commit 0967f6ec4eacf69a5cee9b7582daed973e1dded4)
(cherry picked from commit 0eb972dbc0c256e9c20f5cc83fc6ada9f96fa93a)

stable/2023.2 2024-04-05 13:39:47 UTC
Add cache_time for identity

Author: Rodrigo Barbieri
Author Date: 2024-03-19 17:32:46 UTC

Add cache_time for identity

This patch adds a config option to allow
configuring the cache_time for identity elements.

It is also including a complementary fix for
change I49e46e010c543f831959581b2122f59068f2c07b
that missed adjusting the correct template, and
used the wrong comparison "is not None".

Closes-bug: #2054418
Related-bug: #1771114
Change-Id: I57d376eb6c1f0f38cdd028aacf397aaf7f3a1cda
(cherry picked from commit 0967f6ec4eacf69a5cee9b7582daed973e1dded4)

master 2024-03-19 19:40:19 UTC
Add cache_time for identity

Author: Rodrigo Barbieri
Author Date: 2024-03-19 17:32:46 UTC

Add cache_time for identity

This patch adds a config option to allow
configuring the cache_time for identity elements.

It is also including a complementary fix for
change I49e46e010c543f831959581b2122f59068f2c07b
that missed adjusting the correct template, and
used the wrong comparison "is not None".

Closes-bug: #2054418
Related-bug: #1771114
Change-Id: I57d376eb6c1f0f38cdd028aacf397aaf7f3a1cda

stable/2024.1 2024-03-19 19:40:19 UTC
Add cache_time for identity

Author: Rodrigo Barbieri
Author Date: 2024-03-19 17:32:46 UTC

Add cache_time for identity

This patch adds a config option to allow
configuring the cache_time for identity elements.

It is also including a complementary fix for
change I49e46e010c543f831959581b2122f59068f2c07b
that missed adjusting the correct template, and
used the wrong comparison "is not None".

Closes-bug: #2054418
Related-bug: #1771114
Change-Id: I57d376eb6c1f0f38cdd028aacf397aaf7f3a1cda

stable/wallaby 2023-11-22 05:20:54 UTC
Support disabling apache wsgi socket rotation

Author: Hua Zhang
Author Date: 2023-11-03 04:50:42 UTC

Support disabling apache wsgi socket rotation

Bug LP 1863232 introduced a new Apache configuration option called
WSGISocketRotation which allows users to disable wsgi socket
rotation. This patch makes this configurable with a new
wsgi-socket-rotation config option that defaults to the Apache
default and can optionally be set to False.

Closes-Bug: #2021550
Change-Id: I54bc6a95bdb46f9e25516e941c53e5f03710e374

stable/victoria 2023-11-22 05:15:55 UTC
Support disabling apache wsgi socket rotation

Author: Hua Zhang
Author Date: 2023-11-03 04:57:01 UTC

Support disabling apache wsgi socket rotation

Bug LP 1863232 introduced a new Apache configuration option called
WSGISocketRotation which allows users to disable wsgi socket
rotation. This patch makes this configurable with a new
wsgi-socket-rotation config option that defaults to the Apache
default and can optionally be set to False.

Closes-Bug: #2021550
Change-Id: I4c9fddd4785dfd7244a391638de41c76fcd75dba

stable/xena 2023-11-22 05:09:52 UTC
Support disabling apache wsgi socket rotation

Author: Hua Zhang
Author Date: 2023-11-03 04:43:23 UTC

Support disabling apache wsgi socket rotation

Bug LP 1863232 introduced a new Apache configuration option called
WSGISocketRotation which allows users to disable wsgi socket
rotation. This patch makes this configurable with a new
wsgi-socket-rotation config option that defaults to the Apache
default and can optionally be set to False.

Closes-Bug: #2021550
Change-Id: Ib489997a054cdfb3161c84281fa62bf7a7c8d623

stable/ussuri 2023-11-22 04:58:40 UTC
Support disabling apache wsgi socket rotation

Author: Hua Zhang
Author Date: 2023-11-22 04:58:40 UTC

Support disabling apache wsgi socket rotation

Bug LP 1863232 introduced a new Apache configuration option called
WSGISocketRotation which allows users to disable wsgi socket
rotation. This patch makes this configurable with a new
wsgi-socket-rotation config option that defaults to the Apache
default and can optionally be set to False.

Closes-Bug: #2021550
Change-Id: Ie5b97eadf29206f9a289caded0f90e78b5898828

stable/train 2023-08-18 14:06:30 UTC
[train] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-18 14:04:43 UTC

[train] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/832
Closes-Bug: #2028683

Change-Id: I2ee75658fed16dfb8f616abd1e7950286bf5a671

stable/stein 2021-11-11 12:47:03 UTC
Revert a admin_and_matching_domain_id rule change

Author: Dmitrii Shcherbakov
Author Date: 2021-11-10 15:46:37 UTC

Revert a admin_and_matching_domain_id rule change

This reverts commit cef78d47fb1dd865e4058e32460adc07b44a105d.
Related-Bug: #1950379

Change-Id: I871eac8af34e49e771ffa8a7d8076d0bbcbb40ae
(cherry picked from commit f30d5e38f60c9c5abdf9c831dd28ffad306b135b)

stable/21.10 2021-11-11 12:47:03 UTC
Revert a admin_and_matching_domain_id rule change

Author: Dmitrii Shcherbakov
Author Date: 2021-11-10 15:46:37 UTC

Revert a admin_and_matching_domain_id rule change

This reverts commit cef78d47fb1dd865e4058e32460adc07b44a105d.
Related-Bug: #1950379

Change-Id: I871eac8af34e49e771ffa8a7d8076d0bbcbb40ae
(cherry picked from commit f30d5e38f60c9c5abdf9c831dd28ffad306b135b)

stable/queens 2021-11-11 12:47:03 UTC
Revert a admin_and_matching_domain_id rule change

Author: Dmitrii Shcherbakov
Author Date: 2021-11-10 15:46:37 UTC

Revert a admin_and_matching_domain_id rule change

This reverts commit cef78d47fb1dd865e4058e32460adc07b44a105d.
Related-Bug: #1950379

Change-Id: I871eac8af34e49e771ffa8a7d8076d0bbcbb40ae
(cherry picked from commit f30d5e38f60c9c5abdf9c831dd28ffad306b135b)

stable/rocky 2021-11-11 12:47:03 UTC
Revert a admin_and_matching_domain_id rule change

Author: Dmitrii Shcherbakov
Author Date: 2021-11-10 15:46:37 UTC

Revert a admin_and_matching_domain_id rule change

This reverts commit cef78d47fb1dd865e4058e32460adc07b44a105d.
Related-Bug: #1950379

Change-Id: I871eac8af34e49e771ffa8a7d8076d0bbcbb40ae
(cherry picked from commit f30d5e38f60c9c5abdf9c831dd28ffad306b135b)

stable/21.04 2021-08-16 16:49:36 UTC
Sync release-tools

Author: Aurelien Lourot
Author Date: 2021-07-22 12:55:05 UTC

Sync release-tools

In order to fix ResolutionImpossible on tox invocation.

https://github.com/openstack-charmers/release-tools/issues/151
https://github.com/openstack-charmers/release-tools/pull/152

Change-Id: Ia6a4f8211acdaecc0547ccc2c4a8bdf54d6ad072
(cherry picked from commit 78e6d2aea2d5ad8bf717c20c6db8b8a2f596505f)

stable/21.01 2021-02-10 19:08:46 UTC
Updates for stable branch creation 21.01

Author: Aurelien Lourot
Author Date: 2021-02-10 19:08:34 UTC

Updates for stable branch creation 21.01

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.
Switch to using stable zaza branch.
Switch to using stable zaza-openstack-tests branch.

Change-Id: I82db0b05fa21ed2eec295bdfad2357b9778413b2

stable/20.10 2020-11-02 10:45:46 UTC
Updates for stable branch creation

Author: Aurelien Lourot
Author Date: 2020-11-02 10:45:33 UTC

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: I31297c25ae523bdfe35b2bd054ba6456c39cce45

stable/20.08 2020-08-13 10:32:42 UTC
Updates for stable branch creation

Author: Alex Kavanagh
Author Date: 2020-08-13 10:32:32 UTC

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: Ib395170c4439c6515fbd972214d4ac4bf4ded4f3

stable/20.05 2020-07-09 21:36:52 UTC
Ensure that certificates are correctly managed.

Author: Chris MacNaughton
Author Date: 2020-07-09 08:37:20 UTC

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.

Change-Id: Idfbdaf7919569983cdf159e44a6dad26eccfd195
Closes-Bug: #1886077
(cherry picked from commit 71b7eedfc57123f24a46ad49d97a6f13ee898f4f)

stable/20.02 2020-02-17 15:45:16 UTC
Updates for stable branch creation

Author: Liam Young
Author Date: 2020-02-17 15:45:12 UTC

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch zaza bundles to stable charms.

Switch to using stable charm-helpers branch.

Change-Id: Iba69950c9071555f1019fdd4214e6d02c7065e9c

stable/19.10 2019-10-24 19:24:54 UTC
Updates for stable branch creation

Author: David Ames
Author Date: 2019-10-24 19:24:48 UTC

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: I79d7f690de2ccb86cdefd8e7787e67e700acef19

stable/19.07 2019-08-12 16:40:49 UTC
Updates for stable branch creation

Author: David Ames
Author Date: 2019-08-12 16:40:44 UTC

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: I41e7aaa6ee15d8bd0bfa133dd950411a214eb266

stable/19.04 2019-05-31 06:45:36 UTC
Merge "Backport Zaza reconfiguration" into stable/19.04

Author: Zuul
Author Date: 2019-05-31 06:45:36 UTC

Merge "Backport Zaza reconfiguration" into stable/19.04

stable/18.11 2019-04-19 19:41:19 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:41:19 UTC

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.

stable/18.08 2019-04-19 19:41:19 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:41:19 UTC

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.

stable/17.11 2019-04-19 19:41:18 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:41:18 UTC

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.

stable/18.02 2019-04-19 19:41:18 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:41:18 UTC

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.

stable/18.05 2019-04-19 19:41:18 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:41:18 UTC

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.

stable/17.02 2019-04-19 19:41:18 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:41:18 UTC

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.

stable/16.10 2019-04-19 19:41:18 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:41:18 UTC

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.

stable/17.08 2019-04-19 19:41:18 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:41:18 UTC

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.

stable/16.07 2019-04-19 19:41:17 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:41:17 UTC

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.

stable/16.04 2019-04-19 19:41:17 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:41:17 UTC

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.

134 of 34 results

Other repositories

Name Last Modified
lp:charm-keystone 2024-04-24
lp:~ec0/charm-keystone 2017-05-18
12 of 2 results
You can't create new repositories for OpenStack Keystone Charm.