Fix broken link in documentation

Documentation on developer.openstack.org points to API 2.1 now

Change-Id: Ic49279bf2ad66b2467ae49fe87243011e3a8c362
This commit is contained in:
Jake Yip
2016-01-12 09:32:28 +11:00
parent ff980114b6
commit 2ac32e0f18

View File

@@ -573,7 +573,7 @@ class ServerManager(base.BootingManagerWithFind):
match the search_opts (optional). The search opts format is a
dictionary of key / value pairs that will be appended to the query
string. For a complete list of keys see:
http://developer.openstack.org/api-ref-compute-v2.html#listServers
http://developer.openstack.org/api-ref-compute-v2.1.html#listServers
:param marker: Begin returning servers that appear later in the server
list than that represented by this server id (optional).
:param limit: Maximum number of servers to return (optional).