Add file to the reno documentation build to show release notes for
stable/stein.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.
Change-Id: Id663934a58bf3c97c309792b7784dec990e29e5e
Sem-Ver: feature
Service_token_roles_required missing in the server config file which
allows backwards compatibility to ensure that the service tokens are
compared against a list of possible roles for validity.
Change-Id: I44c3a50205fd65dcdc02f136bc2da0232681522f
Closes-Bug: 1778198
check_revocations_for_cached and hash_algorithms are deprecated for
removel because of PKI token format is no longer supported.
Update warning message and add a release note.
Change-Id: I98c88882d49d2d3f59535eef1c3b3d75af7f35f9
Closes-Bug: #1804562
Closes-Bug: #1804720
Restarting services only considers those with the "panko-service" tag.
So add it to the Apache service.
Change-Id: Ica16ce2adaef0617c687f9e8ac658b1082732c1f
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.
[1]https://review.openstack.org/#/c/508522/
Change-Id: I86e821acb6261ab80fdda22dfe104f8a83411b2e
Depends-On: I4c82a63baabd6b9304b302c97cd751a0103d8316
Closes-Bug: #1759098
Add pool_timeout option to configure this value for pool_timeout with
SQLAlchemy.
Change-Id: Iaef105a5703220b8fe8b3be087a0da841a271e88
Closes-Bug: #1757581
In order to make easy orchestration on all OpenStack db-sync, add this
tag so people can use this tag in composition layer.
A use case it to set some orchestration to make sure MySQL Galera is
ready before running any Exec with this tag.
Change-Id: If20095a8a38b4f8dfccb9b75eb2f02f5d6d6e57b
Closes-Bug: #1755102
By default panko keeps data for ever, exposing this will
help user tweak this setting and expire data periodically.
Partial-Bug: #1746514
Change-Id: Iac1b0def39a4beb9b0f86ad306a991d7822e8b4e
to specify +drivername, puppet-oslo module
needs Change-Id: Idbac640aba8f4c87ae43df3a7019bf465895ca43
otherwise the check will fail there !
Change-Id: Id1d2764708b046ea4582306a6881104779f12a5c
Keystone v2.0 API was removed so we have no choice but configuring
user_domain_name and project_domain_name otherwise it fallbacks to
Keystone v2.0 and it fails. This patch sets the default value so we make
sure Keystone v3 will be used out of the box for our users.
Change-Id: If065a7b4dea0026d9a4b1e28dbf3ba934b61aa53
Add parameter to apache_wsgi to allow overwrite
and/or add additional wsgi process options.
This possibility was added to openstacklib
with Change-Id: I41914ce3361988d5db1695f09d21209772fdf548
Change-Id: I9f4ca58129a21a61cffbe84ee542ab7e16d2bb19
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: I23d6dfe5cd63b8e8f3e90f2ec7d83afa872110b0
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: I7952925ed7e88b839082d911e03d841222e1e611
After releasing Pike M3, we need to bump the metadata version
information for the next release with a -dev.
Change-Id: Id21c1e94083e8ca9b76dc474f4711a81afe74f22
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: I4dd0927b289ced6b87c965fbf30f865fda9cb53f
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: Iac72ed0cf51c40a01719de98d0ee4ba058d6d639
After releasing Pike M1, we need to bump the metadata version
information for the next release with a -dev.
Change-Id: Ib4543444fe226993b9d11db862930d2aa8937c44
This is causing selinux issues as the context
for apache doesnt match. Let apache create
app.log by default instead.
Change-Id: I670c88f6b1bcfcb5d5d6e14ad8e1ab936b417460
The parameter name used to enforce package state is inconsistent across
manifests and modules. I settle on package_ensure since it's already
widely used.
Change-Id: If11b95ddb6b6748d587d96dcad522d96fd58a91d
Closes-Bug: #1668732
The python-memcache package is required if using memcached. By
default the package is not installed and the define has it set to
false. This change allows managing the python-memcache package
install from the authtoken class.
Change-Id: I43a8b783912dc3415d48ae1adda5896a532c348b
This patch changes the default worker count from ::processorcount to the
new ::os_workers fact. ::os_workers is based on the number of processors
(currently cpu/4) but is capped at a maximum of 8 worker processors.
This is a much more reasonable default in general and prevents excessive
resource consumption on systems with a large number of CPUs.
Change-Id: Ia95c6b93fa7d2d53eb6fd1dfc6a3106e38d4ce63