Change, 'openstack install undercloud' by 'openstack undercloud install'

Simple nit fix.

Change-Id: Idafd6306c20a699e2b7aa47242ae28830f628ca9
This commit is contained in:
Carlos Camacho 2018-05-14 11:54:48 +02:00
parent bf2e121828
commit 400e31cb2c

View File

@ -86,7 +86,7 @@ Finally, we rerun the Undercloud installation from the stack user, making sure t
su - stack
sudo yum install -y python-tripleoclient
# Double check hostname is correctly set in /etc/hosts
openstack install undercloud
openstack undercloud install
If you are using Pike and Ceph will be used in the overcloud, install
ceph-ansible on the Undercloud::