Update git submodules

* Update placement from branch 'master'
  - Merge "Use trait strings in ProviderSummary objects"
  - Use trait strings in ProviderSummary objects
    
    When ProviderSummary objects are created and then later serialized
    to JSON the traits attribute has been a list of Trait objects.
    
    At no point in the processing of that attribute does any caller want
    it to be a Trait. They are stored as TraitS but used as strings.
    
    Therefore, this change makes it so it is a list of strings, avoiding
    a few different instances of translating one way or the other, keeping
    the data in the format the system wants.
    
    Change-Id: Ia9d81ce87111ec3496d10ed254f069c04b9bdf3c
This commit is contained in:
Zuul 2019-05-29 02:53:43 +00:00 committed by Gerrit Code Review
parent 52535d9b40
commit 8a50012933
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit d1abad4e4871844278de3431e0e766a38e296e06
Subproject commit c81f62d50177792af2304aff735bc107f57bee30