Update git submodules

* Update trove-dashboard from branch 'master'
  - Merge "Calls manager.py by "$PYTHON" instead of "env python""
  - Calls manager.py by "$PYTHON" instead of "env python"
    
    devstack should call manager.py by using $PYTHON variable that devstack
    uses through openstack installation because manage.py uses python2
    unless caller explicitly uses python3 interpreter.
    
    Currently devstack fails with the following error message when devstack
    uses python3::
    
      ++ /opt/stack/trove-dashboard/devstack/plugin.sh:configure_trove_dashboard:14 :   ../manage.py compilemessages
      Traceback (most recent call last):
        File "../manage.py", line 18, in <module>
          from django.core.management import execute_from_command_line
      ImportError: No module named django.core.management
      + /opt/stack/trove-dashboard/devstack/plugin.sh:configure_trove_dashboard:1 :   exit_trap
    
    The reason for this error is no django.core.management library exists
    in python2 site-packages because devstack installs the library as a
    python3 library.
    
    Story: 2007463
    Task: 39148
    Signed-off-by: Hirotaka Wakabayashi <hiwkby@yahoo.com>
    Change-Id: Ia5f87788e117e9bbd9823afb6a8f139eb3ae5870
This commit is contained in:
Zuul 2020-04-07 05:54:51 +00:00 committed by Gerrit Code Review
parent f1bdb81a31
commit 81b00d3c2a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7db14da0e8e3785ef37de8460c7da2fad13479fb
Subproject commit 47a3a897887eafcc83cd8b66e87264c9c294963c