Update git submodules

* Update osc-placement from branch 'master'
  - Improve aggregate version check error messages with min_version
    
    The aggregate set/list commands require at least version 1.1 but
    if you don't specify any version we default to 1.0 and you get this
    unhelpful message:
    
      Operation or argument is not supported with version 1.0
    
    This change adds a simple min_version kwarg to the version compare
    method such that if we fail the version check and the kwarg is passed
    we use it to improve the message so the user doesn't have to read
    the help of the command to figure out what they did wrong, e.g.:
    
      Operation or argument is not supported with version 1.0; \
      requires at least version 1.1
    
    This only handles the aggregate set/list commands and could be used
    elsewhere but this is just a start.
    
    Change-Id: I28a859918ab78c8aa47e54928cb14339c7c75498
    Story: #2005448
    Task: #30498
This commit is contained in:
Matt Riedemann 2019-04-12 11:47:50 -04:00 committed by Gerrit Code Review
parent b54880e850
commit 33c461acf8
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f2d41ee1df02ffd98070385159282c33e607c157
Subproject commit cf0d72191fd608f8203935cd8d17baeb643a0df8