Merge "Document the requirement for the hostname on standalone"

This commit is contained in:
Zuul 2019-02-18 10:35:15 +00:00 committed by Gerrit Code Review
commit 655a610c1c
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,12 @@ Deploying a Standalone OpenStack node
ssh <non-root-user>@<machine>
#. Ensure a fully qualified hostname has been configured on the host being
deployed on. For example::
sudo hostnamectl set-hostname standalone.localdomain
sudo hostnamectl set-hostname standalone.localdomain --transient
#. Enable needed repositories:
.. admonition:: RHEL