Update git submodules

* Update python-openstackclient from branch 'master'
  to 4bafc326164c87f11d8d72128df86b1f12ffe7ba
  - Merge "Fix clearing of dns_domain and description on a network by setting to empty strings"
  - Fix clearing of dns_domain and description on a network by setting to empty strings
    
    After setting a default dns_domain on a network
    
     openstack net set --dns-domain 'example.com.' <NETWORKID>
    
    the setting could not be reverted back to an empty string using
    
     openstack net set --dns-domain '' <NETWORKID>
    
    and the call also does not emit any error.
    
    The same is true for the description of a network.
    
    Reason was using the parsed argument directly as a condition instead of
    comparing against None -- dropping the empty string as valid value.
    
    The name parameter already accepted an empty string.
    
    This change also adds a testcase for dns_domain, description and the
    network name parameter, checking if the empty string is forwarded.
    
    Change-Id: Ia7b9738205002b028c19e4f397411c86469cba1a
This commit is contained in:
Zuul 2024-01-10 18:31:42 +00:00 committed by Gerrit Code Review
parent b0e743e64d
commit d249e5f88a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b740f2f6bd99ddf622805b47b484fdf0f07c760e
Subproject commit 4bafc326164c87f11d8d72128df86b1f12ffe7ba