de82ded117
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
9 lines
363 B
YAML
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.
|