Update git submodules

* Update oslo.config from branch 'master'
  - Merge "Add a new type HostDomain."
  - Add a new type HostDomain.
    
    HostDomain is like HostAddress with the support of
    _ character - RFC1033
    
    openstack services are failing to start when a hostname with underscore
    _ is provided.
    
    Example:
    
    ```
    overcloud-novacompute_edge1-0.internalapi.localdomain
    overcloud-novacompute_edge1-0.internalapi
    ```
    
    Nova use `HostAddressOpt` to define `live_migration_inbound_addr`,
    and if a hostname with underscore is present in the config file
    then the service fail to start.
    
    Example:
    
    ```
    /etc/nova/nova.conf
    live_migration_inbound_addr =
    overcloud-novacompute_edge1-0.internalapi.localdomain
    ```
    
    FQDN is a domain name that specifies its exact
    location in the tree hierarchy of the Domain Name System (DNS).
    
    Underscore are allowed by RFC1033 [1][2][3]. Indeed, while a hostname may not
    contain other characters, such as the underscore character (_), other
    DNS names may contain the underscore.[1][2].
    Systems such as DomainKeys and service records use the underscore.
    
    These changes allow us to use underscore with the `HostDomain`.
    
    [1] https://www.ietf.org/rfc/rfc1912.txt
    [2] https://www.ietf.org/rfc/rfc1033.txt
    [3] http://domainkeys.sourceforge.net/underscore.html
    
    Co-authored-by: Daniel Bengtsson <dbengt@redhat.com>
    Change-Id: I0a0670207f96a987996d329e5efa9a5eb2ce000c
    Closes-Bug: #1892044
This commit is contained in:
Zuul 2020-10-22 18:16:44 +00:00 committed by Gerrit Code Review
parent 90e4921133
commit 456dcb4a67
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 445f1c42d90a5c36403c5420aeca797c7a666325
Subproject commit 8f667f8e3dc05bb5839cc4890bf2d7e36e780d7b