diff --git a/doc/dev-quickstart.rst b/doc/dev-quickstart.rst index a37f717bde..3cb9c82000 100644 --- a/doc/dev-quickstart.rst +++ b/doc/dev-quickstart.rst @@ -9,12 +9,10 @@ available. These options permit the evaluation of Kolla without disrupting the host operating system. If developing or evaluating Kolla on an OpenStack cloud environment that -supports Heat, follow the -`Heat evaluation and developer environment guide `__. +supports Heat, follow the :doc:`Heat evaluation and developer environment guide `. If developing or evaluating Kolla on a system that provides VirtualBox, -Vagrant may be used and is documented in the -`Vagrant evaluation and developer environment guide `__. +Vagrant may be used and is documented in the :doc:`Vagrant evaluation and developer environment guide `. If evaluating or deploying OpenStack on bare-metal with Kolla, follow the instructions in this document to get started. @@ -152,7 +150,7 @@ Starting Kolla -------------- Configure Ansible by reading the -`Kolla Ansible configuration Guide `__ documentation. +:doc:`Kolla Ansible configuration Guide ` documentation. Finally, run the deploy operation: diff --git a/doc/devenv-heat.rst b/doc/devenv-heat.rst index 019fe7ebd9..ffbef1cd94 100644 --- a/doc/devenv-heat.rst +++ b/doc/devenv-heat.rst @@ -14,10 +14,9 @@ Docker host. Therefore, containers no longer connect to a docker0 bridge and have separate networking from the host. As a result, Kolla networking has a configuration similar to: -.. figure:: https://raw.githubusercontent.com/stackforge/kolla/master/devenv/kollanet.png - :alt: Image +.. image:: kollanet.png + :alt: Kolla networking - Image Sharing pid and networking namespaces is detailed in the `super privileged containers `__