Update git submodules

* Update python-tripleoclient from branch 'master'
  to ee1990ef65d2847be7a65b7c80a08cafc0219d1c
  - Remove redundant defaults
    
    This change removes some redundant definitions of default values
    according to the following three points.
    
    - The get method returns None by default if the key doesn't exist,
      so it is unnecessary to define None explicitly.
    
    - Setting '' as parameter defaults is redundant because we always use
      "if CONF.get('<name>'):" to check whether the parameter is set.
    
    - In oslo.config all options default to None unless the default
      parameter is explicitly set. Thus defining default=None is redundant.
    
    Change-Id: Ib14b24b9054fe4d0efc3e03f9c6683ae999e3202
This commit is contained in:
Takashi Kajinami 2021-07-05 23:43:16 +09:00 committed by Gerrit Code Review
parent 9b709ce5c9
commit 645225cbb0
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 0e1b67162c4ac03c1e506c2663da4dbec73bacd8
Subproject commit ee1990ef65d2847be7a65b7c80a08cafc0219d1c