Add deprecation notes for panko service

Change-Id: Ic218a753e0cede2ba3951bcaec843f487dce0c71
This commit is contained in:
Pradeep Kilambi 2017-04-26 13:27:52 -04:00
parent f87ae474a1
commit e5b3b671eb
3 changed files with 11 additions and 2 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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.