From 9ee36f7e62fc5935422521b54c6404515b95d918 Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Thu, 22 Nov 2018 15:20:01 +0100 Subject: [PATCH] Fix README markup This is to avoid complains from test-release-openstack job. Change-Id: I62c618efbbee3872ad1070bce2c1dcd6e75ece8c --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c4ef2b5..54315cf 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ DevStack driver is responsible for service discovery. For more details please re to driver documentation: http://os-faults.readthedocs.io/en/latest/drivers.html#devstack-systemd-devstackmanagement Example 2. An OpenStack with services, containers and power management -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An arbitrary OpenStack can be handled too with help of `universal` driver. In this example os-faults is used as Python library. @@ -135,9 +135,10 @@ The library can also read configuration from a file in YAML or JSON format. The configuration file can be specified in the `OS_FAULTS_CONFIG` environment variable. By default the library searches for file `os-faults.{json,yaml,yml}` in one of locations: - * current directory - * ~/.config/os-faults - * /etc/openstack + + * current directory + * ~/.config/os-faults + * /etc/openstack Now let's make some destructive action: