charm-cinder-three-par:stable/xena

Last commit made on 2023-01-13
Get this branch:
git clone -b stable/xena https://git.launchpad.net/charm-cinder-three-par

Branch merges

Branch information

Name:
stable/xena
Repository:
lp:charm-cinder-three-par

Recent commits

aaa1c92... by Corey Bryant

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

35e75ae... by Luciano Lo Giudice

Update stable branch (xena)

This patchset makes the necessary changes for the cinder three-par
charm, in the xena stable branch.

Change-Id: Ie67f2f172bc75940dc21ae298f504c7e2c85e4ba

4a3cfa5... by Samuel Allan

Fix bugs and increase test coverage

Rename `use-multipath-image-xfer` config
to `use-multipath-for-image-xfer`.
This appeared to be a typo, as the latter is what cinder requires.

Use the app name as default for `volume-backend-name`
if not set.

Add more unit tests as regression tests and to increase coverage.

Add working zaza test and bundle
(cinder won't be initialised,
but we can test that values are being passed
through to cinder.conf as expected).

Fix pep8 test.

Change-Id: I6435924e3a55c576acb6f7abe30c534068f2cd05

ce88108... by Billy Olsen <email address hidden>

Merge pull request #1 from lmlg/curate-cinder-threepar

Curate cinder threepar

16536c8... by Luciano Lo Giudice

Supress warnings in tests

79348d6... by Luciano Lo Giudice

Remove unused exception

fe799e3... by Luciano Lo Giudice

Use charmhub in test bundles

db316aa... by Luciano Lo Giudice

Rework charm to use cinder sub plugin

5f323a7... by Luciano Lo Giudice

Adapt unit tests

f1f09d7... by Luciano Lo Giudice

Remove default values for san-{ip,login}, make them mandatory