summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAndrey Kurilin <akurilin@mirantis.com>2015-09-09 14:02:42 +0300
committerAndrey Kurilin <akurilin@mirantis.com>2015-09-10 15:54:38 +0300
commita96e9d57c56e53f4e02701d2ae9f9194bb6e3d5b (patch)
treef85533602fa4df6a5f696b752851d8bcd1092157 /README.rst
parente612205ab850b291a78e539d15923c8716d90158 (diff)
downloadpython-novaclient-a96e9d57c56e53f4e02701d2ae9f9194bb6e3d5b.tar.gz
Restrict direct usage of novaclient.v2.client
A lot of project uses incorrect import of versioned novaclient client obj (i.e. novaclient.v2.client.Client). It leads to unability to change interface of such inner classes. This patch updates docs to include warning note and add warning message to `novaclient.v2.client.Client` object. Change-Id: Ifeba391716d3d51d6a75a53cad405e1ec595e27b Related-Bug: #1493576
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 00a361de..9725cd52 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
Python bindings to the OpenStack Nova API
-==================================================
+=========================================
This is a client for the OpenStack Nova API. There's a Python API (the
``novaclient`` module), and a command-line script (``nova``). Each