Documented how to run unit tests Added docs about what's on Launchpad Added docs on Gerrit with pointers to wiki. Added docs on Jenkins: how to access, what it does Clarified that running unit tests doesn't mean you can fully run OpenStack. Change-Id: I33fa9d2f271631a1a9aceaa5d4fd465198bf51d4
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
Project hosting with Launchpad
 | 
						|
==============================
 | 
						|
 | 
						|
`Launchpad`_ hosts the Nova project. The Nova project homepage on Launchpad is
 | 
						|
http://launchpad.net/nova.
 | 
						|
 | 
						|
Launchpad credentials
 | 
						|
---------------------
 | 
						|
 | 
						|
Creating a login on Launchpad is important even if you don't use the Launchpad
 | 
						|
site itself, since Launchpad credentials are used for logging in on several
 | 
						|
OpenStack-related sites. These sites include:
 | 
						|
 | 
						|
 * `Wiki`_
 | 
						|
 * Gerrit (see :doc:`gerrit`)
 | 
						|
 * Jenkins (see :doc:`jenkins`)
 | 
						|
 | 
						|
Mailing list
 | 
						|
------------
 | 
						|
 | 
						|
The mailing list email is ``openstack@lists.launchpad.net``. This is a common
 | 
						|
mailing list across the OpenStack projects. To participate in the mailing list:
 | 
						|
 | 
						|
#. Join the `Nova Team`_ on Launchpad.
 | 
						|
#. Subscribe to the list on the `OpenStack Team`_ page on Launchpad.
 | 
						|
 | 
						|
The mailing list archives are at https://lists.launchpad.net/openstack.
 | 
						|
 | 
						|
 | 
						|
Bug tracking
 | 
						|
------------
 | 
						|
 | 
						|
Report Nova bugs at https://bugs.launchpad.net/nova
 | 
						|
 | 
						|
Feature requests (Blueprints)
 | 
						|
-----------------------------
 | 
						|
 | 
						|
Nova uses Launchpad Blueprints to track feature requests. Blueprints are at
 | 
						|
https://blueprints.launchpad.net/nova.
 | 
						|
 | 
						|
Technical support (Answers)
 | 
						|
---------------------------
 | 
						|
 | 
						|
Nova uses Launchpad Answers to track Nova technical support questions. The Nova
 | 
						|
Answers page is at https://answers.launchpad.net/nova.
 | 
						|
 | 
						|
Note that the `OpenStack Forums`_ (which are not hosted on Launchpad) can also
 | 
						|
be used for technical support requests.
 | 
						|
 | 
						|
.. _Launchpad: http://launchpad.net
 | 
						|
.. _Wiki: http://wiki.openstack.org
 | 
						|
.. _Nova Team: https://launchpad.net/~nova
 | 
						|
.. _OpenStack Team: https://launchpad.net/~openstack
 | 
						|
.. _OpenStack Forums: http://forums.openstack.org/ |