When iterating over xstatic packages which haven't had the benefit
of pip install creating explicit namespace packages for them, we
reset the implicit namespaces which may linger from earlier imports.
Change-Id: Ie6fe282c9d06f0147e37bbe2cf6de9d9c3f0eb39
Includes fixes for:
- Bug #1853805 (python3 compatibility in the VNX/PowerMax drivers)
- Bug #1859775 (Quotas logging message fix)
- Bug #1859785 (database optimization for api query)
- Bug #1861485 (CVE-2020-9543)
- Bug #1654598 (policy check for export locations api)
Also includes a fix to the reference "generic" driver
to not fail share creation if manila already has access
to the storage administrator network.
Change-Id: I6fb07ce56a4979179242b96399e563150dc958a4
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
The new governance_consistency.py tool lists all inconsistencies
between deliverables defined in openstack/releases and deliverables
defined in openstack/governance. Using it instead of the
membership_freeze_test tool (which only listed deliverables defined
in governance that did not have a corresponding deliverable file)
gives us the chance to fix all inconsistencies before milestone-2.
Change-Id: I34c2454082054b6e49edf16784e0e9213799ecc1
Since we moved it in governance, we can move this in releases,
so that we can track the appropriate releases liaisons.
Change-Id: If8fc837bc131805041f1e250089cb8a565a13312
pyscss is now maintained by support of horizon team so we can move back to
pyscss from pyscss2 (fork). It looks better to cut a new release of horizon
to avoid pyscss2 usage including lower-constraints in horizon plugins.
Change-Id: If9eedc7fd3881c46bfd77d2f87339157c371995d
Oslo freezes earlier than other projects in order to give its
consumers time to consume any new features that are added before
their feature freezes.[0]
This adds that date to the release calendar so it is easy to find.
Change-Id: I19938bc16629754001f811e4ffe54c555c0833dc
0: https://specs.openstack.org/openstack/oslo-specs/specs/policy/feature-freeze.html
This transition the rocky branch to extended maintenance.
Changes for bugfixes and things the team deems important are
still encouraged, but there will no longer be official releases
off of the branch.
Please +1 if the team is ready for us to proceed with this
transition, or -1 if there are any final backports currently in
flight that we should wait for. For the latter case, please
update the patch with the new commit hash after doing a final
release to get those changes out so we know to proceed with the
transition.
Change-Id: I7823bd1683ba8e6a0397d04df324486613258d04
Since the last release, horizon changed dependencies from pyScss and
django-pyscss to pyScss2 & django-pyscss2 as those projects are no more
maintained and that causes issues on py37 and above on various projects
that depends on horizon.
Change-Id: Icddb5be224931b45637003f6b83ccc3b87db0f71
This drops python 2.x support, adds python 3.8 support and
makes it work with openSUSE tumbleweed again.
Change-Id: I94755dd6a115b5541b87e04bb60b20f0068f5166