Merge "add the missing o to tripleo"

This commit is contained in:
Zuul 2019-06-11 23:21:13 +00:00 committed by Gerrit Code Review
commit 69adeda0e4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Accessing libvirt as an unprivileged user
=========================================
The virtual infrastructure provisioned by triple-quickstart is created
The virtual infrastructure provisioned by tripleo-quickstart is created
using an unprivileged account (by default the ``stack`` user). This
means that logging into your virthost as root and running ``virsh list``
will result in empty output, which can be confusing to someone not

View File

@ -88,7 +88,7 @@ the `OpenStack Documentation
Feature Configuration and Nodes
-------------------------------
In previous versions of triple-quickstart a config file was used to determine
In previous versions of tripleo-quickstart a config file was used to determine
not only the features that would be enabled in tripleo and openstack but also
the number of nodes to be used. For instance "config/general_config/ha.yml" would
configure pacemaker and ensure three controller nodes were provisioned. This type