- 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.
-
- 18 Oct, 2018 1 commit
-
-
Zuul authored
-
- 20 Aug, 2018 1 commit
-
-
Nguyen Hai 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: Ibe1ec2fe17e55a102a7d194be2e0e5274a6401e8 Story: #2002586 Task: #24292
-
- 25 Jul, 2018 1 commit
-
-
miaoyuliang authored
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
-
- 15 May, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I331085f5b8f551659585c0952e5851f2b0dfff3b
-
- 09 Mar, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I52092ae637c04aa6e5ee0d4e1084ee81f7ce80df
-
- 02 Feb, 2017 2 commits
-
-
OpenStack Release Bot authored
Change-Id: Ic3ffd447239aa06851fdacb7c62817522c32004b
-
OpenStack Release Bot authored
Change-Id: Ia6c3ab0c9416f6c6695e93e851997d44663c07c4
-
- 01 Feb, 2017 3 commits
- 31 Jan, 2017 2 commits
-
-
Graham Hayes authored
also format attributes for cli display Change-Id: Ia338f607e6d4b70610132ab66e15381981beb038
-
Graham Hayes authored
Change-Id: I811a0f0e3dcc3406ba9a07b0d54788a3241a7cd2 Closes-Bug: #1629222
-
- 30 Jan, 2017 1 commit
-
-
Jenkins authored
-
- 27 Jan, 2017 1 commit
-
-
sonu.kumar authored
The documentation build does not generate any module index, therefore modified setup.cfg to create module index. Change-Id: I6140896d5779e8360c866267601713bbf572fee4
-
- 21 Jan, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ia46d69473e980602d436b5965415f41d5d444e3c
-
- 20 Jan, 2017 1 commit
-
-
Cao Xuan Hoang authored
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
-
- 19 Jan, 2017 3 commits
- 16 Jan, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: If9131d06694e0cde60d1a33cb5dda6487091d5be
-
- 13 Jan, 2017 1 commit
-
-
sonu.kumar authored
Change-Id: I570b9336a024f8e575bc7c1d2cd1f03ad26a5eee
-
- 22 Dec, 2016 1 commit
-
-
Cao Xuan Hoang authored
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
-
- 21 Dec, 2016 1 commit
-
-
Tony Breeds authored
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
-
- 15 Dec, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I85f496f1d7fc72fbefad5000cba62672f35eb00a
-
- 11 Dec, 2016 1 commit
-
-
Jenkins authored
-
- 09 Dec, 2016 1 commit
-
-
Cedric Brandily authored
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
-
- 07 Dec, 2016 2 commits
-
-
OpenStack Proposal Bot authored
Change-Id: I18182996ea73e0230081923c54631d3caad562e4
-
Jenkins authored
-
- 25 Nov, 2016 1 commit
-
-
Flavio Percoco authored
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
-
- 22 Nov, 2016 1 commit
-
-
ghanshyam authored
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
-
- 18 Nov, 2016 1 commit
-
-
howardlee authored
Trivial fix. Change-Id: I0e678649225d58e70db09f6c0acce59d20f48004
-
- 09 Nov, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I4db5ef9d86c08667adebe44f4aa8daa08f4b8c71
-
- 04 Nov, 2016 1 commit
-
-
Jenkins authored
-
- 02 Nov, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I343f4e84470eb446121f71181ed47200b8389dd7
-
- 01 Nov, 2016 1 commit
-
-
Jenkins authored
-
- 28 Oct, 2016 1 commit
-
-
Cedric Brandily authored
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
-
- 27 Oct, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Id1ccbc86d9cffb72c697733b87c76b5b95b48baa
-
- 18 Oct, 2016 2 commits