Update git submodules

* Update python-ironicclient from branch 'master'
  - Merge "Can not set portgroup mode as a number"
  - Can not set portgroup mode as a number
    
    When creating portgroup, mode accepts a string or a number, e.g.:
    active-backup or 1.
    
    While setting new mode for an existing portgroup will raise an error, if
    the mode is passed as a number:
    
        # openstack --os-baremetal-api-version 1.26 baremetal port group \
        set c42f9bf8-3b5d-4673-b6c1-832c10e4fecf --mode 1
        Invalid input for field/attribute mode. Value: '1'. Wrong type. Expected
        '<type 'unicode'>', got '<type 'int'>' (HTTP 400)
    
    This patch add quotes to mode string to avoid unwanted conversion.
    
    Change-Id: I1bfe6d203c5420f06c8d7ead487250da1847e103
    Closes-Bug: #1745099
This commit is contained in:
Zuul 2018-01-25 05:33:25 +00:00 committed by Gerrit Code Review
parent f1833e0883
commit f6306ad465
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit ce0b20dae07bb717a7c038815fd0a68320c91a34
Subproject commit 997e11177f251769259a7b77343b224cce31b95f