diff options
Diffstat (limited to 'nova/netconf.py')
-rw-r--r-- | nova/netconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/netconf.py b/nova/netconf.py index f8116ed97..78939d586 100644 --- a/nova/netconf.py +++ b/nova/netconf.py @@ -48,7 +48,7 @@ netconf_opts = [ default=_get_my_ip(), help='ip address of this host'), cfg.StrOpt('host', - default=socket.getfqdn(), + default=socket.gethostname(), help='Name of this node. This can be an opaque identifier. ' 'It is not necessarily a hostname, FQDN, or IP address. ' 'However, the node name must be valid within ' |