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
The magnum-db-manage command is not necessarily located under /usr/bin
if Magnum is installed in e.g. a virtualenv. In cases like this, it is
useful to let the module user specify a different path, such as the bin
directory of a virtualenv.
Change-Id: I0687683558a4a9ed445642b36b2ce7b7075e49f7
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
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: I5c5d656b83cff21190c0b00b2b3119b730c90039
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
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.
Change-Id: I51e6bfa3d3a365c74386182d53bf25e7a345f8ed
After releasing Pike M1, we need to bump the metadata version
information for the next release with a -dev.
Change-Id: I4a5c7ada6362ad600c8a2b3f10946c463c509199
The review[0] is merged, we should update other releated
puppet modules in order to fix ci.
[0]https://review.openstack.org/#/c/444248/
Change-Id: Ia1cdec50e62ad738742ecbe3ba3c50382d351fc4
Closes-Bug: #1672362
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
Switch puppet-openstack_spec_helper to run syntax check in order to
more convenient management.
Change-Id: Ia40914e7669c1e7603b71ef6a6182cca2f552fd2
Related-Bug: #1660943
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
All db settings should be applied and all releated packages should be
installed before dbsync starts.
Change-Id: Id9a20462b3b3c648e3d740df318a305c3fce08f4
1) Add unit test for magnum::client class.
2) Fix package_ensure default value, the present should
be enclosed in single quotation marks in order to
indicate that it is string.
Change-Id: I553491782e6c734ef8c6c15d1ba7fc4d5617e3a3
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