Fix deploy-guide links

Deploy guides includes quickstart guide.
Includes respect relative paths, but when
quickstart includes vagrant doc, deploy-guide
tries to locate the doc in its doctree (deploy-guide/source).

This causes error 404 and deploy-guide post-gates to fail

Change-Id: I05e49bbcef564ad4f3d80f0649ccf191d9f8b59d
This commit is contained in:
Eduardo Gonzalez 2017-09-25 13:08:17 +02:00
parent ebd8d765f9
commit 197a264a3b
4 changed files with 6 additions and 5 deletions

View File

@ -1,2 +1,2 @@
.. multinode:
.. include:: ../../doc/multinode.rst
.. include:: ../../doc/source/user/multinode.rst

View File

@ -1,2 +1,3 @@
.. quickstart:
.. include:: ../../doc/quickstart.rst
.. include:: ../../doc/source/user/quickstart.rst

View File

@ -30,8 +30,8 @@ Basics
Development Environment
=======================
Please follow our :doc:`/user/quickstart` to deploy your environment and test your
changes.
Please follow our :doc:`/user/quickstart` to deploy your environment and test
your changes.
Please use the existing sandbox repository, available at
https://git.openstack.org/cgit/openstack-dev/sandbox, for learning, understanding

View File

@ -29,7 +29,7 @@ bare metal or a virtual machine with Kolla.
If developing Kolla on a system that provides VirtualBox or Libvirt in addition
to Vagrant, use the Vagrant virtual environment documented in
:doc:`/contributor/vagrant-dev-env`.
`Development Environment with Vagrant <https://docs.openstack.org/kolla-ansible/latest/contributor/vagrant-dev-env.html>`_.
Prerequisites
=============