Fix typo in upgrade playbook's name.

Fix typo to avoid error when wrong playbook is referenced:
  openstack overcloud upgrade run \
    --stack overcloud --roles Controller \
    --playbook post_upgrade_steps_playbooks.yaml
  ...
  u'ERROR! playbooks must be a list of plays'

Change-Id: I2a02d567bbc9e95c198d8cfe3e368d97b43be9a9
This commit is contained in:
Yurii Prokulevych 2018-09-18 13:24:56 +02:00
parent 6b0f54c07a
commit 0b14c258a1
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class UpgradeRun(command.Command):
"playbooks to run. That is the "
"upgrade_steps_playbook.yaml "
"then deploy_steps_playbook.yaml and then "
"post_upgrade_steps_playbooks.yaml. Set "
"post_upgrade_steps_playbook.yaml. Set "
"this to each of those playbooks in "
"consecutive invocations of this command "
"if you prefer to run them manually. Note: "