This is only a minor defect in README.rst.

It is a typo for etc/event_definitions.yml.sample.

The original text is:
 82 #. Copy service configuration files::
 83
 84 $ sudo mkdir /etc/mistral
 85 $ sudo chown `whoami` /etc/mistral
 86 $ cp etc/event_definitionas.yml.sample /etc/mistral/event_definitions.yml

In line 86, it should be:
 86 $ cp etc/event_definitions.yml.sample /etc/mistral/event_definitions.yml

Change-Id: I8738d82322f0e20d476e9b23c045250f784d4f0e
Closes-Bug: #1696933
This commit is contained in:
Jeffrey Guan 2017-06-09 03:26:19 -04:00
parent 8d5175300b
commit 1acb5bcd3e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ an OpenStack environment.
$ sudo mkdir /etc/mistral
$ sudo chown `whoami` /etc/mistral
$ cp etc/event_definitionas.yml.sample /etc/mistral/event_definitions.yml
$ cp etc/event_definitions.yml.sample /etc/mistral/event_definitions.yml
$ cp etc/logging.conf.sample /etc/mistral/logging.conf
$ cp etc/policy.json /etc/mistral/policy.json
$ cp etc/wf_trace_logging.conf.sample /etc/mistral/wf_trace_logging.conf