]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Cleanup HACKING.rst
authorJoe Gordon <joe.gordon0@gmail.com>
Mon, 11 Nov 2013 18:32:34 +0000 (10:32 -0800)
committerJoe Gordon <joe.gordon0@gmail.com>
Mon, 11 Nov 2013 18:32:34 +0000 (10:32 -0800)
* 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

HACKING.rst

index 98c348affe3e2e32eb97aa081e8e65f78f7abd87..1246575d84ef2dba703b86b23755944dd94d8481 100644 (file)
@@ -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.