- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- 24 Mar, 2019 1 commit
-
-
Ian Wienand authored
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I7e186f64bb1070cb46011c1b784fdcd593de3837
-
- 18 Mar, 2019 1 commit
-
-
Rabi Mishra authored
SessionClient is subclassed from keystoneauth LegacyJsonAdapter. LegacyJsonAdapter does not set the Content-Type explicitly and results in decodeing issues in some cases. Change-Id: Idf23022b394607c332490331fc4b216de6ff1313 Story: 2005237 Task: 30027 (cherry picked from commit bd33e310)
-
- 28 Aug, 2018 1 commit
-
-
Doug Hellmann authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I1e42f54d8c78f68476a2c202dcd7a111a831d20e Story: #2002586 Task: #24298
-
- 01 Feb, 2018 2 commits
-
-
OpenStack Release Bot authored
Change-Id: I1b390324197a3ccfdb71d7baf642250d69433459
-
OpenStack Release Bot authored
Change-Id: Ia709b1fd2164cbc715dafc30b290a13db95fd752
-
- 31 Jan, 2018 2 commits
-
-
OpenStack Proposal Bot authored
Change-Id: I3618291ee2c3db35ab0e0d5e9c962ed49546588a
-
Zuul authored
-
- 04 Jan, 2018 3 commits
- 07 Dec, 2017 1 commit
-
-
Zane Bitter authored
This broke the building of the release notes. Change-Id: I6d9519aaf591e817e71a777a75fdc1d6caa7c17a
-
- 02 Dec, 2017 1 commit
-
-
Andreas Jaeger authored
We do not need tox_install.sh, pip can handle constraints itself and install the project correctly. Thus update tox.ini and remove the now obsolete tools/tox_install.sh file. This follows https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh. Change-Id: I84cee5a9a728b9d6dc7909ac28a60b9c20c2348c
-
- 01 Dec, 2017 2 commits
- 29 Nov, 2017 1 commit
-
-
Zuul authored
-
- 24 Nov, 2017 1 commit
-
-
ricolin authored
Migrate functional job to zuul v3. Migrating guideline: https://docs.openstack.org/infra/manual/zuulv3.html Needed-By: I611d21791d3dfd877e37fa02b5893e18b1becd76 Change-Id: If8c88568dbc6be1bb04e75a6b8b63e44f4cf7d40
-
- 21 Nov, 2017 1 commit
-
-
Steven Hardy authored
This breaks the built-in --format json and --format yaml options Change-Id: I01d46ace380756ae57c8c7c9f65c5a686a06818f Closes-Bug: #1733664
-
- 17 Nov, 2017 2 commits
- 16 Nov, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Iab36aaedd85c08c579fdf48eca93337bea32842d
-
- 12 Nov, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I54ac7275af9bbd217fcd050937b24a8cba1a2eb7
-
- 08 Nov, 2017 2 commits
- 27 Oct, 2017 1 commit
-
-
PriyaDuggirala authored
Parameters of an existing stack can be updated with openstack stack update <stack> --existing --parameter <parameter>=<newvalue> Example : openstack stack update stack1 --parameter p1=v1 If the --existing option is skipped, it leads to the below error Need to specify exactly one of --template-file, --template-url or --template-object This error is misleading as the user might think that stack update cannot be performed without specifying a new template. Modify the error message with --existing option. Change-Id: Idce88bde848378e00b1c873245600ba205939668 Closes-Bug: #1723864
-
- 23 Oct, 2017 1 commit
-
-
Zuul authored
-
- 20 Oct, 2017 1 commit
-
-
ricolin authored
This patch add `--converge` argument for osc stack update. This flag will be used as the trigger for observe on reality. implements bp get-reality-for-resources depends-on: I151b575b714dcc9a5971a1573c126152ecd7ea93 Change-Id: If35e1b9234cab173b3c46601bbd331aceebcbcb3
-
- 17 Oct, 2017 2 commits
-
-
Zuul authored
-
Nam Nguyen Hoai authored
Zuul v2 uses 'jenkins' as user, but Zuul v3 uses 'zuul'. Using $USER solves it for both cases. Change-Id: If6b023e3be4a4555b656660a8522271668496ead
-
- 09 Oct, 2017 2 commits
-
-
Jenkins authored
-
Thomas Bechtold authored
It is deprecated[1] and will be removed soon. [1] I3efb3c64ebce396e756a47d110a74fe8604b6b72 Closes-Bug: #1712017 Change-Id: If6406da4c940686cbda696f760d06d45690912a1
-
- 05 Oct, 2017 2 commits
-
-
Thomas Herve authored
When you comment all the elements in a YAML mapping, you end up with None instead of an empty mapping, which can have bad side effect when handling multiple environemnents. Let's handle that by ignoring the latest None value. Change-Id: I77ffabeb8d4cd2886ef4f41351e42ebe487b5d4b
-
OpenStack Proposal Bot authored
Change-Id: I7842746a72bdc8065b58fc731929b79c6b3bc837
-
- 28 Sep, 2017 2 commits
-
-
Jenkins authored
-
Roberto Polli authored
Added --show-nested support in `openstack stack update`. The work is based on `heat stack-update` implementation. Closes-Bug: #1720085 Change-Id: I50c8f5ac9ba4cb7e478af03ff4c1f099270ae226
-
- 22 Sep, 2017 1 commit
-
-
Stephen Finucane authored
With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as errors is setting warning-is-error in build_sphinx section. Enable this Change-Id: I3712c681cedae30c189d975f6b319e278c1bd419
-
- 21 Sep, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I60c22a8f75499e95561de7427c91759943b829d5
-
- 11 Sep, 2017 1 commit
-
-
Jenkins authored
-
- 02 Sep, 2017 1 commit
-
-
Monty Taylor authored
This isn't actually used and is a leftover from a thing we did seven years ago that survives today through copy-pasta. Change-Id: Ic77d867ee1afaf4586a9fcbab5c36166e38604b6
-
- 01 Sep, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I746570c03c4b1f0be907411a69aa20cdb51dd282
-