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

See all merge proposals.

Import details

Import Status: Reviewed

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

The next import is scheduled to run .

Last successful import was .

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

Branches

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

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

Rebuild for Flamingo updates

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

stable/yoga 2025-09-18 11:50:09 UTC
Fix a breaking typo in the Jinja templates

Author: Jadon Naas
Author Date: 2023-06-30 19:33:50 UTC

Fix a breaking typo in the Jinja templates
There is an improperly formatted comment in a Jinja2 template.
This causes Juju hooks to fail with a template syntax error.

Closes-Bug: 2025507
Change-Id: I8d3758e52252d8f1d171de83f614aa4a611d98e8
(cherry picked from commit b9bd4b9e359d63af1181aebbaa5efdafcd621433)
Signed-off-by: Edward Hope-Morley <edward.hope-morley@canonical.com>

stable/zed 2025-09-18 11:49:50 UTC
Fix a breaking typo in the Jinja templates

Author: Jadon Naas
Author Date: 2023-06-30 19:33:50 UTC

Fix a breaking typo in the Jinja templates
There is an improperly formatted comment in a Jinja2 template.
This causes Juju hooks to fail with a template syntax error.

Closes-Bug: 2025507
Change-Id: I8d3758e52252d8f1d171de83f614aa4a611d98e8
(cherry picked from commit b9bd4b9e359d63af1181aebbaa5efdafcd621433)
Signed-off-by: Edward Hope-Morley <edward.hope-morley@canonical.com>

stable/2023.1 2025-09-18 11:49:23 UTC
Fix a breaking typo in the Jinja templates

Author: Jadon Naas
Author Date: 2023-06-30 19:33:50 UTC

Fix a breaking typo in the Jinja templates
There is an improperly formatted comment in a Jinja2 template.
This causes Juju hooks to fail with a template syntax error.

Closes-Bug: 2025507
Change-Id: I8d3758e52252d8f1d171de83f614aa4a611d98e8
(cherry picked from commit b9bd4b9e359d63af1181aebbaa5efdafcd621433)
Signed-off-by: Edward Hope-Morley <edward.hope-morley@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: Ia1b031d83adc44c40c5524cca7285cd5c137890f

stable/2024.1 2024-06-24 14:26:28 UTC
Pass --use-lock-file-branches when building

Author: Felipe Reyes
Author Date: 2024-06-24 14:26:28 UTC

Pass --use-lock-file-branches when building

Change-Id: I1dd8d949c1ac872c5921b1f4bff51cd26bfef9fa

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:03:21 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: Ie32ec0457bc45507cfde06236a624b389586d186

stable/train 2023-01-13 20:22:51 UTC
Pin tox to < 4.0.0

Author: Corey Bryant
Author Date: 2023-01-13 20:06:41 UTC

Pin tox to < 4.0.0

Tox 4.0.0 was recently released and it has several breaking changes.
We pin to < 4.0.0 here. We are planning to move forward only on the
master charm branches.

Tox is also pinned to < 4.0.0 for stable branches in upstream
openstack-zuul-jobs as well as in zosci-config. However, the
requires= section in the charm's tox.ini file ends up installing
tox>4, wiping out the zuul-pinned tox<4 that was already installed
installed. This patch fixes that.

Related-Bug: #2002788
Change-Id: I1fccc01edc07481ddf74d706683f2af2e5fa5228

stable/victoria 2023-01-13 20:15:38 UTC
Pin tox to < 4.0.0

Author: Corey Bryant
Author Date: 2023-01-13 20:06:03 UTC

Pin tox to < 4.0.0

Tox 4.0.0 was recently released and it has several breaking changes.
We pin to < 4.0.0 here. We are planning to move forward only on the
master charm branches.

Tox is also pinned to < 4.0.0 for stable branches in upstream
openstack-zuul-jobs as well as in zosci-config. However, the
requires= section in the charm's tox.ini file ends up installing
tox>4, wiping out the zuul-pinned tox<4 that was already installed
installed. This patch fixes that.

Related-Bug: #2002788
Change-Id: I9d549fd5f91c0fe7d23251068c0a1d6ecc0d6858

stable/wallaby 2023-01-13 20:11:31 UTC
Pin tox to < 4.0.0

Author: Corey Bryant
Author Date: 2023-01-13 20:05:53 UTC

Pin tox to < 4.0.0

Tox 4.0.0 was recently released and it has several breaking changes.
We pin to < 4.0.0 here. We are planning to move forward only on the
master charm branches.

Tox is also pinned to < 4.0.0 for stable branches in upstream
openstack-zuul-jobs as well as in zosci-config. However, the
requires= section in the charm's tox.ini file ends up installing
tox>4, wiping out the zuul-pinned tox<4 that was already installed
installed. This patch fixes that.

