Skip to content

Commit

Permalink
Fixed yaml code block tag
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentganne authored Nov 29, 2018
1 parent 0570c4d commit 72a5495
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/bootstrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,21 +225,21 @@ described at :ref:`_yorc_config_section`, the bootstrap configuration can be pro
in a configuration file following the same naming rules for configuration variables,
for example :

code-block:: YAML
.. code-block:: YAML
alien4cloud:
user: admin
port: 8088
infrastructures:
openstack:
auth_url: http://10.1.2.3:5000/v2.0
auth_url: http://10.1.2.3:5000/v2.0
Sections below provide examples of configuration files for each type of infrastructure.

Example of a Google Cloud deployment configuration file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

code-block:: YAML
.. code-block:: YAML
yorc:
# Path to private key file on local host
Expand Down Expand Up @@ -267,7 +267,7 @@ code-block:: YAML
Example of an AWS deployment configuration file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

code-block:: YAML
.. code-block:: YAML
yorc:
# Path to private key file on local host
Expand All @@ -293,7 +293,7 @@ code-block:: YAML
Example of an OpenStack deployment configuration file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

code-block:: YAML
.. code-block:: YAML
yorc:
# Path to private key file on local host
Expand Down Expand Up @@ -324,7 +324,7 @@ code-block:: YAML
Example of a Hosts Pool deployment configuration file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

code-block:: YAML
.. code-block:: YAML
yorc:
# Path to private key file on local host
Expand Down

0 comments on commit 72a5495

Please sign in to comment.