Fix README syntax checks to enable branch out.

openstack/releases patches to create a new branch
require the README file to comply with the syntax
checks. This patch solves the issues identified.

Change-Id: I2ee1c237f23b62268abccca10eba397ffedb13ac
This commit is contained in:
Jose Luis Franco Arza 2018-09-04 14:59:44 +02:00
parent f0e0c42f1e
commit 6b914d2387
1 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
tripleo-upgrade
=========
===============
This role aims to provide a unified tool for upgrading TripleO based deploments.
@ -130,6 +130,8 @@ Example Playbook
An example playbook is provided in tests/test.yml:
::
- hosts: undercloud
gather_facts: true
become: yes
@ -146,6 +148,8 @@ After a successful deployment with OOOQ, you can create the necessary
scripts using this example playbook (duplicate from
./tests/oooq-test.yaml):
::
---
- hosts: undercloud
gather_facts: true
@ -166,9 +170,9 @@ one)
This will only create the file (without running the actual upgrade):
- undercloud_upgrade.sh
- composable_docker_upgrade.sh
- overcloud-compute-*_upgrade_pre.sh
- overcloud-compute-*_upgrade.sh
- overcloud-compute-*_upgrade_post.sh
- overcloud-compute-\*_upgrade_pre.sh
- overcloud-compute-\*_upgrade.sh
- overcloud-compute-\*_upgrade_post.sh
- converge_docker_upgrade.sh
with the correct parameters.