summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHaomai Wang <haomai@unitedstack.com>2013-07-26 22:57:10 +0800
committerMichael Basnight <mbasnight@gmail.com>2013-08-04 22:31:34 -0700
commit4907ccca2a5982e036c4744b0dddacc74d0bb20c (patch)
tree271bd1bd71d0c6a24b3eccb31e1bf57eddb8a5eb /README.rst
parenta9eb50ec601ef09de261c635856ecf8884dc7d4c (diff)
downloadtrove-4907ccca2a5982e036c4744b0dddacc74d0bb20c.tar.gz
Replace nova client with cinder client to use volume
Now cinder support a few new features like extend volume which used in Trove. We can't use nova client to enjoy this new feature, so we should change to use cinder client as volume management. implement bp implement-volume-extend Change-Id: I4f9139bacd7d8b4c2538bff6aa54416b27c9026e
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 69d6bcc3..f67c0f92 100644
--- a/README.rst
+++ b/README.rst
@@ -10,6 +10,9 @@ $ tox
To quickly run the tests for Python 2.7, run:
$ tox -epy27
+To quickly run PEP8, run:
+$ to -epep8
+
To generate a coverage report,run:
$ tox -ecover
(note: on some boxes, the results may not be accurate unless you run it twice)