Merge "Deprecate neutron-sfc-agent image"

This commit is contained in:
Jenkins 2017-07-20 18:29:57 +00:00 committed by Gerrit Code Review
commit bcdd0ae80b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# TODO(egonzalez): SFC image is deprecated and will be removed during Queens release
FROM {{ namespace }}/{{ image_prefix }}neutron-base:{{ tag }}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"

View File

@ -0,0 +1,6 @@
---
deprecations:
- |
Neutron-sfc-agent image is deprecated and marked for removal
during Queens release. Networking-sfc functions are
implemented in neutron-openvswitch-agent image.