standalone: add CloudDomain in examples

CloudDomain is necessary if one changes the default, it will affect how
the services are configured and attached to the host, they need to be
configured with the right domain and not the "localdomain" default when
using custom domains.

Change-Id: I8785809b1aad4e46dc167939946aefe53ceff258
This commit is contained in:
Emilien Macchi 2020-11-17 07:26:28 -05:00
parent d4b3e184de
commit 755cfe6bd5
1 changed files with 2 additions and 0 deletions

View File

@ -185,6 +185,7 @@ Deploying a Standalone OpenStack node
- $IP:8787
NeutronPublicInterface: $INTERFACE
# domain name used by the host
CloudDomain: localdomain
NeutronDnsDomain: localdomain
# re-use ctlplane bridge for public net, defined in the standalone
# net config (do not change unless you know what you're doing)
@ -242,6 +243,7 @@ Deploying a Standalone OpenStack node
- $IP:8787
NeutronPublicInterface: $INTERFACE
# domain name used by the host
CloudDomain: localdomain
NeutronDnsDomain: localdomain
# re-use ctlplane bridge for public net, defined in the standalone
# net config (do not change unless you know what you're doing)