FUN sprint 23
Change-Id: I0ec3d0530075080e82239d802a4f0e99b30f457e
diff --git a/.releasenotes/notes/check-ssl-k8s-api-42ea701f38268c1c.yaml b/.releasenotes/notes/check-ssl-k8s-api-42ea701f38268c1c.yaml
new file mode 100644
index 0000000..3cff198
--- /dev/null
+++ b/.releasenotes/notes/check-ssl-k8s-api-42ea701f38268c1c.yaml
@@ -0,0 +1,11 @@
+---
+summary: >
+ Changed the SSL check type to ``check-ssl`` in HAProxy
+ for the Kubernetes ``apiserver``
+
+features:
+ - Replaced the SSL check type from ``ssl-hello-chk`` to
+ ``check-ssl`` in HAProxy for the Kubernetes
+ ``apiserver``. This prevents the TLS errors in logs
+ occurring during the check of SSLv3 that is not supported
+ by the Kubernetes ``apiserver``.
diff --git a/.releasenotes/notes/k8s-sched-controller-to-server-c6aca59f3c4d1379.yaml b/.releasenotes/notes/k8s-sched-controller-to-server-c6aca59f3c4d1379.yaml
new file mode 100644
index 0000000..b32ada6
--- /dev/null
+++ b/.releasenotes/notes/k8s-sched-controller-to-server-c6aca59f3c4d1379.yaml
@@ -0,0 +1,10 @@
+---
+summary: >
+ Moved the ``k8s_scheduler`` and ``k8s_controller_manager``
+ options to ``k8s_server`` and added the ``k8s_admin``
+ option to ``k8s_server``
+
+features:
+ - Moved the ``k8s_scheduler`` and ``k8s_controller_manager``
+ options from ``k8s_client`` to ``k8s_server``. Also added
+ the ``k8s_admin`` option to ``k8s_server``.
diff --git a/.releasenotes/notes/multi-tenancy-contrail-f0bb049c99cddeda.yaml b/.releasenotes/notes/multi-tenancy-contrail-f0bb049c99cddeda.yaml
new file mode 100644
index 0000000..b01c9bb
--- /dev/null
+++ b/.releasenotes/notes/multi-tenancy-contrail-f0bb049c99cddeda.yaml
@@ -0,0 +1,9 @@
+---
+summary: >
+ Enabled the ``multi_tenancy`` option for Mirantis
+ OpenContrail
+
+features:
+ - Enabled the ``multi_tenancy`` option for Mirantis
+ OpenContrail to prevent unauthorized sending
+ of queries to the OpenContrail API.
diff --git a/.releasenotes/notes/samehostfiler-nova-dc7e81cffcbff462.yaml b/.releasenotes/notes/samehostfiler-nova-dc7e81cffcbff462.yaml
new file mode 100644
index 0000000..93c2617
--- /dev/null
+++ b/.releasenotes/notes/samehostfiler-nova-dc7e81cffcbff462.yaml
@@ -0,0 +1,8 @@
+---
+summary: >
+ Added ``SameHostFilter`` to the default Nova filters
+
+features:
+ - Added ``SameHostFilter`` to the default Nova filters
+ to allow users scheduling instances that are based
+ on the ``same_host`` hint.
diff --git a/.releasenotes/notes/ssl-galera-b19bcada86dab036.yaml b/.releasenotes/notes/ssl-galera-b19bcada86dab036.yaml
new file mode 100644
index 0000000..41fe1b3
--- /dev/null
+++ b/.releasenotes/notes/ssl-galera-b19bcada86dab036.yaml
@@ -0,0 +1,9 @@
+---
+summary: >
+ Added a possibility to configure the SSL ``GRANT`` options
+ when creating the Galera databases
+
+features:
+ - Added a possibility to set the SSL ``GRANT`` options when
+ creating the Galera databases using the
+ ``mysql_{service}_ssl_option`` parameter.