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

See all merge proposals.

Import details

Import Status: Reviewed

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

The next import is scheduled to run .

Last successful import was .

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-0 and finished taking 30 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-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 7 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 3 minutes — 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-3 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
master 2025-10-24 22:02:45 UTC
Sync charmhelpers

Author: Myles Penner
Author Date: 2025-10-24 22:01:33 UTC

Sync charmhelpers

Refresh charmhelpers with the latest Flamingo/Gazpacho version
metadata.

Change-Id: I1907a7a947b1e61ca158620b9aa9b0f323deb3bc
Signed-off-by: Myles Penner <myles.penner@canonical.com>

stable/2024.1 2025-10-15 03:51:20 UTC
Update openstack-origin to caracal

Author: Felipe Reyes
Author Date: 2025-10-15 03:51:20 UTC

Update openstack-origin to caracal

The stable/2024.1 git branch should have the openstack-origin set to
'caracal' by default, so new installations use the correct UCA pocket.

Change-Id: If0b918690f3a3c97050bfc26e9cc2e6cecb57a8c
Signed-off-by: Felipe Reyes <felipe.reyes@canonical.com>

stable/ussuri 2025-05-05 20:19:00 UTC
Use charm specific job templates

Author: Felipe Reyes
Author Date: 2025-03-14 20:08:03 UTC

Use charm specific job templates

The openstack-python3-ussuri-jobs template is running on noble (python
3.12) making the pep8 tox target fail due to the dependencies and
versions locked down by the charm.

This change makes the charm to use the
openstack-python3-charm-jobs-ussuri template which runs on focal and
it's owned by the openstack charms team.

For the coverage report, the openstack-cover-charm-jobs template is used
now which provides the same guarantees described earlier

Change-Id: Ia9059c0d816f8b770d47137e252d2a017b6bcb39

stable/yoga 2024-06-28 21:54:29 UTC
Add keystone audit middleware API logging

Author: Myles Penner
Author Date: 2024-05-24 22:38:11 UTC

Add keystone audit middleware API logging

This commit adds Keystone audit middleware API logging to the Heat
charm in versions Yoga and newer to allow users to configure their
environment for CADF compliance. This feature can be enabled/disabled
and is set to 'disabled' by default to avoid bloat in log files.
The logging output is configured to /var/log/heat/heat-api.log.
This commit builds on previous discussions:
https://github.com/juju/charm-helpers/pull/808.

func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/1236
Closes-Bug: 1856555
Change-Id: Ic611b68f35a36489673e3430dd1abbd5aa752fa7
(cherry picked from commit 69886c1bcd7a5a8e5c92478c9ea1d45801fc8d38)

stable/zed 2024-06-24 21:31:23 UTC
Add keystone audit middleware API logging

Author: Myles Penner
Author Date: 2024-05-24 22:38:11 UTC

Add keystone audit middleware API logging

This commit adds Keystone audit middleware API logging to the Heat
charm in versions Yoga and newer to allow users to configure their
environment for CADF compliance. This feature can be enabled/disabled
and is set to 'disabled' by default to avoid bloat in log files.
The logging output is configured to /var/log/heat/heat-api.log.
This commit builds on previous discussions:
https://github.com/juju/charm-helpers/pull/808.

func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/1212
Closes-Bug: 1856555
Change-Id: Ic611b68f35a36489673e3430dd1abbd5aa752fa7
(cherry picked from commit 69886c1bcd7a5a8e5c92478c9ea1d45801fc8d38)

stable/2023.1 2024-06-24 20:56:56 UTC
Add keystone audit middleware API logging

Author: Myles Penner
Author Date: 2024-05-24 22:38:11 UTC

Add keystone audit middleware API logging

This commit adds Keystone audit middleware API logging to the Heat
charm in versions Yoga and newer to allow users to configure their
environment for CADF compliance. This feature can be enabled/disabled
and is set to 'disabled' by default to avoid bloat in log files.
The logging output is configured to /var/log/heat/heat-api.log.
This commit builds on previous discussions:
https://github.com/juju/charm-helpers/pull/808.

Closes-Bug: 1856555
Change-Id: Ic611b68f35a36489673e3430dd1abbd5aa752fa7
(cherry picked from commit 69886c1bcd7a5a8e5c92478c9ea1d45801fc8d38)

stable/2023.2 2024-06-24 16:11:28 UTC
Add keystone audit middleware API logging

Author: Myles Penner
Author Date: 2024-05-24 22:38:11 UTC

Add keystone audit middleware API logging

This commit adds Keystone audit middleware API logging to the Heat
charm in versions Yoga and newer to allow users to configure their
environment for CADF compliance. This feature can be enabled/disabled
and is set to 'disabled' by default to avoid bloat in log files.
The logging output is configured to /var/log/heat/heat-api.log.
This commit builds on previous discussions:
https://github.com/juju/charm-helpers/pull/808.

Closes-Bug: 1856555
Change-Id: Ic611b68f35a36489673e3430dd1abbd5aa752fa7
(cherry picked from commit 69886c1bcd7a5a8e5c92478c9ea1d45801fc8d38)

