 f70976de0f
			
		
	
	f70976de0f
	
	
	
		
			
			This patch contains a number of cleanups of the nova devref, mostly related to outdated content. 1) remove outdated todo items from network => these have been long covered in the manuals 2) remove outdated multinic docs and images => this is now better covered in: http://docs.openstack.org/trunk/openstack-compute/admin/content /using-multi-nics.html 3) remove outdated cloudpipe docs, confs and scripts => This is now better covered in: http://docs.openstack.org/trunk/openstack-compute/admin/content/ cloudpipe-per-project-vpns.html 4) remove outdated networking docs => These were marked as 'legacy' more than 2 years ago Change-Id: I9321335031b4581c603a6f31c613e1b620d468a6
		
			
				
	
	
		
			87 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			87 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| ..
 | |
|       Copyright 2010-2011 United States Government as represented by the
 | |
|       Administrator of the National Aeronautics and Space Administration.
 | |
|       All Rights Reserved.
 | |
| 
 | |
|       Licensed under the Apache License, Version 2.0 (the "License"); you may
 | |
|       not use this file except in compliance with the License. You may obtain
 | |
|       a copy of the License at
 | |
| 
 | |
|           http://www.apache.org/licenses/LICENSE-2.0
 | |
| 
 | |
|       Unless required by applicable law or agreed to in writing, software
 | |
|       distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 | |
|       WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 | |
|       License for the specific language governing permissions and limitations
 | |
|       under the License.
 | |
| 
 | |
| Developer Guide
 | |
| ===============
 | |
| 
 | |
| In this section you will find information on Nova's lower level programming APIs.
 | |
| 
 | |
| 
 | |
| Programming HowTos and Tutorials
 | |
| --------------------------------
 | |
| .. toctree::
 | |
|     :maxdepth: 3
 | |
| 
 | |
|     development.environment
 | |
|     unit_tests
 | |
|     addmethod.openstackapi
 | |
| 
 | |
| 
 | |
| Background Concepts for Nova
 | |
| ----------------------------
 | |
| .. toctree::
 | |
|    :maxdepth: 3
 | |
| 
 | |
|    architecture
 | |
|    threading
 | |
|    vmstates
 | |
|    il8n
 | |
|    filter_scheduler
 | |
|    rpc
 | |
|    hooks
 | |
| 
 | |
| Other Resources
 | |
| ---------------
 | |
| .. toctree::
 | |
|    :maxdepth: 3
 | |
| 
 | |
|    launchpad
 | |
|    gerrit
 | |
|    jenkins
 | |
| 
 | |
| API Reference
 | |
| -------------
 | |
| .. toctree::
 | |
|    :maxdepth: 3
 | |
| 
 | |
|    ../api/autoindex
 | |
| 
 | |
| Module Reference
 | |
| ----------------
 | |
| .. toctree::
 | |
|    :maxdepth: 3
 | |
| 
 | |
|    services
 | |
|    database
 | |
|    compute
 | |
|    network
 | |
|    api
 | |
|    scheduler
 | |
|    fakes
 | |
|    nova
 | |
|    objectstore
 | |
|    glance
 | |
| 
 | |
| 
 | |
| Indices and tables
 | |
| ------------------
 | |
| 
 | |
| * :ref:`genindex`
 | |
| * :ref:`modindex`
 | |
| * :ref:`search`
 | |
| 
 |