This proposed a release for oslo.vmware to get any final merged
changes out prior to the lib freeze for Zed going into effect.
If the team is ready to proceed, please leave a +1 to acknowledge this
release and we will process right away. If the team is working on any
final merges, leave a -1 with some detail on the status and update the
patch with the new commit hash to use when ready.
Patches with no response will be merged by Friday, August 26.
Signed-off-by: Elod Illes <elod.illes@est.tech>
Change-Id: Ib8498742103600deebbd6f8fe205d7f7eadceb1d
$ git log --no-merges --oneline 2.0.0..96cf8d6288
f3c5da5 nb: add support for lb health checks API
e1cbe84 nb: add methods to modify the lrp.networks
e9c6c6c Provide base classes for {Get,Set}Options commands
06d25c2 vtep: add support for 'hardware_vtep' schema
Change-Id: I68d3d4dff5882a289204f80c1ae0f5f9b9b5fa07
This commit creates the second bugfix branch for IPA in Zed cycle
Major bump because of commit [1]
[1] 6a1334a068
Change-Id: I546bf39864969112cbee8a84e07b9429456b644c
This release picks up new commits to keystone since
the last release from stable/wallaby.
$ git log --oneline --no-merges 19.0.0..b0c528cec
373a5ecdb Wallaby-only: Fix wrong python job template used
ce46e4789 Remove the note of training-labs
b0c528cec Fix issue with LDAP backend returning bytes instead of string
a5925541c Add FIPS check job
14d2f5944 Fix typos in application credential policies
a57ae85c9 Fix typos in ec2 credential policies
bdd8f82f6 Fix typo in identity provider policies
2700adaad Update local_id limit to 255 characters
f510c806d Hide AccountLocked exception from end users
ecfbf7c8b Update TOX_CONSTRAINTS_FILE for stable/wallaby
f5dff739f Update .gitreview for stable/wallaby
Signed-off-by: Elod Illes <elod.illes@est.tech>
Change-Id: I6042cbd26bb15cac728bf472e9a538a398d0b06b
This release includes new changes for the amphora failover threshold
feature for Octavia Zed.
$ git log --oneline --no-merges 3.0.0..09e9b48
c4e381e Changed minversion in tox to 3.18.0
69055e7 Fix new pylint warnings
d7ad4de Add new amphora failover stopped status
Change-Id: I9c1569255e6837e4fb553d63be99b4eac87e80e0
Some nifty startup performance improvements. Major version bump due to
dropped Python 3.6 and 3.7 support.
Change-Id: Ifadc6ea66434988152b572b2216546bcb05f21bd
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
The validate_pypi_permissions test checks that if the package exists on
PyPI, we have permissions to upload it. In order to validate that, it
first checks that the package exists by retrieving JSON information from
PyPI, and assuming that anything returned means the package exists.
However currently PyPI returns {'message': 'Not Found'} when queried for
JSON information about a non-existant package. This makes the test
assume that the package exists but we don't have permissions to upload
it, therefore failing the test.
This fix makes sure an empty dict is returned when an inexistant package
is queried, which makes the test succeed with the following message:
'no %s project data on pypi, assuming it will be created by release'
Change-Id: I27eb82109ab93fe33c339f82ec519feeb7228a1f
With the recent switch to using the build utility, this should no
longer be necessary. Even more recent changes in the Python
packaging toolchain seem to have made it stop working anyway, so
remove it and treat PBR's builds like any other project.
Change-Id: I6f9a4546fb6a7b2a4836d6aeea0713f7a7da3002