- 09 Jun, 2022 3 commits
-
-
zhangbailin authored
In Zed, we decrepated the py36/py37 job, and this patch need to change with zed job[1]. [1]https://opendev.org/openstack/openstack-zuul-jobs/src/branch/master/zuul.d/project-templates.yaml#L504 Change-Id: I7612d34b5d25d505f85dcb09b91ad1d3c3bacd44
-
Zuul authored
-
zhangbailin authored
In zed cycle, OpenStack projects and oslo lib has dropped the py3.6 and py3.7 support - https://governance.openstack.org/tc/reference/runtimes/zed.html With oslo not supporting the py3.6 and py3.7, we disscussed in cyborg team, and we will remove the py3.6 and py3.7 support too, and we should bump oslo.log>=5.0.0 to support. Change-Id: Ie297062d3e274ff7d34af11bdc78cc7db67eb26d
-
- 08 Jun, 2022 1 commit
-
-
zhangbailin authored
In Zed, we have dropped the python 3.6/3.7[1] testing and its support. Removing the py36 centos8 job as well as updating the python classifier also to reflect the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: Ie240decdaa1fac19a3b1a56f29741303329e2e28
-
- 28 Apr, 2022 1 commit
-
-
songwenping authored
In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Removing the py36 centos8 job as well as updating the python classifier also to reflect the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I58124e928cb19b3cc7a95495a11f8e89c1826f68
-
- 03 Mar, 2022 1 commit
-
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/yoga. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/yoga. Sem-Ver: feature Change-Id: I46b03cd55cecc03d09630f86e0bd020fb63b8460
-
- 25 Dec, 2021 2 commits
- 21 Dec, 2021 3 commits
-
-
zhangbailin authored
Closes-Bug: #1955459 Change-Id: I8ff89a5691bdf2ac037e0a1e3149dfbba3afa0b9
-
Zuul authored
-
Zuul authored
-
- 20 Dec, 2021 3 commits
-
-
songwenping authored
Change-Id: Ie0c0a047ac2dd7341e1c66b6feb178e39b9ab433
-
songwenping authored
Change-Id: I85d78ef9ed1a301fca6cc1821a4e0f0f5529214a
-
songwenping authored
Change-Id: I8f0fc90849287efa915cffdcbb2f78f140560207
-
- 14 Dec, 2021 1 commit
-
-
Ghanshyam Mann authored
Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: I1c5735e598bbe6398186381f1584859ef7cc1d4d
-
- 01 Dec, 2021 1 commit
-
-
ericxiett authored
This patch adds the support that getting the device profile by its name. Implements: blueprint show-device-profile-with-name Change-Id: I3587dce1555bf7a337661e2662165c171ddea57a
-
- 03 Nov, 2021 1 commit
-
-
Zuul authored
-
- 15 Sep, 2021 1 commit
-
-
songwenping authored
Show description attr and modify UT. Change-Id: I88e481866217b3672f42aa390d3606810c4db513
-
- 13 Sep, 2021 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I1e20369a42ae7e0bce4a050c77495b7d3af08112
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/xena. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/xena. Sem-Ver: feature Change-Id: If207978133f21d72e4c39815e882dd6c5d4d5e13
-
- 02 Sep, 2021 1 commit
-
-
songwenping authored
The description param is optional and add unit test for device profile create. Related-Bug: #1940810 Change-Id: I93d99d0edcfe8c417e3cd5c4aa3990f31322c6cb
-
- 27 Aug, 2021 1 commit
-
-
Zuul authored
-
- 26 Aug, 2021 2 commits
-
-
songwenping authored
Change-Id: I63527d222a6be6794334346f2dc4bbac6cc9b5c3
-
Zuul authored
-
- 24 Aug, 2021 1 commit
-
-
songwenping authored
Closes-Bug: #1940509 Change-Id: I382d9691301c74c6426668de39c4f05f4b2619fd
-
- 23 Aug, 2021 1 commit
-
-
Zuul authored
-
- 20 Aug, 2021 1 commit
-
-
Zuul authored
-
- 13 Aug, 2021 1 commit
-
-
wu.shiming authored
inspect.getargspec was deprecated since Python 3.0 and inspect.getfullargspec is its replacement with correct handling of function annotations and keyword-only parameters[1]. [1] https://docs.python.org/3/library/inspect.html#inspect.getargspec Change-Id: I2d3591e41ae35479b613487a81c43548c7cd3f9c
-
- 26 Jul, 2021 2 commits
-
-
ericxiett authored
This patch catches the 'ResourceNotFound' exception and adds some unittests. Closes-Bug: #1937251 Change-Id: I1e07528e9b551ff192ee707d1988a8c07bf349a0
-
ericxiett authored
This patch adds checking input arg. If not uuid, raise CommandError with output like 'Only UUID of device_profile allowed'. Closes-Bug: #1936877 Change-Id: I24999d0f39cbd027ef5c797ed2e9bf0bbfe8a793
-
- 08 Jul, 2021 1 commit
-
-
Zuul authored
-
- 31 May, 2021 1 commit
-
-
Ghanshyam Mann authored
This patch updates/adds the contributor documentation to follow the guidelines of the Ussuri cycle community goal[1]. [1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html Story: #2007236 Task: #38519 Change-Id: Ia738b3f37d1b0a477838c37a91afca14108f85e3
-
- 28 Apr, 2021 1 commit
-
-
XinxinShen authored
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I83d80999568b7236044ac257b19c984fd5e788bb
-
- 16 Apr, 2021 1 commit
-
-
Zuul authored
-
- 29 Mar, 2021 1 commit
-
-
Zuul authored
-
- 24 Mar, 2021 1 commit
-
-
Zuul authored
-
- 22 Mar, 2021 2 commits
- 19 Mar, 2021 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ib2bb3b6f27f29ef7268e4411b669c9a094e3cd48
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: Idf92f17f515f8a7da4b3edebf0fbb710a843dae2
-