Update git submodules

* Update ui-cookiecutter from branch 'master'
  to 8390e9d6d2feb933d9e153b2ef045fbda63197e6
  - Fix tox-checkbuild CI job
    
    [Changes in zuul configurations]
    - playbooks/checkbuild/pre.yaml calls ensure-nodejs role, but the default
      nodejs version defined in ensure-nodejs role is still 6. nodejs6 repo
      is no longer available. This is the cause of the job failure.
      Let's specify nodejs_version used in horizon by default.
    - Ensure to install tox globally in the system.
      tox -e checkbuild calls "tox" as the test commands,
      so it needs to be installed globally.
    - Specify "python_version" so that zuul ensures to install a required
      version of python interpreter.
    
    [Changes in cookiecutter template]
    - hacking version in test-requirements.txt was too old.
      It is updated to use more recent version which horizon uses.
    - Update python version to 3.9 in tox.ini.
    - Install horizon and its dependencies separately.
      The constraints file contains horizon, so installing horizon along with
      the constraints file results in a version conflict error.
    
    Change-Id: If4bae3fde1f29eeb1d4d43942acc21ff2ef19482
This commit is contained in:
Akihiro Motoki 2022-04-21 00:42:16 +09:00 committed by Gerrit Code Review
parent 31a5906fb7
commit d03c85d07f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3b5d1a5de3090b1014b201668af87bb108f06636
Subproject commit 8390e9d6d2feb933d9e153b2ef045fbda63197e6