| 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/ocata
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
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: Ibe1ec2fe17e55a102a7d194be2e0e5274a6401e8
Story: #2002586
Task: #24292
|
| |
|
|
| |
Change-Id: I331085f5b8f551659585c0952e5851f2b0dfff3b
|
| |
|
|
| |
Change-Id: I52092ae637c04aa6e5ee0d4e1084ee81f7ce80df
|
| |
|
|
| |
Change-Id: Ic3ffd447239aa06851fdacb7c62817522c32004b
|
| |
|
|
| |
Change-Id: Ia6c3ab0c9416f6c6695e93e851997d44663c07c4
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
also format attributes for cli display
Change-Id: Ia338f607e6d4b70610132ab66e15381981beb038
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Trivial fix.
Change-Id: I0e678649225d58e70db09f6c0acce59d20f48004
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The documentation build does not generate any module index,
therefore modified setup.cfg to create module index.
Change-Id: I6140896d5779e8360c866267601713bbf572fee4
|
| | |_|/
|/| |
| | |
| | |
| | | |
Change-Id: I811a0f0e3dcc3406ba9a07b0d54788a3241a7cd2
Closes-Bug: #1629222
|
| |\ \ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Now that there is a passing gate job, we can claim
support for Python 3.5 in the classifier.
This patch also adds the convenience py35 venv
Change-Id: I8950bf3a7fe6c97bf973658e409e39953470f40d
|
| |/ /
| |
| |
| | |
Change-Id: Ia46d69473e980602d436b5965415f41d5d444e3c
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.
This change adds constraints support by also adding a helper script to
edit the constraints to remove python-designateclient.
Change-Id: I2976e5615bd46449690072b09aeaad59c1674d44
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | | |
Change-Id: I570b9336a024f8e575bc7c1d2cd1f03ad26a5eee
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The following files added utf-8 encoding but never used. So we can
remove them at all.
designateclient/tests/base.py
designateclient/tests/test_designateclient.py
Change-Id: Id11c8241544ef076c95986bb645cdc6cce652a1c
|
| | | |
| | |
| | |
| | | |
Change-Id: If9131d06694e0cde60d1a33cb5dda6487091d5be
|
| |/ /
| |
| |
| | |
Change-Id: I85f496f1d7fc72fbefad5000cba62672f35eb00a
|
| |\ \ |
|
| | | |
| | |
| | |
| | | |
Change-Id: I18182996ea73e0230081923c54631d3caad562e4
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
Header values are strings so we should provide a string as
X-Designate-Edit-Managed-Records header value instead of a boolean
(which is transformed into: "<type 'bool'>" by python-requests).
Change-Id: Iaf248a0e817fe65785ddcdca46663e7273a6dad0
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
tempest-lib has been deprecated since a year. All
the interfaces available in tempest-lib are now available
in tempest/lib.
This patch make use of tempest/lib instead of tempest-lib.
Also add tempest in test-requirements.txt
Change-Id: I6cb50b68631391f0368e8a2e6133f94c1da52376
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.
For more information about this effort, please read this email thread:
http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html
To see an example of how this would look like check:
https://gist.github.com/11fc0b132d352e49f6aa4e375d2a5415
Change-Id: I2ce3317d48fcd4e3755b57dbb524ec715d881a1f
|
| |
|
|
| |
Change-Id: I4db5ef9d86c08667adebe44f4aa8daa08f4b8c71
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Header values are strings so we should provide a string as
X-Auth-All-Projects header value instead of a boolean (which is
transformed into: "<type 'bool'>" by python-requests)
Change-Id: Id4172f424565da5afb1f310195a0b7ba37674064
|
| | |
| |
| |
| | |
Change-Id: I343f4e84470eb446121f71181ed47200b8389dd7
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| |
| | |
Wrap line to under 79 characters in
designateclient/functionaltests/datagen.py
Change-Id: I50deb3ffb70a4845fc825f9ee3eef61c40316b5b
|
| | |
| |
| |
| | |
Change-Id: Id1ccbc86d9cffb72c697733b87c76b5b95b48baa
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Stevedore Sphinx extension handles this comment.
http://docs.openstack.org/developer/python-openstackclient/plugin-commands.html
Change-Id: Ibab2eb29c1dbd37ee42f2ec9db8e323e2504b5b7
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.
Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.
Change-Id: I477eaf74541c65ad7ab54fa8c2412c8b9c74c684
|
| |\ \ \ \ |
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
trivialfix
Change-Id: Iaf6fc3b4b68d764de38856cab54d27579565310f
|
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
Changes made according to the other components values
Change-Id: I5bc1352e573f396f829474454240c93efe3a50cf
|
| | | |
| | |
| | |
| | | |
Change-Id: I63f195bebae2b1e7750e1161fa238d33d639d3ca
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Documentation doesn't specify that admin credentials are needed to zone abandon
Change-Id: I3f3d2ae35824bcffa285878629fd4a841c0cf602
Closes-Bug: #1627945
|