Move install guide into new doc/source/install location
Change-Id: I7d853142aaf794869466a1ba1bfaa82fd8851b7a
This commit is contained in:
parent
cd3729ed31
commit
aeb5306093
@ -140,7 +140,7 @@ the services.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
Installation Guide <http://docs.openstack.org/project-install-guide/baremetal/draft/>
|
Installation Guide <install/index>
|
||||||
gmr
|
gmr
|
||||||
Upgrade Guide <deploy/upgrade-guide>
|
Upgrade Guide <deploy/upgrade-guide>
|
||||||
Release Notes <http://docs.openstack.org/releasenotes/ironic/>
|
Release Notes <http://docs.openstack.org/releasenotes/ironic/>
|
||||||
|
@ -14,7 +14,7 @@ they are in the ``available`` provision state.
|
|||||||
resource tracker syncs periodically, and so any changes made directly to the
|
resource tracker syncs periodically, and so any changes made directly to the
|
||||||
Bare Metal service's resources will become visible in the Compute service
|
Bare Metal service's resources will become visible in the Compute service
|
||||||
only after the next run of that periodic task.
|
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::
|
.. note::
|
||||||
Any bare metal node that is visible to the Compute service may have a
|
Any bare metal node that is visible to the Compute service may have a
|
@ -160,7 +160,7 @@ Configuring ironic-conductor service
|
|||||||
cafile=/opt/stack/data/ca-bundle.pem
|
cafile=/opt/stack/data/ca-bundle.pem
|
||||||
|
|
||||||
#. Configure enabled drivers and hardware types as described in
|
#. Configure enabled drivers and hardware types as described in
|
||||||
:doc:`enabling-drivers`.
|
:doc:`/install/enabling-drivers`.
|
||||||
|
|
||||||
#. Restart the ironic-conductor service:
|
#. Restart the ironic-conductor service:
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
.. _troubleshooting:
|
.. _troubleshooting-install:
|
||||||
|
|
||||||
===============
|
===============
|
||||||
Troubleshooting
|
Troubleshooting
|
2
tox.ini
2
tox.ini
@ -39,7 +39,7 @@ commands =
|
|||||||
# Check that .po and .pot files are valid:
|
# 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"
|
bash -c "find ironic -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
|
||||||
# Check the *.rst files
|
# 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]
|
[testenv:cover]
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user