Deprecate neutron-sfc-agent image

SFC agent image is not used, sfc functions are implemented
into neutron-openvswitch-agent image.

Change-Id: Ia6b8f91cade418545ab3ef563d85bce936495b32
This commit is contained in:
Eduardo Gonzalez 2017-05-10 11:14:58 +01:00
parent 3a1d525f3d
commit b5a582a71a
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.