Commit Graph

19 Commits

Author SHA1 Message Date
OpenStack Release Bot 8ad82d1827 Update master for stable/yoga
Add file to the reno documentation build to show release notes for
stable/yoga.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/yoga.

Sem-Ver: feature
Change-Id: I4a76fdb8f39f3f165412cfb470c39ddb0892230a
2022-03-10 17:14:45 +00:00
OpenStack Release Bot 405efc6ebf Update master for stable/xena
Add file to the reno documentation build to show release notes for
stable/xena.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/xena.

Sem-Ver: feature
Change-Id: I142bbbc223007f46c63508406059373f706c7a6a
2021-09-16 08:03:10 +00:00
OpenStack Release Bot ff1872d161 Update master for stable/wallaby
Add file to the reno documentation build to show release notes for
stable/wallaby.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.

Sem-Ver: feature
Change-Id: I795ff12d3e450b7d39f4cb4f6e577df717b7f80f
2021-03-26 11:11:06 +00:00
OpenStack Release Bot 6184cb101c Update master for stable/victoria
Add file to the reno documentation build to show release notes for
stable/victoria.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/victoria.

Change-Id: I0cc7070c971a15873e008a2c6937ce5ac6d24ffa
Sem-Ver: feature
2020-10-14 07:16:05 +00:00
Witek Bedyk f9978670b8 Set legacy_kafka_client_enabled = False on default
We change the default value of kafka.legacy_kafka_client_enabled from
True to False. The use of new Confluent Kafka client is recommended.

Change-Id: Ie6a15474ebc1f04b8555ee44d413c19ee26a9227
Story: 2007924
Task: 40339
2020-07-14 15:37:42 +02:00
Andreas Jaeger 80aa69fb76 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Ib09fb7435a88f15147befd4448279d5b82bd3fcc
2020-05-31 19:46:42 +02:00
OpenStack Release Bot ded110d65d Update master for stable/ussuri
Add file to the reno documentation build to show release notes for
stable/ussuri.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/ussuri.

Change-Id: I99097f959d314f4a7867463d41a9c5a8817fd06b
Sem-Ver: feature
2020-04-24 18:19:27 +00:00
Doug Szumski 0b5b77c974 Remove deprecated YAML config
This was marked for removal after the Pike release.

Updating Docker file is leftover and will done in a separate change.

Story: 2003180
Task: 23326
Change-Id: I583eab7b3ea2efd5d9bcd3ef433e68b49684e343
2020-04-23 18:53:27 +02:00
Zuul 753b16903a Merge "Allow users to set periodic notifications on all notification types" 2019-12-12 16:03:28 +00:00
Zuul 794c8c997a Merge "Fix periodic notifications for webhooks" 2019-12-12 16:02:19 +00:00
Doug Szumski 044b9c7d11 Allow users to set periodic notifications on all notification types
In some cases, users may want to send periodic notifications for
notification types other than webhooks.

Story: 2006837
Task: 37412
Change-Id: Icd1b12f4b1e452f8285b8402f49815dd7f72b1ea
2019-12-11 11:13:25 +00:00
Doug Szumski efc6e28edc Fix periodic notifications for webhooks
- Removes the hard-coded magic number of 60 seconds allowing users to
  choose the period that they require.
- Standardise on strings for DictOpt dict keys. When loaded from a config
  file, the DictOpt keys are parsed as strings, which was conflicting with
  the default integer dict keys. This caused the periodic engine to silently
  fail to load when configured via a config file.
- Remove unused variable

Story: 2006783
Task: 37313
Change-Id: Ibd61c45fc1ade37022150d34a5b00c56fdf69814
2019-12-11 11:13:17 +00:00
Ghanshyam Mann fc8c53f221 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

monasca-notification is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Depends-On: https://review.opendev.org/#/c/693631/
Change-Id: Ic69f559bc0bcd791fa33a978cd27cf1de10dba2d
2019-11-16 16:58:11 +00:00
pengyuesheng f92e2100fc Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.

Change-Id: Ia8c60dfacd03a3e1aa983ae8ea9ca2eeb452a463
2019-10-11 16:57:32 +08:00
OpenStack Release Bot e4bcb1f030 Update master for stable/train
Add file to the reno documentation build to show release notes for
stable/train.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.

Change-Id: Ie58e7483fd008273df76927ad0864548c75a98bf
Sem-Ver: feature
2019-09-27 09:38:22 +00:00
Witek Bedyk d47bbae4e8 Use Confluent Kafka client
The change introduces the possibility to run the persister with the new
confluent-kafka client. It has to be enabled in the configuration file.

Story: 2003705
Task: 35858

Depends-On: https://review.opendev.org/675297
Change-Id: I8d9e173e9a252712fb285c0676c26334e1f677a7
2019-09-19 15:09:23 +02:00
OpenStack Release Bot 5248096546 Update master for stable/stein
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: I19dc372b5083371d99be538bad633852564e084c
Sem-Ver: feature
2019-04-01 12:53:07 +00:00
Thomas Bechtold 47b807eeb8 Replace notification.conf with monasca-notification.conf
notification.conf is the deprecated path for the configuration file.
The new path is /etc/monasca/monasca-notification.conf .

Note: devstack is still using the deprecated configuration file. This
will be change in another changeset (against openstack/monasca-api).

Change-Id: I9ef1d7149308893544ad4d6fef4f3281da676171
Story: 2004862
Task: 29103
2019-02-01 10:13:25 +00:00
Witek Bedyk 0f316afc87 Configure releasenotes job
Change-Id: Iedd229fa9669d0b6d6d59eb111a44bdf1d0bc80e
2019-02-01 09:40:26 +01:00