Get this repository:
git clone https://git.not.enabled/charm-magnum

See all merge proposals.

Import details

Import Status: Suspended

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

Last successful import was .

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

Branches

Name Last Modified Last Commit
master 2025-10-29 17:55:55 UTC
Rebuild for Flamingo updates

Author: Myles Penner
Author Date: 2025-10-29 17:10:32 UTC

Rebuild for Flamingo updates

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

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

Author: Felipe Reyes
Author Date: 2025-10-15 03:51:56 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: I0360be88804997053d13c6040faa89d481e9a6ec
Signed-off-by: Felipe Reyes <felipe.reyes@canonical.com>

stable/ussuri 2025-03-14 20:08:03 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: I652f664b05ca38c35042f4219956474f56855d81

stable/2023.2 2023-11-02 18:28:29 UTC
Updates for testing period for 23.10 release

Author: Alex Kavanagh
Author Date: 2023-10-17 17:02:36 UTC

Updates for testing period for 23.10 release

* charm-helpers sync for classic charms
* build.lock file for reactive charms
* ensure tox.ini is from release-tools
* Locked requirements using pip-compile:
  * existing (test-)requirements.txt ->
    (test-)requirements.in
  * pip-compile to *-py3[8|10].txt using python3.8
    and python3.10.
  * Updated tox.ini to use the appropriate merged
    requirements-*.txt files.
* Removal of lunar from metadata, charmcraft.yaml
  osci.yaml, tests.yaml and associated bundles.
* Locked libs and tests to stable/bobcat branches for:
  * charm-helpers
  * charms.openstack
  * zaza
  * zaza-openstack-tests

Change-Id: Ib6d60cb8ec3ca7a69466d55847fcb1fca60ee494

stable/yoga 2023-09-14 17:53:18 UTC
Merge "Add cluster-user-trust config option" into stable/yoga

Author: Zuul
Author Date: 2023-09-14 17:53:18 UTC

Merge "Add cluster-user-trust config option" into stable/yoga

stable/zed 2023-09-14 17:51:53 UTC
Merge "Add cluster-user-trust config option" into stable/zed

Author: Zuul
Author Date: 2023-09-14 17:51:53 UTC

Merge "Add cluster-user-trust config option" into stable/zed

stable/victoria 2023-09-11 11:53:42 UTC
Add cluster-user-trust config option

Author: Jesper Schmitz Mouridsen
Author Date: 2023-09-07 17:54:00 UTC

Add cluster-user-trust config option

Clusters created with the option cloud_provider_enabled or
registry_enabled set to true, or volumer_driver set to 'cinder' need
this flag set to True as well to instruct Magnum to assign trust to the
cluster user.

This option defaults to False due to security concerns (see
https://bugs.launchpad.net/bugs/cve/2016-7404 )

[0] https://docs.openstack.org/magnum/latest/user/index.html#cloud-provider-enabled

Closes-Bug: #1996237
Change-Id: I393030fa0da244ba5928482c8ef4e75e53f1a7b3
(cherry picked from commit 29260ddf8ae040e6319732a21ece4cca96196a5f)

stable/wallaby 2023-09-08 17:28:29 UTC
Add cluster-user-trust config option

Author: Jesper Schmitz Mouridsen
Author Date: 2023-09-07 17:54:00 UTC

Add cluster-user-trust config option

Clusters created with the option cloud_provider_enabled or
registry_enabled set to true, or volumer_driver set to 'cinder' need
this flag set to True as well to instruct Magnum to assign trust to the
cluster user.

This option defaults to False due to security concerns (see
https://bugs.launchpad.net/bugs/cve/2016-7404 )

[0] https://docs.openstack.org/magnum/latest/user/index.html#cloud-provider-enabled

Closes-Bug: #1996237
Change-Id: I393030fa0da244ba5928482c8ef4e75e53f1a7b3
(cherry picked from commit 29260ddf8ae040e6319732a21ece4cca96196a5f)

stable/xena 2023-09-08 16:33:19 UTC
Add cluster-user-trust config option

Author: Jesper Schmitz Mouridsen
Author Date: 2023-09-07 17:54:00 UTC

Add cluster-user-trust config option

Clusters created with the option cloud_provider_enabled or
registry_enabled set to true, or volumer_driver set to 'cinder' need
this flag set to True as well to instruct Magnum to assign trust to the
cluster user.

This option defaults to False due to security concerns (see
https://bugs.launchpad.net/bugs/cve/2016-7404 )

[0] https://docs.openstack.org/magnum/latest/user/index.html#cloud-provider-enabled

Closes-Bug: #1996237
Change-Id: I393030fa0da244ba5928482c8ef4e75e53f1a7b3
(cherry picked from commit 29260ddf8ae040e6319732a21ece4cca96196a5f)

stable/2023.1 2023-09-08 16:19:47 UTC
Add cluster-user-trust config option

Author: Jesper Schmitz Mouridsen
Author Date: 2023-09-07 17:54:00 UTC

Add cluster-user-trust config option

Clusters created with the option cloud_provider_enabled or
registry_enabled set to true, or volumer_driver set to 'cinder' need
this flag set to True as well to instruct Magnum to assign trust to the
cluster user.

This option defaults to False due to security concerns (see
https://bugs.launchpad.net/bugs/cve/2016-7404 )

[0] https://docs.openstack.org/magnum/latest/user/index.html#cloud-provider-enabled

Closes-Bug: #1996237
Change-Id: I393030fa0da244ba5928482c8ef4e75e53f1a7b3
(cherry picked from commit 29260ddf8ae040e6319732a21ece4cca96196a5f)

stable/21.10 2021-10-21 14:00:34 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: I51735fa54a494328d8d48950f6a56704712f947f

stable/train 2021-10-21 14:00:34 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: I51735fa54a494328d8d48950f6a56704712f947f

stable/stein 2021-10-21 14:00:34 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: I51735fa54a494328d8d48950f6a56704712f947f

stable/rocky 2021-10-21 14:00:34 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: I51735fa54a494328d8d48950f6a56704712f947f

stable/queens 2021-10-21 14:00:34 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: I51735fa54a494328d8d48950f6a56704712f947f

stable/21.04 2021-07-02 17:23:50 UTC
rebuild - restore proxy env vars for add-apt-repository

Author: Corey Bryant
Author Date: 2021-07-02 17:23:48 UTC

rebuild - restore proxy env vars for add-apt-repository

Change-Id: I0f09b8858fbd21e6f521d8b184dc3cdba425118d

116 of 16 results

Other repositories

Name Last Modified
lp:charm-magnum 2025-10-30
11 of 1 result
You can't create new repositories for OpenStack Magnum Charm.