The "fqdn" (fully-qualified domain name) was misspelled in a couple
places as fgdn". Use the correct spelling.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Provide the fully qualified domain name of the server machine
(e.g., ``hostname -f``).::
- ServerName {fgdn}
+ ServerName {fqdn}
#. Ensure that the Rewrite module is enabled. ::
#. ``endpoints``: A list of all the endpoints in the region. For example,
you may use multiple domain names to refer to the same region. Remember to
escape the forward slashes (``\/``). You may also specify a
- port (``fgdn:port``) for each endpoint. Optional.
+ port (``fqdn:port``) for each endpoint. Optional.
#. ``master_zone``: The master zone for the region. Optional. Uses the default
zone if not specified. **note:** You can only have one master zone per
<disk type='network' device='disk'>
<source protocol='rbd' name='poolname/imagename'>
<host name='{fqdn}' port='6789'/>
- <host name='{fgdn}' port='6790'/>
+ <host name='{fqdn}' port='6790'/>
<host name='{fqdn}' port='6791'/>
</source>
<target dev='vda' bus='virtio'/>
-</disk>
\ No newline at end of file
+</disk>