
- remove duplication of install-guide steps - create a page for installing with devstack and integrating with other telemetry services. Change-Id: I697ea46bcb0db02fdb561f0161e22411e23679c7
38 lines
1.1 KiB
ReStructuredText
38 lines
1.1 KiB
ReStructuredText
Contribution Guidelines
|
|
=======================
|
|
|
|
In the Contributions Guide, you will find documented policies for
|
|
developing with Ceilometer. This includes the processes we use for
|
|
bugs, contributor onboarding, core reviewer memberships, and other
|
|
procedural items.
|
|
|
|
Ceilometer follows the same workflow as other OpenStack projects. To start
|
|
contributing to Ceilometer, please follow the workflow found here_.
|
|
|
|
.. _here: https://wiki.openstack.org/wiki/Gerrit_Workflow
|
|
|
|
:Bug tracker: https://launchpad.net/ceilometer
|
|
:Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev (prefix subjects with ``[Ceilometer]`` for faster responses)
|
|
:Wiki: https://wiki.openstack.org/wiki/Ceilometer
|
|
:Code Hosting: https://git.openstack.org/cgit/openstack/ceilometer/
|
|
:Code Review: https://review.openstack.org/#/q/status:open+project:openstack/ceilometer,n,z
|
|
|
|
|
|
Developer reference
|
|
-------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
overview
|
|
architecture
|
|
measurements
|
|
events
|
|
install/index
|
|
configuration
|
|
plugins
|
|
new_resource_types
|
|
devstack
|
|
testing
|
|
gmr
|