Update git submodules

* Update python-tripleoclient from branch 'master'
  - Merge "TCIB: add --rhel-modules argument"
  - TCIB: add --rhel-modules argument
    
    --rhel-modules is a new argument that will let us override the hardcoded
    RHEL module versions that are provided in the base image.
    
    For example, if we want to build the images against a specific module
    version, we'll now be able to do the following:
    
      $ openstack tripleo container image build --rhel-modules \
            redis:5,virt:8.3
    
    Note: for now we're opinionated about the RHEL modules that we support
    and the --rhel-modules won't allow to install any modules, but only the
    ones that we support: ['container-tools', 'mariadb', 'redis', 'virt'].
    The reason is that in theory all necessary modules should be provided in
    the base image layout in tripleo-common, and the use case here is being
    able to change their version from the CLI, specially for our release
    challenges with future OSP zstreams.
    
    Depends-On: https://review.opendev.org/747007
    Change-Id: Icaeabb2e7cb7adbbd7d2ef563dd613f2aacf8fe3
This commit is contained in:
Zuul 2020-08-20 15:46:15 +00:00 committed by Gerrit Code Review
parent 6b2127667d
commit c40e0391e7
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit d40d0640eadddf5d44fd51479ed6ea182ff28eef
Subproject commit 3d8ffb73485aa83ab65d568a6b169ed8f5330848