Link to config reference in our docs

The ironic configuration options for kilo are documented with the rest
of the OpenStack configs at
   http://docs.openstack.org/kilo/config-reference/content/.

This adds a 'Configuration Reference (Kilo)' entry to the index of our developer
documentation with a link to the config-reference URL. The install guide
also has a link to the config reference.

It also removes 'Bare Metal Service' from two entries at
http://docs.openstack.org/developer/ironic/, since it seems redundant.
(Everything there is about Bare Metal Service!)

Change-Id: Idf649641b2108ac6075e7b67c547551bccd9d5f7
This commit is contained in:
Ruby Loo 2015-05-04 19:09:19 +00:00
parent 451bf7bb0d
commit e30e77aefa
2 changed files with 5 additions and 4 deletions

View File

@ -148,8 +148,8 @@ The Bare Metal Service is configured via its configuration file. This file
is typically located at ``/etc/ironic/ironic.conf``.
Although some configuration options are mentioned here, it is recommended that
you review all the available options so that the Bare Metal Service is
configured for your needs.
you review all the `available options <http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-bare-metal.html>`_
so that the Bare Metal Service is configured for your needs.
#. The Bare Metal Service stores information in a database. This guide uses the
MySQL database that is used by other OpenStack services.

View File

@ -56,8 +56,9 @@ Overview
:maxdepth: 1
deploy/user-guide
deploy/install-guide
deploy/upgrade-guide
Installation Guide <deploy/install-guide>
Upgrade Guide <deploy/upgrade-guide>
Configuration Reference (Kilo) <http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-bare-metal.html>
deploy/drivers
deploy/cleaning