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: I154c4ba65ae0e6d926396a4aaa89ba2c441ca712
Oslo.messaging uses the transport_url to represent the rpc and
notification messaging driver to use and its full configuration. The
rpc_backend configuration option is deprecated for removal and
should not gate oslo.messaging driver configuration options.
This patch:
* deprecate rpc_backend
* remove conditional check
* update spec tests
* add release note
Change-Id: I5bac059b9c06b691a140a6c7c28c766ec66c1bd9
Closes-Bug: #1708976
After releasing Pike M3, we need to bump the metadata version
information for the next release with a -dev.
Change-Id: I054945565637a9a01345ef236a7fb37b89ea2749
By default, cluster user trusts are disabled however they are
needed if you want to have fully automated LBaaS integration.
This patch allows a user to enable or disable that option easily,
leaving it to the service default by default for security.
Change-Id: If6828e344855a06a650ec4c3fffbf89c5177eca8
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: I064d57a8c8dc5827a4bfecb60caea4463c57b9e0
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: I748ea7b950becab4239aa702d58f2dc45e1b37fc
After releasing Pike M1, we need to bump the metadata version
information for the next release with a -dev.
Change-Id: I4a5c7ada6362ad600c8a2b3f10946c463c509199
Add notification_transport_url to configure a URL representing the
messaging driver to use for notifications.
Add notification_topics to configure AMQP topic used for OpenStack
notifications.
Change-Id: I7cc3a008486724a3ce566a91fbada9a4d65d5748
Add control_exchange to configure an exchange name for message.
Add rpc_response_timeout to configure seconds time for waiting
for a response from a call.
Change-Id: I400b562f0b0d52f6d47e027fb2f12fab63cf511e
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: I492f8eb4826140be3bfa041adb13b2a916a50bb8
The signing_dir is deprecated for removel because of PKI token format
is no longer supported.
Update warning message and release note.
Change-Id: I693677504323503b25e2739212cf7a731bb43d67
Closes-Bug: #1652700
This adds defined anchor points for external modules to hook into the
software install, config and service dependency chain. This allows
external modules to manage software installation (virtualenv,
containers, etc) and service management (pacemaker) without needing rely
on resources that may change or be renamed.
Change-Id: I7f3f97a54aec888d99c7405310afef8e1f3907f0
magnum configuration contains some service clients configuration
section.
In order to work properly, magnum requires at least to configure
cinder_client/region_name. This patch adds a new manifest
magnum::clients that take care of client basic configuration
including region_name and endpoint_type. In future, more options
can be added.
Change-Id: Ic33aba69873e0aeb79546fe25f158604229a54a5
The rabbitmq connection parameters have been deprecated in favor of the
transport_url setting.
Change-Id: Ie6ba6d6a34f858e236a7f6ed7de3e94fe8964a80
Related-Bug: #1625198
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.
Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.
Change-Id: I9f848441078b626e1bb6151c46452cbce8b6440a
This commit adds the trustee_domain_name and trustee_domain_admin_name
config options to the keystone domain configuration.
Change-Id: I5a3061a3559b7c8c30997450aae826f381d5eb97
Closes-bug: #1581372