Fixing links to network-templates examples
http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-user-guide/configure-environment/network-templates/network-templates-examples.html Change-Id: I723a4c5cb331f078b79f98158d3771ec8d7f67f3changes/18/373118/1
parent
db41cbc53e
commit
6d41ef4a00
|
@ -20,6 +20,12 @@ language = 'en'
|
|||
# Default is '%b %d, %Y' (or a locale-dependent equivalent).
|
||||
html_last_updated_fmt = '%Y/%m/%d'
|
||||
|
||||
# A list of paths that contains extra files not directly related to the
|
||||
# documentation, such as robots.txt or .htaccess. Relative paths are taken
|
||||
# as relative to the configuration directory. They are copied to the output
|
||||
# directory. They will overwrite any existing file of the same name.
|
||||
html_extra_path = ['examples']
|
||||
|
||||
# Enable Antialiasing
|
||||
blockdiag_antialias = True
|
||||
acttdiag_antialias = True
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>network_templates</h1>
|
||||
<a href="network_templates/ceph.yaml">ceph.yaml</a><br>
|
||||
<a href="network_templates/cinder.yaml">cinder.yaml</a><br>
|
||||
<a href="network_templates/cinder_add_nodes.yaml">cinder_add_nodes.yaml</a><br>
|
||||
<a href="network_templates/default.yaml">default.yaml</a><br>
|
||||
<a href="network_templates/hardware.yaml">hardware.yaml</a><br>
|
||||
<a href="network_templates/one_network.yaml">one_network.yaml</a><br>
|
||||
<a href="network_templates/two_networks.yaml">two_networks.yaml</a><br>
|
||||
<a href="network_templates/two_nodegroups.yaml">two_nodegroups.yaml</a><br>
|
||||
<a href="developer/fuel-docs/network_templates/ceph.yaml">ceph.yaml</a><br>
|
||||
<a href="developer/fuel-docs/network_templates/cinder.yaml">cinder.yaml</a><br>
|
||||
<a href="developer/fuel-docs/network_templates/cinder_add_nodes.yaml">cinder_add_nodes.yaml</a><br>
|
||||
<a href="developer/fuel-docs/network_templates/default.yaml">default.yaml</a><br>
|
||||
<a href="developer/fuel-docs/network_templates/hardware.yaml">hardware.yaml</a><br>
|
||||
<a href="developer/fuel-docs/network_templates/one_network.yaml">one_network.yaml</a><br>
|
||||
<a href="developer/fuel-docs/network_templates/two_networks.yaml">two_networks.yaml</a><br>
|
||||
<a href="developer/fuel-docs/network_templates/two_nodegroups.yaml">two_nodegroups.yaml</a><br>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ available.
|
|||
**To configure a single network:**
|
||||
|
||||
#. Save `network template for one network
|
||||
</./../network_templates/one_network.yaml>`_
|
||||
</developer/fuel-docs/network_templates/one_network.yaml>`_
|
||||
as ``network_template_<env id>.yaml``.
|
||||
|
||||
#. Upload the network template by typing:
|
||||
|
|
|
@ -33,7 +33,7 @@ all other traffic.
|
|||
``render_addr_mask`` for this network.
|
||||
|
||||
3. Save `network template for two networks
|
||||
</./../network_templates/two_networks.yaml>`_
|
||||
</developer/fuel-docs/network_templates/two_networks.yaml>`_
|
||||
as ``network_template_<env id>.yaml``.
|
||||
|
||||
.. note::
|
||||
|
|
|
@ -6,7 +6,7 @@ Network template examples
|
|||
This section provides examples of network configurations
|
||||
using network templates. You can use the default template
|
||||
and modify it for your requirements or use any of the templates provided
|
||||
in the `network templates folder </examples/network_templates.html>`_.
|
||||
in the `network templates folder </developer/fuel-docs/network_templates.html>`_.
|
||||
|
||||
The following table describes network template examples:
|
||||
|
||||
|
|
Loading…
Reference in New Issue