]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
releasenotes: add notes for Mitaka cycle
authorEmilien Macchi <emilien@redhat.com>
Tue, 15 Mar 2016 00:16:56 +0000 (20:16 -0400)
committerEmilien Macchi <emilien@redhat.com>
Tue, 15 Mar 2016 00:16:56 +0000 (20:16 -0400)
Change-Id: Ia94646a859482a27519f2da39871ce010df75e55

releasenotes/notes/deprecate_alarm-273cc49b689fe0a8.yaml [new file with mode: 0644]
releasenotes/notes/deprecate_old_mongo-5909886c13013bde.yaml [new file with mode: 0644]
releasenotes/notes/gnocchi-22478d430337227c.yaml [new file with mode: 0644]
releasenotes/notes/keystone_auth-b821f96e020f9048.yaml [new file with mode: 0644]
releasenotes/notes/pymysql-e57bf1f0289dd426.yaml [new file with mode: 0644]
releasenotes/notes/remove_qpid-0b446db43fdea617.yaml [new file with mode: 0644]
releasenotes/notes/workers-2ce7d757e90b0c84.yaml [new file with mode: 0644]

diff --git a/releasenotes/notes/deprecate_alarm-273cc49b689fe0a8.yaml b/releasenotes/notes/deprecate_alarm-273cc49b689fe0a8.yaml
new file mode 100644 (file)
index 0000000..632355a
--- /dev/null
@@ -0,0 +1,5 @@
+---
+deprecations:
+  - Deprecate Ceilometer alarm classes.
+    Alarming services (evaluator and notifier) in Mitaka
+    were moved to Aodh OpenStack project.
diff --git a/releasenotes/notes/deprecate_old_mongo-5909886c13013bde.yaml b/releasenotes/notes/deprecate_old_mongo-5909886c13013bde.yaml
new file mode 100644 (file)
index 0000000..5a54343
--- /dev/null
@@ -0,0 +1,3 @@
+---
+deprecations:
+  - Deprecate mongodb_replica_set parameter.
diff --git a/releasenotes/notes/gnocchi-22478d430337227c.yaml b/releasenotes/notes/gnocchi-22478d430337227c.yaml
new file mode 100644 (file)
index 0000000..c11322d
--- /dev/null
@@ -0,0 +1,6 @@
+---
+features:
+  - Implement Gnocchi dispatcher configuration
+    Add dispatcher options to ceilometer::collector and
+    create ceilometer::dispatcher::gnocchi class, with current
+    upstream options.
diff --git a/releasenotes/notes/keystone_auth-b821f96e020f9048.yaml b/releasenotes/notes/keystone_auth-b821f96e020f9048.yaml
new file mode 100644 (file)
index 0000000..4b6f87d
--- /dev/null
@@ -0,0 +1,3 @@
+---
+deprecations:
+  - Use identity_uri and auth_uri by default.
diff --git a/releasenotes/notes/pymysql-e57bf1f0289dd426.yaml b/releasenotes/notes/pymysql-e57bf1f0289dd426.yaml
new file mode 100644 (file)
index 0000000..3556c0c
--- /dev/null
@@ -0,0 +1,3 @@
+---
+features:
+  - Support of PyMySQL driver for MySQL backend.
diff --git a/releasenotes/notes/remove_qpid-0b446db43fdea617.yaml b/releasenotes/notes/remove_qpid-0b446db43fdea617.yaml
new file mode 100644 (file)
index 0000000..c59a436
--- /dev/null
@@ -0,0 +1,5 @@
+---
+deprecations:
+  - Remove QPID messaging support.
+    Qpid messaging driver is removed from oslo.messaging so we won't support
+    anymore.
diff --git a/releasenotes/notes/workers-2ce7d757e90b0c84.yaml b/releasenotes/notes/workers-2ce7d757e90b0c84.yaml
new file mode 100644 (file)
index 0000000..4f60f15
--- /dev/null
@@ -0,0 +1,3 @@
+---
+features:
+  - Ability to configure api, collector and notification workers.