summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2013-11-11 10:32:34 -0800
committerJoe Gordon <joe.gordon0@gmail.com>2013-11-11 10:32:34 -0800
commitdad4a1d8f18bc7b4cdf8feb9dcfe71835f5ffa1a (patch)
treee7358ae4b2cb749893f23ea810399fdb8292cc85 /HACKING.rst
parentad97c96e736ec9da2cf4a79d248d98c36fe6b4d9 (diff)
downloadneutron-dad4a1d8f18bc7b4cdf8feb9dcfe71835f5ffa1a.tar.gz
Cleanup HACKING.rst
* Point to new location for hacking doc (http://docs.openstack.org/developer/hacking/) * Remove openstack-common section because already in main hacking doc Change-Id: I7fbcfe13469a75fed08700ccbe07fefbee33db22
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst17
1 files changed, 1 insertions, 16 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 98c348affe..1246575d84 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -2,7 +2,7 @@ Neutron Style Commandments
=======================
- Step 1: Read the OpenStack Style Commandments
- https://github.com/openstack-dev/hacking/blob/master/doc/source/index.rst
+ http://docs.openstack.org/developer/hacking/
- Step 2: Read on
Neutron Specific Commandments
@@ -26,18 +26,3 @@ All setUp and tearDown methods must upcall using the super() method.
tearDown methods should be avoided and addCleanup calls should be preferred.
Never manually create tempfiles. Always use the tempfile fixtures from
the fixture library to ensure that they are cleaned up.
-
-
-openstack-common
-----------------
-
-A number of modules from openstack-common are imported into the project.
-
-These modules are "incubating" in openstack-common and are kept in sync
-with the help of openstack-common's update.py script. See:
-
- http://wiki.openstack.org/CommonLibrary#Incubation
-
-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.