Update git submodules

* Update cyborg from branch 'master'
  - Merge "default host to socket.gethostname()"
  - default host to socket.gethostname()
    
    As disucssed in november cyborg does not defualt its host
    paramater to the same value as nova.
    http://lists.openstack.org/pipermail/openstack-discuss/2019-November/011044.html
    
    This change updates the default value to match novas.
    
    On a host that does not have a fqdn set via dhcp
    and a corresponding dns record getfqdn() and gethostname()
    will return differnet values. This can also be seen in the
    differece in the hostname command output.
    
    [stack@cyborg-2 ~] hostname
    cyborg-2
    [stack@cyborg-2 ~] hostname --fqdn
    localhost
    
    as a result on a host without an fqdn set in /etc/hostname
    or an fqdn set via dhcp/dns using socket.getfqdn() will
    result in 'localhost.localdomain' where as socket.gethostname()
    will result in 'cyborg-2'
    
    This is required to have the correct default behavior so that
    cyborg and discover and the parent placment resouce provider
    corresponding to the current host.
    
    Change-Id: I1687043dc2469343878cfeb466703eb9d4099ad0
This commit is contained in:
Zuul 2020-03-31 10:08:30 +00:00 committed by Gerrit Code Review
parent 1a8c65420b
commit a29f10cab2
1 changed files with 1 additions and 1 deletions

2
cyborg

@ -1 +1 @@
Subproject commit 7af1cedf5b84ac5675d393276aaaa5f79c056970
Subproject commit 9fb16c257308ff2411f6e44507796620e873a961