From a400ea7980938714625437a18e53d6c8a5149e52 Mon Sep 17 00:00:00 2001 From: David Rabel Date: Thu, 28 Jun 2018 12:42:49 +0200 Subject: [PATCH] Fix doc format Blank line broke formatting in doc/source/user/index.rst. I therefore deleted it. Use code blocks instead of indentation in admin/magnum-proxy.rst Old indentation was wrongly formated as quotation. contributor/api-microversion.rst : Note was wrongly indented and therefore interpreted as a quotation. Change-Id: I47797a05be22a3b38f7994432ed75b67b6a4962a --- doc/source/admin/magnum-proxy.rst | 14 +++++++++++--- doc/source/contributor/api-microversion.rst | 4 ++-- doc/source/user/index.rst | 1 - 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/doc/source/admin/magnum-proxy.rst b/doc/source/admin/magnum-proxy.rst index 9e0c5b0293..d7cafa8041 100644 --- a/doc/source/admin/magnum-proxy.rst +++ b/doc/source/admin/magnum-proxy.rst @@ -40,7 +40,9 @@ Steps to configure proxies. You can specify all three proxy parameters while creating ClusterTemplate of any coe type. All of proxy parameters are optional. - openstack coe cluster template create k8s-cluster-template \ +.. code-block:: console + + $ openstack coe cluster template create k8s-cluster-template \ --image fedora-atomic-latest \ --keypair testkey \ --external-network public \ @@ -50,7 +52,10 @@ any coe type. All of proxy parameters are optional. --http-proxy \ --https-proxy \ --no-proxy <172.24.4.4,172.24.4.9,172.24.4.8> - openstack coe cluster template create swarm-cluster-template \ + +.. code-block:: console + + $ openstack coe cluster template create swarm-cluster-template \ --image fedora-atomic-latest \ --keypair testkey \ --external-network public \ @@ -60,7 +65,10 @@ any coe type. All of proxy parameters are optional. --http-proxy \ --https-proxy \ --no-proxy <172.24.4.4,172.24.4.9,172.24.4.8> - openstack coe cluster template create mesos-cluster-template \ + +.. code-block:: console + + $ openstack coe cluster template create mesos-cluster-template \ --image ubuntu-mesos \ --keypair testkey \ --external-network public \ diff --git a/doc/source/contributor/api-microversion.rst b/doc/source/contributor/api-microversion.rst index c8146ba2f3..077cb88cc1 100644 --- a/doc/source/contributor/api-microversion.rst +++ b/doc/source/contributor/api-microversion.rst @@ -165,8 +165,8 @@ we need a microversion". url/resource that does not exist always fails with 404. Invalid content types are handled before API methods are called which results in a 415. - .. note:: When in doubt about whether or not a microversion is required - for changing an error response code, consult the `Containers Team`_. + .. note:: When in doubt about whether or not a microversion is required + for changing an error response code, consult the `Containers Team`_. .. _Containers Team: https://wiki.openstack.org/wiki/Meetings/Containers diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index 09b1117ef0..672d27bb06 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -1417,7 +1417,6 @@ Storage driver (docker-storage-driver) This is currently not supported for Mesos. Image (image) - Specified in the ClusterTemplate to indicate the image to boot the servers for the Mesos master and slave. The image binary is loaded in Glance with the attribute 'os_distro = ubuntu'. You can download