Ken'ichi Ohmichi 46bd4e4292 Apply v2.1 API to href of version API
Now Nova contains v2 and v2.1 APIs, but version API returns the same
href between v2 and v2.1 like:
  {"href": "http://192.168.11.62:8774/v2/", "rel": "self"}
in a response.
In addition, current generate_href() handles v3 API case also. However
v3 API has disappeared, so the code is meaningless now.
This patch fixes the problem for returning a right href.

Change-Id: Ie3ac1223a9c88a33bcc037c7a50ac308bcebea2d
Closes-Bug: #1373741
2015-01-29 12:12:14 +00:00
..
2015-01-22 11:46:05 -08:00

OpenStack Nova Documentation README

See the "Building the Documentation" section of doc/source/devref/development.environment.rst.