stable/victoria 2023-09-13 20:25:39 UTC
Merge "[victoria] Ensure get_requests_for_local_unit doesn't fail on incomple...

Author: Zuul
Author Date: 2023-09-13 20:25:39 UTC

Merge "[victoria] Ensure get_requests_for_local_unit doesn't fail on incomplete relation" into stable/victoria

stable/wallaby 2023-09-13 16:08:41 UTC
Merge "[wallaby] Ensure get_requests_for_local_unit doesn't fail on incomplet...

Author: Zuul
Author Date: 2023-09-13 16:08:41 UTC

Merge "[wallaby] Ensure get_requests_for_local_unit doesn't fail on incomplete relation" into stable/wallaby

stable/xena 2023-09-08 15:59:16 UTC
Merge "[xena] Ensure get_requests_for_local_unit doesn't fail on incomplete r...

Author: Zuul
Author Date: 2023-09-08 15:59:16 UTC

Merge "[xena] Ensure get_requests_for_local_unit doesn't fail on incomplete relation" into stable/xena

stable/train 2023-08-18 14:06:10 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: I92cff3db5aba8ca734d8a78a1875c2727360fb45

stable/queens 2021-10-21 13:59:29 UTC
21.10 - Release

Author: Alex Kavanagh
Author Date: 2021-10-21 13:49:40 UTC

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I86a91b71f5de66ad3009e62ee10f14e52f4fff6a

stable/rocky 2021-10-21 13:59:29 UTC
21.10 - Release

Author: Alex Kavanagh
Author Date: 2021-10-21 13:49:40 UTC

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I86a91b71f5de66ad3009e62ee10f14e52f4fff6a

stable/stein 2021-10-21 13:59:29 UTC
21.10 - Release

Author: Alex Kavanagh
Author Date: 2021-10-21 13:49:40 UTC

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I86a91b71f5de66ad3009e62ee10f14e52f4fff6a

stable/21.10 2021-10-21 13:59:29 UTC
21.10 - Release

Author: Alex Kavanagh
Author Date: 2021-10-21 13:49:40 UTC

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I86a91b71f5de66ad3009e62ee10f14e52f4fff6a

stable/21.04 2021-07-05 11:54:31 UTC
c-h sync - restore proxy env vars for add-apt-repository

Author: Corey Bryant
Author Date: 2021-07-02 17:03:34 UTC

c-h sync - restore proxy env vars for add-apt-repository

Change-Id: Ifb164542e6fdcea92484ef7cba0a2e1888c2ae65
Co-authored-by: Aurelien Lourot <aurelien.lourot@canonical.com>

stable/21.01 2021-02-10 19:07:40 UTC
Updates for stable branch creation 21.01

Author: Aurelien Lourot
Author Date: 2021-02-10 19:07:29 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: I546a47a5bf876ea288fe70f25702ade4a7d8f62f

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

Author: Aurelien Lourot
Author Date: 2020-11-02 10:45:14 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: Ica5f95a4952a7b2af46b2360c46686ff05082c3c

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

Author: Alex Kavanagh
Author Date: 2020-08-13 10:32:18 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: Icaa3d21766a5098eaf1e66c4e17c4fe5cd1a1f8c

stable/20.05 2020-05-21 16:56:02 UTC
Updates for stable branch creation

Author: David Ames
Author Date: 2020-05-21 16:55:57 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: Ib3aa832ec78741d21deb27012bbf266bb927be85

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

Author: Liam Young
Author Date: 2020-02-17 15:45:04 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: Ide929929d9c7325a5af7fcd20040dfb696efe4a6

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

Author: David Ames
Author Date: 2019-10-24 19:24:38 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: Ia9e489d82a0fd31c17195ae87201667a6f4a58a8

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

Author: David Ames
Author Date: 2019-08-12 16:40:35 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: I6d68f067b20c3cd26d1e4a140bca3d9369b7f0e1

stable/19.04 2019-05-06 23:15:04 UTC
Update stable charms to use stable CH in test reqs

Author: David Ames
Author Date: 2019-05-06 23:14:58 UTC

Update stable charms to use stable CH in test reqs

In our test-requirements.txt we often pull in charm-helpers. As stable and
master branches of charm-helpers diverge this can lead to testing failures
on the stable branch charms.

Update tests-requirements.txt to point to the stable branch of charm-helpers.

Change-Id: Ib825de3412e6d09b09bfbf41ee302610ce243b03

stable/17.08 2019-04-19 19:44:33 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:44:33 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:44:33 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:44:33 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:44:33 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:44:33 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:44:33 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:44:33 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:44:33 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:44:33 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.11 2019-04-19 19:44:33 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:44:33 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:44:32 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:44:32 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:44:32 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:44:32 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:44:32 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:44:32 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:44:32 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:44:32 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-heat 2025-10-28
11 of 1 result
You can't create new repositories for OpenStack Heat Charm.