diff --git a/doc/user-guide/section_cli_nova_boot.xml b/doc/user-guide/section_cli_nova_boot.xml
index a8650a8eb6..d0a23c2329 100644
--- a/doc/user-guide/section_cli_nova_boot.xml
+++ b/doc/user-guide/section_cli_nova_boot.xml
@@ -187,6 +187,15 @@
$ nova boot --flavor FLAVOR_ID --image IMAGE_ID --key-name KEY_NAME \
--user-data USER_DATA_FILE --security-groups SEC_GROUP_NAME --meta KEY=VALUE \
INSTANCE_NAME
+
+
+ If you boot an instance with an INSTANCE_NAME
+ greater than 63 characters, Compute truncates it automatically
+ when turning it into a hostname to ensure the correct work of
+ dnsmasq. The corresponding warning is
+ written into the nova-network.log file.
+
+
The following command launches the
MyCirrosServer instance
with the m1.small flavor (ID of