From dbd021d1f85046014c2ec6b6da3cbf05e0aac40b Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 24 Jul 2018 18:19:58 +0100 Subject: [PATCH] fix typos in documentation Change-Id: I508d8e1857bdbaba118d29e916e137682a5b8831 --- doc/source/unprivileged.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/unprivileged.rst b/doc/source/unprivileged.rst index 77fef6f09..06ea3e827 100644 --- a/doc/source/unprivileged.rst +++ b/doc/source/unprivileged.rst @@ -18,7 +18,7 @@ this section and start reading below at "Configure KVM". Place the following into ``playbook.yml`` in the ``tripleo-quickstart`` directory:: - - host: localhost + - hosts: localhost roles: - environment/setup @@ -85,8 +85,8 @@ Once these packages are installed, you need to start ``libvirtd`` Configuring libvirt networks ---------------------------- -The quickstart requires two networks. The ``external`` network provides -inbound access into the virtual environment set up the playbooks. The +Quickstart requires two networks. The ``external`` network provides +inbound access into the virtual environment set up by the playbooks. The ``overcloud`` network connects the overcloud hosts to the undercloud, and is used both for provisioning, inbound access to the overcloud, and communication between overcloud hosts. @@ -158,7 +158,7 @@ Deploying TripleO With all of the system configuration tasks out of the way, the rest of the process can be run as an unprivileged user. You will need to create -a YAML document that described your network configuration and that +a YAML document that describes your network configuration and that optionally changes any of the default values used in the quickstart deployment. To describe the network resources we created above, I would create a file called ``config.yml`` with the following content::