Retrieve meta-data field for events from openstacksdk
Depends-On: https://review.opendev.org/#/c/678585/
Change-Id: Ib47ba849a9503122727eddd9f548684131417676
(cherry picked from commit f6453b4f0f)
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.
Until the requirements repository has as stable/train branch, tests will
continue to use the upper-constraints list on master.
Change-Id: Ic82b9a11b0be82e5f07239a90df156a9f64b263e
The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.
Note that redirects will be set up as well but let's point now to the
new location.
For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html
Change-Id: I59ae41adc16f3a05f29fcca1b1ba18b75be4df10
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: I8bb7fa7921852748a1a552e49bb47eb2abb1f383
Add file to the reno documentation build to show release notes for
stable/stein.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.
Change-Id: Ife30eba421eea4f49c80d766e4d4aefb296740bb
Sem-Ver: feature
openstacksdk was changed to return action object with id inside for API
calls that have location in response header.
This change retrieves the action id from the action object returned when
calling cluster delete and node delete.
Depends-On: https://review.openstack.org/#/c/631362/
Change-Id: Ife9d3be5acd740f6de7721ba54aa87d44f924728
Closes-Bug: #1814171
Small cleanups:
* Use openstack-lower-constraints-jobs template, remove individual
jobs.
* Sort list of templates
* Remove non-voting job from gate, only voting jobs are run in the gate.
Change-Id: I02b3abf4c5227686d8e3083ae5c8e1f9d647ee0b
Needed-By: https://review.openstack.org/623229
Several clustering functions were deprecated in openstacksdk. This
patch removes calls to those functions and replaces them with calls to
the renamed functions in openstacksdk.
Closes-Bug: 1802417
Change-Id: I799f7234a19d31def05f8bf5b778dcec31c59a7d
I7bc0bfdecf1b1461714de1da8b56e3e47154726d tried to introduce some method
to reuse profiles, but the key building was backwards.
Change-Id: I36bd0492be98b60594a742cd6ff316fa83e58d54
Quotes around {posargs} cause the entire string to be combined into one
arg that gets passed to stestr. This prevents passing multiple args
(e.g. '--concurrency=16 some-regex')
Change-Id: I519f191381b4eb423cdec72bda2a62106a99c236
OpenStackSdk project was support api microversion.
and senlinclient was change sdk connection.
https://review.openstack.org/#/c/587411/
Change-Id: I15ad5caf7ca257b5f14a3a3204be11993cba1973
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I5a44caa4ddb396b3c6a93a5bf9b7df6ab41a03c9
Story: #2002586
Task: #24334
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: I42029710490bc1cb918461f35eab04e6fc068807
Story: #2002586
Task: #24334
senlinclient still uses Profile, which is deprecated and marked for
removal. Update create_connection to be able to work in a post-Profile
world. Amongst other things, this was causing nothing to set the
default_microversion setting.
Also, make_client was calling create_connection, but it doesn't need to
because openstackclient already has an sdk_connection object that can be
used. Just return it.
Related to https://storyboard.openstack.org/#!/story/2003146
Change-Id: I7bc0bfdecf1b1461714de1da8b56e3e47154726d