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:
parent
3a1d525f3d
commit
b5a582a71a
@ -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 }}"
|
||||
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user