summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2019-07-22 20:52:18 +0200
committerAndreas Jaeger <aj@suse.com>2019-07-22 20:52:18 +0200
commitacef73c9bddbf958cb97a619172662ede3a33de1 (patch)
tree988c393c9e6994aeaaaadcb0051c027304500b06
parent8fc24c7d5f9d20eadb75b411ee8f8cfbd018f979 (diff)
downloadpython-novaclient-acef73c9bddbf958cb97a619172662ede3a33de1.tar.gz
Update api-ref location
The api documentation is now published on docs.openstack.org instead of developer.openstack.org. Update all links that are changed to the new location. Note that redirects will be set up as well but let's point now to the new location. For details, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html Change-Id: I53120e2ff3ae337a55c4cd0904bc9ad1dd54d082
-rw-r--r--doc/source/index.rst2
-rw-r--r--novaclient/v2/servers.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index aeb2f268..243c9497 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -16,7 +16,7 @@ such as TryStack, HP, or Rackspace, in order to use the nova client.
to get an idea of the concepts. By understanding the concepts
this library should make more sense.
- __ https://developer.openstack.org/api-guide/compute/index.html
+ __ https://docs.openstack.org/api-guide/compute/index.html
.. toctree::
:maxdepth: 2
diff --git a/novaclient/v2/servers.py b/novaclient/v2/servers.py
index f9f176d2..43ed34f2 100644
--- a/novaclient/v2/servers.py
+++ b/novaclient/v2/servers.py
@@ -846,7 +846,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:
- https://developer.openstack.org/api-ref/compute/#list-servers
+ https://docs.openstack.org/api-ref/compute/#list-servers
: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).