| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |\
| |
| |
| | |
stable/queens
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
While process 'designate server-get' and 'designate server-update',
the 'id' and 'update_at' values are wrong, they should be
interchanged.
Change-Id: Ibddf9cc9a018774ed229c0dfa81e705cd74704bc
Closes-Bug: #1777576
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: Ic69203497bbe29709f0471beebd91f085e0c782e
Story: #2002586
Task: #24292
|
| |
|
|
| |
Change-Id: Ie4fd9b8ec370c964c9448641d814781d9a83e060
|
| |
|
|
| |
Change-Id: I32101f90465d1b682faf94fb23a589eadf9188d5
|
| |
|
|
| |
Change-Id: Ic6c3f0454bcc103d583e28c49c2d7fdbc7aa5816
|
| |
|
|
|
|
|
|
|
|
| |
This partially reverts commit 90726f9b3bf4de67d4413e14df17c17ba6cec8cd. we can now make
requirements voting again.
Also, remove name from project stanza, it's not needed for in-tree
definitions anymore.
Change-Id: Ibfd99266e8cbe72de31b721f6b5a303ab2ac0f4d
|
| |
|
|
| |
Change-Id: I273c1bef643207929cbd5733d93ebf999d3e7132
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: Ie5e0096cdd95eb58ff07b2b3f1d6c0bdde3a4eae
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The current implementation has '--records' as a quasi-positional
argument, with the nargs='+' parameter it can only be used at the end of
the command, which is confusing to users and doesn't comply with the
help message.
Add a new option '--record' that takes only exactly one record as
parameter and can be repeated when multiple records are present.
Deprecate the old option so it can be removed in the future.
Change-Id: I8fefd9d0f104170d50c5d5dc3cbcc53facda9baf
Closes-Bug: 1736161
|
| | |
| |
| |
| |
| |
| |
| |
| | |
We don't need sphinx in the test virtualenvs, but we do need it for
docs.
Change-Id: I8ae98d08090e2e391ba725ddd5ff0125a03c8d47
Depends-On: Ie0c9f24df09255e871f904e079b68809144b36b4
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| | |
Need to make requirements-check non-voting in order for this to pass,
will undo that afterwards.
Change-Id: I939ef1da660e939fe0ff9c6eaa4919e3e1d21fee
|
| |/
|
|
|
|
|
|
|
|
|
| |
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: I30b48b58d368c2d79d3407735d2a082b3b46d2fb
|
| |
|
|
| |
Change-Id: Iec71bebc9a627853766158dc70b08a6a9f69041f
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.
Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.
This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.
Change-Id: I7c84bf403e19a1b7c1528cf349de43399e6475c5
|
| |
|
|
| |
Change-Id: Ib7c649a643de5e1652841430aac935c7f8c750fd
|
| |
|
|
| |
Change-Id: I383046a60d34047447ec4985a3907523c28e5965
|
| |
|
|
| |
Change-Id: I3bc8c50669e3c050809dc088ac65465b3fddf4ce
|
| |
|
|
| |
Change-Id: I09abebf7b3a4ea52ffe1b64f07f10a863d90dbfb
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
When a RemoteError is created, it is passed the complete content of the
json response from the server. Thus is can happen that it contains
unexpected entries, we should just ignore them.
Change-Id: I2155d1d44432884f19ef926c02b9d0f99ade57d9
Closes-Bug: 1714460
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
This patch is proposed according to the direction 10 of doc
migration(https://etherpad.openstack.org/p/doc-migration-tracking).
Change-Id: I75a467ebf9407d17360698a3ead57af9b93ef3e6
|
| | |/
|/|
| |
| | |
Change-Id: Ia4da734a197135afb3498499baaf36b0a47bc43f
|
| |/
|
|
| |
Change-Id: I5bce92f2e843d400315b86897b7e46d856d4c3e8
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fix adds support for the designate tsig keys api to
python-designateclient.
It will add tsigkey related crud commands to the openstackclient.
Change-Id: I84336c3aca85ca62771fd2115481eda32ee980d2
Closes-Bug: #1702506
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1. Update URLs according to document migration
2. Update the dead and outdated links
3. Optimize (e.g. http -> https)
Change-Id: I426747fbeb2277a5cddacf589234c0fdcfc5d673
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | | |
Change-Id: Ieb4d39aa64ea06022652c020f41274af90a4b405
|
| |/ /
| |
| |
| | |
Change-Id: I7f2c88523f540646d2ee5be8ca451d5f094189bc
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | | |
Change-Id: Idd2542a0be57e9ed52718654649f945b85c4ed0a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
|
| |/ /
| |
| |
| | |
Change-Id: I1536af7adbde5e23c033e1b3d16c387fd1d1cf9b
|
| | |
| |
| |
| |
| | |
Change-Id: Ida7c2fb3f987aa2cef5f2eaba52f36413547de71
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
|
| | |
| |
| |
| |
| | |
Change-Id: I1cf25aade215aad3ce9050af7c9fa8987564863c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
|
| | |
| |
| |
| |
| |
| |
| |
| | |
We need to use the setuptools/pbr integration to kick off the doc build
to ensure that pbr is triggered to generate the API documentation.
Change-Id: I6d947a08f170c3379f8e7b9879077e60356b5505
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
|
| |/
|
|
|
|
|
|
| |
Marked V1 API docs as deprecated
Moved to "example.(org|net|com). domains
Removed servers cli examples (as they are now dangerous with v2 API)
Change-Id: I3e1fa170dc189cc5dac608a9aecacd9127a2233e
|
| |
|
|
| |
Change-Id: I992d0aafc2d29eaf73a3e805e95fbd0a1665e323
|
| |
|
|
| |
Change-Id: I636255bd0b6ce3a4aaf2970521d5fc59a7ec630a
|
| |
|
|
| |
Change-Id: I8ee570916d5fd25fcf06397051228af4cc0edf5c
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I16448e7310c65ceee88aeb5baa120b1d2697ed93
|
| | |
| |
| |
| |
| | |
Change-Id: I29e5ac6bd0aa02d0bca5b0d58e738c72626a5baa
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
|
| | |
| |
| |
| | |
Change-Id: I2cdb0c7ed4b7ef9deb12454fe2fe7361edc9438c
|