]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Update HACKING.rst and related changes from Nova/PEP8.
authorEric Harney <eharney@redhat.com>
Mon, 22 Oct 2012 22:37:11 +0000 (18:37 -0400)
committerEric Harney <eharney@redhat.com>
Mon, 22 Oct 2012 22:41:16 +0000 (18:41 -0400)
Sync up with changes made in Nova, this adds information
about line continuation (PEP8), OpenStack capitalization,
and commit messages.

Change-Id: Id6637307411bcc7a3637ac514c4ec34e26481e0d

HACKING.rst
bin/cinder-clear-rabbit-queues
bin/cinder-rootwrap
bin/cinder-volume-usage-audit
doc/source/devref/xensmvolume.rst
etc/cinder/api-paste.ini

index e9c0162f54e6ac06e20910746ba09a624aca3cb2..b67867ee99597b91b1aa6af20e80d55f3ac35d4d 100644 (file)
@@ -10,6 +10,8 @@ General
 -------
 - Put two newlines between top-level code (funcs, classes, etc)
 - Put one newline between methods in classes and anywhere else
+- Long lines should be wrapped in parentheses
+  in preference to using a backslash for line continuation.
 - Do not write "except:", use "except Exception:" at the very least
 - Include your name with TODOs as in "#TODO(termie)"
 - Do not shadow a built-in or reserved word. Example::
@@ -211,3 +213,44 @@ with the help of openstack-common's update.py script. See:
 The copy of the code should never be directly modified here. Please
 always update openstack-common first and then run the script to copy
 the changes across.
+
+OpenStack Trademark
+-------------------
+
+OpenStack is a registered trademark of OpenStack, LLC, and uses the
+following capitalization:
+
+   OpenStack
+
+
+Commit Messages
+---------------
+Using a common format for commit messages will help keep our git history
+readable. Follow these guidelines:
+
+  First, provide a brief summary (it is recommended to keep the commit title
+  under 50 chars).
+
+  The first line of the commit message should provide an accurate
+  description of the change, not just a reference to a bug or
+  blueprint. It must be followed by a single blank line.
+
+  If the change relates to a specific driver (libvirt, xenapi, qpid, etc...),
+  begin the first line of the commit message with the driver name, lowercased,
+  followed by a colon.
+
+  Following your brief summary, provide a more detailed description of
+  the patch, manually wrapping the text at 72 characters. This
+  description should provide enough detail that one does not have to
+  refer to external resources to determine its high-level functionality.
+
+  Once you use 'git review', two lines will be appended to the commit
+  message: a blank line followed by a 'Change-Id'. This is important
+  to correlate this commit with a specific review in Gerrit, and it
+  should not be modified.
+
+For further information on constructing high quality commit messages,
+and how to split up commits into a series of changes, consult the
+project wiki:
+
+   http://wiki.openstack.org/GitCommitMessages
index 321a94d90e29377adb0f4313a3ba3a7b19f76794..c39081458bd41e5ad8540f55e433a034800a35d4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright (c) 2011 Openstack, LLC.
+# Copyright (c) 2011 OpenStack, LLC.
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 3ea6cc3704111b9a11a83b484243196326c88163..2a1f5afea68a7c9cccb0a9d9ae8001ae0f5992f7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright (c) 2011 Openstack, LLC.
+# Copyright (c) 2011 OpenStack, LLC.
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 49b47706cdbf3601a08ea76afaf07b758b6dd81c..6f39e1124b3d2de780fa567cb92991ffffb55604 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright (c) 2011 Openstack, LLC.
+# Copyright (c) 2011 OpenStack, LLC.
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 4b736dcaf0459efc86a85edabc1626b586a28b39..1221c5ec01152edd415fd52e93f593d984191393 100644 (file)
@@ -85,4 +85,4 @@ cinder-manage sm backend_remove 1
 API Changes
 ===========
 
-No API changes have been introduced so far. The existing euca-create-volume and euca-delete-volume commands (or equivalent Openstack API commands) should be used.
+No API changes have been introduced so far. The existing euca-create-volume and euca-delete-volume commands (or equivalent OpenStack API commands) should be used.
index e0d7224a9fc56546fa76064902584c7061148082..e18a9da22cc7fb46abf94dbcb719ddbfab6fe273 100644 (file)
@@ -1,5 +1,5 @@
 #############
-# Openstack #
+# OpenStack #
 #############
 
 [composite:osapi_volume]