neutron/doc/source/contributor/index.rst
Slawek Kaplonski f5b01e0e12 Upgrade check command - add support for 3rd party checks
CLI command "neutron-status upgrade check" now can load
checks from 3rd party and stadium projects using entry_points.

Such additional checks should be available under
"neutron.status.upgrade.checks" namespace in entry_points.

Change-Id: I416abbcdd7b397ec6acd2827129d7a56095ea63d
Story: 2003657
2018-12-18 11:23:03 +01:00

2.2 KiB

Contributor Guide

This document describes Neutron for contributors of the project, and assumes that you are already familiar with Neutron from an end-user perspective </admin/index>.

Neutron Policies

policies/index

Neutron Stadium

stadium/index

Developer Guide

In the Developer Guide, you will find information on Neutron's lower level programming APIs. There are sections that cover the core pieces of Neutron, including its database, message queue, and scheduler components. There are also subsections that describe specific plugins inside Neutron. Finally, the developer guide includes information about Neutron testing infrastructure.

effective_neutron development_environment contribute neutron_api client_command_extensions alembic_migrations upgrade_checks testing/index

Neutron Internals

internals/index modules

Dashboards

There is a collection of dashboards to help developers and reviewers located here.

dashboards/index