neutron/neutron/api
Ihar Hrachyshka b50fed17fa api: work around Routes cutting off suffix from resource id
Routes allows for auxiliary format suffix. Sadly it doesn't distinguish
between an actual format suffix (.json) and any other suffix that may be
part of the id. (like for first.second resource tag). To work this
behavior around, we will reattach the 'format' suffix if it is not of a
supported format (json only at the time of writing).

This of course leaves a corner case where there is a tag where .json is
a part of its id. This seems to be a reasonable balance to leave it
unfixed, because an alternative would probably be not backwards
compatible.

Closes-Bug: #1694897
Change-Id: I271107150166f0ee680faaa2e3ca6044cf4e8d4f
(cherry picked from commit 527468be33)
2017-06-02 15:23:06 +00:00
..
rpc Stop making IP-specific provider rules in SG code 2017-04-13 19:54:02 +00:00
v2 api: work around Routes cutting off suffix from resource id 2017-06-02 15:23:06 +00:00
views Added trailing slash in link to Networking API v2.0 2016-10-12 16:48:09 +03:00
__init__.py Added API extensions to detect sorting/pagination features 2016-08-01 22:57:15 +02:00
api_common.py Add filter check for quering 2017-01-06 05:31:33 +00:00
extensions.py Merge "Use ExtensionDescriptor from neutron-lib" 2016-12-06 02:04:42 +00:00
versions.py Pecan: Allow unauthenticated version listing 2016-03-11 16:45:28 -08:00