Update git submodules

* Update trove from branch 'master'
  - Merge "Enable service tenant deployment model by default in DevStack"
  - Enable service tenant deployment model by default in DevStack
    
    The service tenant deployment model means Trove creates most of the
    resources(vm, volume, security group, etc.) relating to a database
    instance in the Trove service tenant rather than the end user.
    
    With this deployment model, most of the related resources behind the
    scenes are invisible to the user, which is a more secure deployment
    model for either private or public cloud provider.
    
    DevStack should follow this model as it will be recommended for Trove
    deployment in production.
    
    Changes included in this patch that are necessary in order to make that
    happen:
    
    - Add 'admin' role to Trove service user(username: trove, project:
      service) in DevStack.
    - Create Trove management network resources for Trove service user in
      DevStack.
    - Enable Trove remote client configuration by default in DevStack.
    - Mainly use alt_demo user in alt_demo project for integration tests,
      config trove user as the admin role user in integration tests.
    - Disable the module related tests(module_groups) for now because of no
      use cases but need effort to fix all the failed tests in the service
      tenant model.
    
    Story: #2005445
    Task: #30489
    Change-Id: I2efb69d3d50344914a875b773f62a227dba2ccaf
This commit is contained in:
Zuul 2019-06-08 07:57:46 +00:00 committed by Gerrit Code Review
parent 90fec97bc9
commit 3a35a9d01d

2
trove

@ -1 +1 @@
Subproject commit 18469204a2f045c1ecb1031b414ba2fdcc0f7fde
Subproject commit 4f4a87a771b3646fcd4c3cfcf561cbeccefbcd19