Update git submodules

* Update ansible-role-tripleo-modify-image from branch 'master'
  - Merge "Allow devs to modify images with Python directories"
  - Allow devs to modify images with Python directories
    
    This will allow dev to update their container images from a local Python
    directory, example in /home/joe/git/openstack/heat.
    
    The new parameter python_dir is a list of directories.
    
    To use it, your playbook must be like:
    
        - hosts: localhost
          connection: local
          tasks:
          - name: dev install heat-api
            import_role:
              name: tripleo-modify-image
            vars:
              tasks_from: dev_install.yml
              source_image: docker.io/tripleomaster/centos-binary-heat-api:current-tripleo
              modified_append_tag: -devel
              python_dir:
                - /home/joe/git/openstack/heat
    
    Change-Id: I182c3fa58dc9af870e0da9f51ae1e22aa90d03e5
This commit is contained in:
Zuul 2019-06-21 15:56:09 +00:00 committed by Gerrit Code Review
parent 8808d3b501
commit 67236c9fad
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6dab9dda02a8593404d192178bc7e579655319fc
Subproject commit 1415b042f5e5b0728cb9fabce0396dd7796bf0b2