From e5b3b671eb82abeb8f4bae9bbf7df1d923439656 Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Wed, 26 Apr 2017 13:27:52 -0400 Subject: Add deprecation notes for panko service Change-Id: Ic218a753e0cede2ba3951bcaec843f487dce0c71 --- docker/services/panko-api.yaml | 4 +++- puppet/services/panko-api.yaml | 4 +++- releasenotes/notes/deprecate-panko-b2bdce647d2b9a6d.yaml | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/deprecate-panko-b2bdce647d2b9a6d.yaml 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. -- cgit 1.2.3-korg