neutron/releasenotes/notes/noneutronversions-fbbdb98f350767d8.yaml
Kevin Benton de82ded117 Remove dead versions code
The versions endpoint is now handled by Pecan
and there is no way to reach this old endpoint
now that we have dropped the web_framework option.

Change-Id: I5d493623b107f125cb9426310f2e43612c94bb7f
2017-09-19 14:54:33 -07:00

9 lines
363 B
YAML

---
deprecations:
- |
The api-paste entrypoint ``neutron.api.versions:Versions.factory`` has been
deprecated and will be removed in the Rocky release. Please update your
api-paste.ini file to use the one that ships with Queens or update any
references to the Versions factory to point to
``neutron.pecan_wsgi.app:versions_factory`` instead.