Merge "Sphinx throws warnings on workbooks descriptions"

This commit is contained in:
Zuul 2019-02-19 16:22:55 +00:00 committed by Gerrit Code Review
commit 5985d39f8b
2 changed files with 4 additions and 4 deletions

View File

@ -17,15 +17,15 @@ workflows:
calling workflow. calling workflow.
If plan_name is provided the message will be persisted to Swift. In a If plan_name is provided the message will be persisted to Swift. In a
container named "{plan_name}-messages". The swift objects will be container named "{plan_name}-messages". The swift objects will be named:
named:
{TYPE}/{TIMESTAMP}.yaml {TYPE}/{TIMESTAMP}.yaml
If a deployment_status is provided, the top-level deployment_status.yaml If a deployment_status is provided, the top-level deployment_status.yaml
will also be updated, which will contain the deployment_status and the will also be updated, which will contain the deployment_status and the
related message. related message.
The standard message format will be: The standard message format will be::
body: { body: {
type: 'tripleo.workflow.name', # Matches the workflow name type: 'tripleo.workflow.name', # Matches the workflow name

View File

@ -50,7 +50,7 @@ workflows:
object_exists: object_exists:
description: >- description: >
Verify if a Swift object exists Verify if a Swift object exists
Given the name of a Swift container and object this workflow will Given the name of a Swift container and object this workflow will