fixed minor typo in README

Change-Id: I327fb9e8d0c747a76af92774fa6e65a405c5304c
This commit is contained in:
Jan Klare 2018-09-07 14:49:52 +02:00
parent 8fa54db5cf
commit 307255699a
No known key found for this signature in database
GPG Key ID: 1F8C347A7DC77FD2
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ $ sudo su -
### Multiple nodes (non-HA)
```bash
# Multinode with Neutron (1 controller + 2 compute nodes)
$ export KITCHEN_YAML=.kitchen.multi.yaml
$ export KITCHEN_YAML=.kitchen.multi.yml
$ kitchen converge [centos|ubuntu|all]
$ kitchen verify [centos|ubuntu|all]
$ kitchen destroy [centos|ubuntu|all]