Mismatch of api url between /v1 and /flavors

Bug #1642801 reported by Seeni
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Valence
Fix Released
Undecided
praveenraj

Bug Description

When you do GET /v1
it returns the list of supported APIs with their links.
ie.
 "flavors" : [
    {
       "href" : "http://127.0.0.1:8181/v1/flavors/",
       "rel" : "self"
    },
    {
       "rel" : "bookmark",
       "href" : "http://127.0.0.1:8181/flavors/"
    }

but actually, flavor apis are implemented at /flavor than /flavors. Its better to change to /flavors to have uniform plural naming convention.

Seeni (snivas)
Changed in openstack-valence:
status: New → Confirmed
Changed in openstack-valence:
assignee: nobody → praveenraj (praveenrajr9)
Changed in openstack-valence:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.