Move install guide into new doc/source/install location

Change-Id: I7d853142aaf794869466a1ba1bfaa82fd8851b7a
This commit is contained in:
Sam Betts 2017-07-03 16:24:24 +01:00
parent cd3729ed31
commit aeb5306093
44 changed files with 5 additions and 5 deletions

View File

@ -140,7 +140,7 @@ the services.
.. toctree::
:maxdepth: 1
Installation Guide <http://docs.openstack.org/project-install-guide/baremetal/draft/>
Installation Guide <install/index>
gmr
Upgrade Guide <deploy/upgrade-guide>
Release Notes <http://docs.openstack.org/releasenotes/ironic/>

View File

@ -14,7 +14,7 @@ they are in the ``available`` provision state.
resource tracker syncs periodically, and so any changes made directly to the
Bare Metal service's resources will become visible in the Compute service
only after the next run of that periodic task.
More information is in the :ref:`troubleshooting` section.
More information is in the :ref:`troubleshooting-install` section.
.. note::
Any bare metal node that is visible to the Compute service may have a

View File

@ -160,7 +160,7 @@ Configuring ironic-conductor service
cafile=/opt/stack/data/ca-bundle.pem
#. Configure enabled drivers and hardware types as described in
:doc:`enabling-drivers`.
:doc:`/install/enabling-drivers`.
#. Restart the ironic-conductor service:

View File

@ -1,4 +1,4 @@
.. _troubleshooting:
.. _troubleshooting-install:
===============
Troubleshooting

View File

@ -39,7 +39,7 @@ commands =
# Check that .po and .pot files are valid:
bash -c "find ironic -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
# Check the *.rst files
doc8 README.rst CONTRIBUTING.rst doc/source install-guide/ --ignore D001
doc8 README.rst CONTRIBUTING.rst doc/source --ignore D001
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}