1. 29 Mar, 2022 1 commit
    • Jiri Podivin's avatar
      setuptools: Disable auto discovery · d0d981b6
      Jiri Podivin authored
      The latest release of setuptools 61.0 made a breaking change[1] and
      because of this change 'pip install' fails with the following error.
      
      ~~~
      error: Multiple top-level packages discovered in a flat-layout:
      ['lib', 'spec', 'manifests', 'releasenotes'].
      ~~~
      
      Users that don't set 'packages', 'py_modules', or configuration'
      are still likely to observe the auto-discovery behavior, which may
      halt the build if the project contains multiple directories and/or
      multiple Python files directly under the project root.
      
      To disable auto discovery, one can do below in setup.py
      
      ~~~
      setuptools.setup(..,packages=[],..)
      ~~~
      
      or
      
      ~~~
      setuptools.setup(..,py_modules=[],..)
      ~~~
      
      [1] https://github.com/pypa/setuptools/issues/3197
      
      
      
      Note setup.py is not used to install puppet modules. However it is used
      to generate a release note, thus should be fixed.
      
      Signed-off-by: default avatarJiri Podivin <jpodivin@redhat.com>
      Change-Id: I7743344c150d51c0db5e7d6f6d8ba509cc1db7e1
      d0d981b6
  2. 25 Mar, 2022 1 commit
  3. 24 Mar, 2022 1 commit
    • Takashi Kajinami's avatar
      XtremIO: Remove hard-coded defaults · 258098f2
      Takashi Kajinami authored
      Currently we hard-code default values of XtremIO driver parameters but
      these default values are same as the service defaults.
      
      This change replaces hard-coded defaults by service defaults. This
      allows us to avoid maintaining own default values in puppet modules,
      and reduces amount of maintenance effort.
      
      Change-Id: I3d085b2b8441153c356062bd22ac2521950bff35
      258098f2
  4. 23 Mar, 2022 4 commits
  5. 22 Mar, 2022 2 commits
  6. 13 Mar, 2022 1 commit
  7. 12 Mar, 2022 1 commit
  8. 11 Mar, 2022 1 commit
  9. 08 Mar, 2022 3 commits
  10. 06 Mar, 2022 1 commit
  11. 28 Feb, 2022 1 commit
  12. 27 Feb, 2022 1 commit
    • ZhongShengping's avatar
      Prepare Yoga M3 · d17e3785
      ZhongShengping authored
      Update the version metadata for Yoga milestone M3
      
      Change-Id: Ia10e78c0c9986eaf48e6184e6c1acb5d5502286c
      d17e3785
  13. 24 Feb, 2022 1 commit
  14. 22 Feb, 2022 4 commits
  15. 21 Feb, 2022 1 commit
    • Takashi Kajinami's avatar
      Deprecate usage of authtoken parameters in providers · 596a7748
      Takashi Kajinami authored
      When SRBAC is completely implemented according to the current spec,
      each service user no longer has full admin privilege but has access
      limited to the actual requirement. This means that we are no longer
      able to use service users to create resources.
      
      This change is a prep-work to get rid of usage of the service user,
      currently loaded from authtoken parameters in the .conf file. Now
      each providers loads clouds.yaml file placed in /etc/openstack/puppet.
      
      Depends-on: https://review.opendev.org/806474
      Depends-on: https://review.opendev.org/828025
      Change-Id: I80ea9fc1da31696cafa77ff12febfd4054f435bc
      596a7748
  16. 20 Feb, 2022 3 commits
  17. 19 Feb, 2022 3 commits
  18. 18 Feb, 2022 1 commit
  19. 15 Feb, 2022 2 commits
  20. 14 Feb, 2022 1 commit
  21. 10 Feb, 2022 1 commit
  22. 09 Feb, 2022 1 commit
  23. 08 Feb, 2022 1 commit
  24. 06 Feb, 2022 1 commit
  25. 31 Jan, 2022 1 commit
  26. 21 Jan, 2022 1 commit