From 7f932661814452c4a7786fe71fe451c415882b15 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 11 Nov 2013 10:32:34 -0800 Subject: [PATCH] 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 --- HACKING.rst | 17 +---------------- 1 file changed, 1 insertion(+), 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.