From 1141182a53ae3e9fd3ec6220c2f159418c52ca58 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 16 Aug 2016 00:39:19 +0200 Subject: [PATCH] Fix release notes formatting issue Change-Id: I56b1b5c119c361e43a56c1467751c34d8739b4ae Signed-off-by: Fatih Degirmenci --- ...mpose-ironic-install-role-75b9a431bba88bad.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/releasenotes/notes/decompose-ironic-install-role-75b9a431bba88bad.yaml b/releasenotes/notes/decompose-ironic-install-role-75b9a431bba88bad.yaml index 5bb2dd863..073179f1c 100644 --- a/releasenotes/notes/decompose-ironic-install-role-75b9a431bba88bad.yaml +++ b/releasenotes/notes/decompose-ironic-install-role-75b9a431bba88bad.yaml @@ -1,9 +1,9 @@ --- features: - The ironic install role has been split into 3 phases. - (install) installs all ironic packages and dependencies - (bootstrap) the bootstrap pahse generates configs - and initializes the ironic db. - (start) starts all ironic services and dependencies. - Each phase is run by default and can be skiped by defining - skip_package_install,skip_bootstrap and skip_start respectively. + - The ironic install role has been split into 3 phases. + ``install`` phase installs all ironic packages and + dependencies. ``bootstrap`` phase generates configs + and initializes the ironic db. ``start`` phase starts + all ironic services and dependencies. Each phase is run + by default and can be skipped by defining skip_package_install, + skip_bootstrap and skip_start respectively.