]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Return version info on version controller
authorSalvatore Orlando <salv.orlando@gmail.com>
Tue, 1 Sep 2015 17:56:58 +0000 (10:56 -0700)
committerKevin Benton <blak111@gmail.com>
Tue, 15 Sep 2015 19:10:28 +0000 (12:10 -0700)
commit6f585ca08a19a0e24232885dfe2490f117b30b3b
tree6499cbc3f1eb84bf71cfd939511e052323295cdb
parent4e4a6cff5d257c85fb062d660ef2d1c9d0941ce9
Return version info on version controller

Just like the global root controller "/" returns info for
all versions, with this change the version root controller
"/<version>" will return info about the selected version.

The patch also ensures the root version controller only
accepts GET requests.

Change-Id: I183c6ff67597fe93e394fc8f07d7229112d4e215
neutron/pecan_wsgi/controllers/root.py