The revocation_cache_time is deprecated for removel because of PKI
token format is no longer supported.
Update warning message and add a release note.
Change-Id: Ia607af51a784113541ac576b9293700dbafba31d
Closes-Bug: #1717144
Leave the version fields blank, since the release notes document
applies to all versions.
That will avoid manual changes in the future like we did until now.
Change-Id: I04f530707938075d908c5137dd0c65fb00dc900e
This reverts commit 624f522e71.
As of I06e8cff035ecfaa651e215d7b18de5abc3a273c3 "registry_host" is now
using the OSLO opt type of HostAddressOpt. This type does now allow
square brackets.
Change-Id: Iedb38f63c045b1ac1dfadd68db63c47b1a0536da
Closes-Bug: #1711404
After releasing Pike M3, we need to bump the metadata version
information for the next release with a -dev.
Change-Id: Ie7c28307df476ebb3121673b9b5ba43d46461377
The unit tests were broken by a change to openstacklib
Id09c3358c5843510e6a2a8c0e2d4aeb3607e098b which renamed some of the
resources in the openstacklib classes. The problem is that our tests in
this module should not have been testing what occurs within the modules
so this fix updates the tests to only check what we are doing within
this module.
Depends-On: I9d535ab38afea852559df2b3073bd4b74a2a3947
Change-Id: I96d6f822665b06265fe685554c275512f480de37
As part of the docs migration work[0] for Pike we need to switch to use the
openstackdocstheme.
[0]https://review.openstack.org/#/c/472275/
Change-Id: I2ae6f48b4606f4fede5037c794991657f6e75117
Changed author to OpenStack for the sake of consistent naming
convention as other OpenStack projects.
Change-Id: I9b534abce492cd6e6be737d97c27404620d12edd
when more then one pair of key/value's are given
then this code shows wrong behavior:
vm_mode=exe,cinder_img_volume_type=vstorage
it makes this:
vm_mode=''exe',cinder_img_volume_type=vstorage'
Reason is the first conversion being to broad, and 2nd match matches
the whole string.
Change-Id: I5bcf23374b57197680b87b554392ee172bf90571
Pin reno version to reno!=2.0.0,!=2.3.1,>=1.8.0
Pin sphinx version to sphinx!=1.6.1,>=1.5.1
reno=2.3.1 and sphinx=1.6.1 break releasenotes and doc tests.
Change-Id: Id8b7f47be40b08c0a67a8fca58f2d4d262f1d78d
We're coming up on the Pike M2 release and we need to prepare the
metadata.json and reno configuration for the release.
Change-Id: I1ba45ef5cb1c0b47fed0ced1c63fc8e657ebaf24
1) Update tox configuration
Update the tox configuration to pull in the openstack
upper-constraints.txt when running releasenotes. This will
fix the releasenotes job that is currently failing due to
a new version of sphinx. Additionally this change includes
updates from puppet-modulesync-configs.
2) beaker: stop deploying glance-registry and glance v1 API
The API and services are deprecated and marked as removed for Pike.
Change-Id: I860ecb2a49fb1feb3a4a24d5ee8271161e4ccc0a
Co-Authored-By: Emilien Macchi <emilien@redhat.com>
Some of us may install python-ceph package with other module.
With this new 'manage_packages' parameter, we can avoid an duplicate
package declaration when it's done in an other part of puppet code.
Default behavior is not changed (package will still be installed).
Change-Id: I75ffa9c3dd05ea31f41b032f4778f967b1c6d974
Signed-off-by: Arnaud Morin <arnaud.morin@corp.ovh.com>
After releasing Pike M1, we need to bump the metadata version
information for the next release with a -dev.
Change-Id: Idd4786398abb3ef74dc6b9746dcd7646f30f8f40
The db_max_retries parameter regulates the number of reconnection
attempts performed after an error raised rather than at startup.
Change-Id: Ib3cfc7b27945389f523d7112d88462995e7416af
Releated-Bug: #1579718
The configuration is done via the oslo::messaging::rabbit resource
from puppet-oslo. We should be checking for the resource that we're
using instead of the underlying configuration file.
Change-Id: Ic078c7f036ce93fc91bd496884e4423b9653b1c8
Glare was removed:
https://review.openstack.org/#/c/427535/
So we don't want to deploy it anymore in beaker tests.
Change-Id: I1130d146563bd547b6424604a52996fbba892dea
Settings added:
- limit_param_default, The default number of results to return
for a request.
- api_limit_max, Maximum number of results that could be returned
by a request.
Change-Id: I5362e2b15531df1d2160b67ce2b572c64b1b0989
Co-Authored-By: Alex Schultz <aschultz@redhat.com>