aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2017-04-26 13:27:52 -0400
committerPradeep Kilambi <pkilambi@redhat.com>2017-05-02 19:21:32 +0000
commite5b3b671eb82abeb8f4bae9bbf7df1d923439656 (patch)
treeb49794a01a7a80e452fd399c6dac3f03b8c18ffa
parentf87ae474a1a3d09d6b7d34583e1efc9d03b9cd34 (diff)
Add deprecation notes for panko service
Change-Id: Ic218a753e0cede2ba3951bcaec843f487dce0c71
-rw-r--r--docker/services/panko-api.yaml4
-rw-r--r--puppet/services/panko-api.yaml4
-rw-r--r--releasenotes/notes/deprecate-panko-b2bdce647d2b9a6d.yaml5
3 files changed, 11 insertions, 2 deletions
diff --git a/docker/services/panko-api.yaml b/docker/services/panko-api.yaml
index e87bb570..cd0ee3c6 100644
--- a/docker/services/panko-api.yaml
+++ b/docker/services/panko-api.yaml
@@ -1,7 +1,9 @@
heat_template_version: ocata
description: >
- OpenStack Panko service configured with docker
+ OpenStack Panko service configured with docker.
+ Note, this service is deprecated in Pike release and
+ will be disabled in future releases.
parameters:
DockerNamespace:
diff --git a/puppet/services/panko-api.yaml b/puppet/services/panko-api.yaml
index 63cddb04..b23073df 100644
--- a/puppet/services/panko-api.yaml
+++ b/puppet/services/panko-api.yaml
@@ -1,7 +1,9 @@
heat_template_version: ocata
description: >
- OpenStack Panko API service configured with Puppet
+ OpenStack Panko API service configured with Puppet.
+ Note, This service is deprecated in Pike release and will
+ be disabled in future releases.
parameters:
ServiceNetMap:
diff --git a/releasenotes/notes/deprecate-panko-b2bdce647d2b9a6d.yaml b/releasenotes/notes/deprecate-panko-b2bdce647d2b9a6d.yaml
new file mode 100644
index 00000000..96f2c554
--- /dev/null
+++ b/releasenotes/notes/deprecate-panko-b2bdce647d2b9a6d.yaml
@@ -0,0 +1,5 @@
+---
+deprecations:
+ - Panko API service is deprecated in Pike release. Note that this service
+ will remain enabled by default as there is no replacement yet. This will
+ be disabled in future releases.