From a174d5d7227def4fcd621e0ac9449bdb2fd35a4a Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 15 Feb 2021 17:46:49 +0200 Subject: [PATCH] [doc] Fix Docker latest_tag parser Change-Id: I8b923ad5bf4d67e1d41bb3a5ba5b00f93aac8abf --- deploy-guide/source/deploymenthost.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-guide/source/deploymenthost.rst b/deploy-guide/source/deploymenthost.rst index 1c9dc1cff8..dac387f9bb 100644 --- a/deploy-guide/source/deploymenthost.rst +++ b/deploy-guide/source/deploymenthost.rst @@ -181,7 +181,7 @@ Before you begin, we recommend upgrading your Docker host system packages and ke #. Prepare your OpenStack Ansible Dockerfile - .. code-block:: dockerfile + .. parsed-literal:: FROM alpine RUN apk add --no-cache bash build-base git python3-dev openssh-client openssh-keygen sudo py3-virtualenv iptables libffi-dev openssl-dev linux-headers coreutils curl @@ -192,10 +192,10 @@ Before you begin, we recommend upgrading your Docker host system packages and ke #. Build and run your deploy host container - .. code-block:: shell-session + .. parsed-literal:: # docker build . -t openstack-ansible:|latest_tag| # docker run -dit --name osa-deploy openstack-ansible:|latest_tag| # docker exec -it osa-deploy bash -#. Configure NTP to synchronize with a suitable time source on the Docker host. \ No newline at end of file +#. Configure NTP to synchronize with a suitable time source on the Docker host.