Related-Bug: #2002788
Change-Id: I366db2116697130c33c2c941f233758cf8435d26

stable/xena 2023-01-13 20:07:50 UTC
Pin tox to < 4.0.0

Author: Corey Bryant
Author Date: 2023-01-13 20:04:20 UTC

Pin tox to < 4.0.0

Tox 4.0.0 was recently released and it has several breaking changes.
We pin to < 4.0.0 here. We are planning to move forward only on the
master charm branches.

Tox is also pinned to < 4.0.0 for stable branches in upstream
openstack-zuul-jobs as well as in zosci-config. However, the
requires= section in the charm's tox.ini file ends up installing
tox>4, wiping out the zuul-pinned tox<4 that was already installed
installed. This patch fixes that.

Related-Bug: #2002788
Change-Id: I5e7f727627d023f6642a882dc7ebd0d40cafc0e4

stable/stein 2022-01-24 19:38:28 UTC
Branch updates to work with charmhub for stable/stein

Author: Alex Kavanagh
Author Date: 2022-01-23 14:48:50 UTC

Branch updates to work with charmhub for stable/stein

Change-Id: Id6c2fb901424404633b23d75681b337d1b92d769

stable/rocky 2022-01-24 19:36:21 UTC
Branch updates to work with charmhub for stable/rocky

Author: Alex Kavanagh
Author Date: 2022-01-23 14:36:26 UTC

Branch updates to work with charmhub for stable/rocky

Change-Id: I3f271910bb2beace4ecf1629273a1d074d8e8fa9

stable/queens 2022-01-21 16:53:55 UTC
Branch updates to work with charmhub for stable/queens

Author: Alex Kavanagh
Author Date: 2022-01-20 15:36:44 UTC

Branch updates to work with charmhub for stable/queens

Change-Id: I538bc8125e5b98982ab3107f5566429c2f2e01a0

stable/21.10 2021-10-21 14:01:10 UTC
21.10 - Release

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

21.10 - Release

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

Change-Id: Id328476deb55ad252d30e0349629f90dfe62e22d

stable/21.04 2021-08-27 09:48:32 UTC
Test bundles for focal-wallaby and hirsute-wallaby

Author: Alex Kavanagh
Author Date: 2021-03-05 12:16:19 UTC

Test bundles for focal-wallaby and hirsute-wallaby

These are the test bundles (and any associated changes) for
focal-wallaby and hirsute-wallaby support.

hisute-wallaby test is disabled (moved to dev) due to [1].

[1] https://github.com/juju-solutions/layer-basic/issues/194

Change-Id: I70c579bc425746b30be12cb30e660542da842c48
(cherry picked from commit 129e0ca9bf504aa8f87ca1421e96fe2947654680)

stable/21.01 2021-02-10 19:11:38 UTC
Updates for stable branch creation 21.01

Author: Aurelien Lourot
Author Date: 2021-02-10 19:11:27 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: Ibdfe3fa9503dc2fbd8ae660817e7c5b9deda2c77

stable/20.10 2020-11-02 10:47:24 UTC
Updates for stable branch creation

Author: Aurelien Lourot
Author Date: 2020-11-02 10:47: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: Ifb25e5593ee08dda815078ac0a8e36917008842a

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

Author: Alex Kavanagh
Author Date: 2020-08-13 10:34:01 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: I4d38bfbda7de9f11963842e87037b509839814ad

stable/20.05 2020-05-21 17:29:17 UTC
Updates for stable branch creation

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

stable/20.02 2020-02-17 15:46:04 UTC
Updates for stable branch creation

Author: Liam Young
Author Date: 2020-02-17 15:46:00 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: Ib4f988bbc46416d288c54cfad445c2d568ad14fa

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

Author: David Ames
Author Date: 2019-10-24 19:25:49 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: Iaa8fb7ec381baaeb29bd1f21a900e24798bc1f7b

stable/19.07 2019-08-16 05:15:12 UTC
Pin stable charm to ``charms.openstack`` stable branch

Author: Frode Nordahl
Author Date: 2019-08-14 06:09:47 UTC

Pin stable charm to ``charms.openstack`` stable branch

Fix stable charm location for ``manila``

Change-Id: I1925b18866cdb8554e07d3a5a78b5076c2258cdc

stable/19.04 2019-04-19 19:40:42 UTC
OpenDev Migration Patch

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

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

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

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:40:42 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:40:41 UTC
OpenDev Migration Patch

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

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

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

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:40:41 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.

131 of 31 results

Other repositories

Name Last Modified
lp:charm-manila-generic 2025-10-30
11 of 1 result
You can't create new repositories for OpenStack Manila Generic Backend Charm.