Update git submodules

* Update openstack-ansible-ceph_client from branch 'master'
  - Ensure our python client libs are not linked to .pyc files
    
    When running the python file path command the .pyc file will be return
    as the file is executed. While this will work in the venv, it will leave
    the deployment in a state where the client will not be updated to newer
    versions until the underlying python library is changed and executed
    creating a new .pyc file which we can link against. This change simply
    ensures all client libraries linked into a venv are only ever using the
    .py files which will allow the venv python interpreter to run
    unimpeded with the library as provided by the package manager.
    
    Change-Id: I9aff02718c842df9d1bcf368ad912133ca42dbf9
    Signed-off-by: cloudnull <kevin@cloudnull.com>
This commit is contained in:
cloudnull 2019-03-22 10:53:09 -05:00 committed by Gerrit Code Review
parent bec6b88bab
commit 308912d36a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit e09241dc1baa97cb006e3ba35b29d41d3d9d2581
Subproject commit 0e1c4b604fb0a48d32331d38ef6b0d8e796b1792