Update launchpad links in release notes
Depends-On: I6a2ba35c80f9b24772771ee0b708370ebab14bdb Change-Id: Id391783c477627b69e434ae886bd0e5e18e57e23
This commit is contained in:
parent
9db354ba23
commit
def3d3d28e
@ -1,5 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixes 'bug 1648554 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1648554'.
|
||||
- Fixes 'bug 1648554 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1648554'.
|
||||
Added -p flag to "mkdir /etc/collectd/collectd.conf.d" to allow all
|
||||
directories to be created.
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixes 'bug 1655611 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1655611'.
|
||||
- Fixes 'bug 1655611 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1655611'.
|
||||
Included information on defining the "CEILOMETER_BACKEND", included information on the
|
||||
the backend options in devstackGSG.rst. Added mysql as the backend to the
|
||||
collectd-ceilometer-plugin.conf file. The ceilometer backend has to be defined as
|
||||
collectd-openstack-plugins.conf file. The ceilometer backend has to be defined as
|
||||
there is no longer a default.
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes 'bug 1656063 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1656063'.
|
||||
Fixes 'bug 1656063 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1656063'.
|
||||
OS_AUTH_URL now uses KEYSTONE_AUTH_URI instead of KEYSTONE_SERVICE_URI.
|
||||
Previously, the URL needed to be changed after deployment because the admin
|
||||
url was being used for Keystone, instead of the public url used for
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes 'bug 1657859 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1657859'.
|
||||
Fixes 'bug 1657859 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1657859'.
|
||||
Changed logfile.conf to 01-logfile.conf so it loads before the python
|
||||
plugins, so debugging is easier.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
Fixes:
|
||||
- |
|
||||
Fixes 'bug 1668210 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1668210',
|
||||
Fixes 'bug 1668210 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1668210',
|
||||
refactored the aodh sender and notifier classes so that the
|
||||
collectd-aodh-plugin makes use of the common sender class.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes 'bug 1669814 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1669814'.
|
||||
Fixes 'bug 1669814 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1669814'.
|
||||
Included the _update_alarm functions test and the _alarm_not_updated
|
||||
test.
|
||||
|
@ -2,7 +2,7 @@
|
||||
fixes:
|
||||
- |
|
||||
Partially fixes;
|
||||
'bug 1672296 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1672296'.
|
||||
'bug 1672296 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1672296'.
|
||||
Included a delete_alarms tool so that all alarms can be delete manually
|
||||
before collectd is restarted.Updated devstackGSG.rst to include
|
||||
instructions on using this tool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixes 'bug 1676489 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1676489'
|
||||
- Fixes 'bug 1676489 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1676489'
|
||||
Added new variables COLLECTD_GNOCCHI_VERBOSE and COLLECTD_AODH_VERBOSE, that now allow
|
||||
the verbosity of the plugins to be configured separately. They default to the same value
|
||||
as COLLECTD_CEILOMETER_VERBOSE. Included information on the
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes 'bug 1677597 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1677597'
|
||||
Fixes 'bug 1677597 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1677597'
|
||||
Refactored the update_alarm and create_alarm functions to allow for error
|
||||
checking by introducing a update_or_create_alarm function. This allows
|
||||
retrying updating or creating alarms if they fail. Also updated the
|
||||
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixes 'bug 1680013 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1680013'
|
||||
- Fixes 'bug 1680013 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1680013'
|
||||
Hostname in collectd is now set to match the system hostname.
|
||||
|
@ -1,13 +1,13 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes 'bug 1681392 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1681392'.
|
||||
Fixes 'bug 1681392 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1681392'.
|
||||
Changed the way the state of the alarm is set to depend on the severity of
|
||||
the notification sent. Messages are subject to change based on the collectd
|
||||
plugin that sent the notification. This is a more reliable method to set the
|
||||
state of an alarm.
|
||||
- |
|
||||
Fixes 'bug 1672301 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1672301'.
|
||||
Fixes 'bug 1672301 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1672301'.
|
||||
Changed the why the state of an alarm is set thus reducing the possibility
|
||||
that it will result in an "insufficient data" state.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes 'bug #1681441 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1681441'
|
||||
Fixes 'bug #1681441 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1681441'
|
||||
and enables the common tests to run. Tests now run for
|
||||
common/{keystone_light,logger,meters/base}.py.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes 'bug 1684121 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1684121'.
|
||||
Fixes 'bug 1684121 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1684121'.
|
||||
Checked and fixed any rendering, typo or allignment errors in the
|
||||
documentation.
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes 'bug 1684579 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1684579'.
|
||||
Fixes 'bug 1684579 https://bugs.launchpad.net/collectd-openstack-plugins/+bug/1684579'.
|
||||
Changed the extensions for the back-up .conf files. This prevents back-up
|
||||
.conf file being read if the original .conf is deleted. Thus preventing
|
||||
those plugins from running when they are not configured properly.
|
||||
|
Loading…
x
Reference in New Issue
Block a user