summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirements2.5.0OpenStack Proposal Bot2017-01-211-1/+1
| | | | Change-Id: Ia46d69473e980602d436b5965415f41d5d444e3c
* Merge "Add Constraints support"Jenkins2017-01-192-3/+35
|\
| * Add Constraints supportTony Breeds2016-12-212-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "Remove 'coding: utf-8' from license statement"Jenkins2017-01-190-0/+0
|\ \
| * | Remove 'coding: utf-8' from license statementsonu.kumar2017-01-122-4/+0
| |/ | | | | | | Change-Id: I570b9336a024f8e575bc7c1d2cd1f03ad26a5eee
* | Merge "Removes unnecessary utf-8 encoding"Jenkins2017-01-192-4/+0
|\ \
| * | Removes unnecessary utf-8 encodingCao Xuan Hoang2016-12-222-4/+0
| |/ | | | | | | | | | | | | | | | | | | 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
* | Updated from global requirementsOpenStack Proposal Bot2017-01-161-1/+1
| | | | | | | | Change-Id: If9131d06694e0cde60d1a33cb5dda6487091d5be
* | Updated from global requirementsOpenStack Proposal Bot2016-12-151-1/+1
|/ | | | Change-Id: I85f496f1d7fc72fbefad5000cba62672f35eb00a
* Merge "Updated from global requirements"2.4.0Jenkins2016-12-112-3/+3
|\
| * Updated from global requirementsOpenStack Proposal Bot2016-12-072-3/+3
| | | | | | | | Change-Id: I18182996ea73e0230081923c54631d3caad562e4
* | Ensure X-Designate-Edit-Managed-Records header value is a stringCedric Brandily2016-12-091-1/+1
|/ | | | | | | | 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
* Merge "Use tempest instead of Tempest-lib"Jenkins2016-12-0710-11/+11
|\
| * Use tempest instead of Tempest-libghanshyam2016-11-2210-11/+11
| | | | | | | | | | | | | | | | | | | | | | 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
* | Show team and repo badges on READMEFlavio Percoco2016-11-251-0/+9
|/ | | | | | | | | | | | | | | | 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
* Updated from global requirementsOpenStack Proposal Bot2016-11-091-2/+2
| | | | Change-Id: I4db5ef9d86c08667adebe44f4aa8daa08f4b8c71
* Merge "Ensure X-Auth-All-Projects header value is a string"Jenkins2016-11-041-1/+1
|\
| * Ensure X-Auth-All-Projects header value is a stringCedric Brandily2016-10-281-1/+1
| | | | | | | | | | | | | | | | 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
* | Updated from global requirementsOpenStack Proposal Bot2016-11-021-1/+1
| | | | | | | | Change-Id: I343f4e84470eb446121f71181ed47200b8389dd7
* | Merge "Fix pep8 E501 line too long"Jenkins2016-11-011-1/+2
|\ \ | |/ |/|
| * Fix pep8 E501 line too longTony Xu2016-09-231-1/+2
| | | | | | | | | | | | | | Wrap line to under 79 characters in designateclient/functionaltests/datagen.py Change-Id: I50deb3ffb70a4845fc825f9ee3eef61c40316b5b
* | Updated from global requirementsOpenStack Proposal Bot2016-10-272-4/+4
| | | | | | | | Change-Id: Id1ccbc86d9cffb72c697733b87c76b5b95b48baa
* | Merge "Add plug-in summary for osc doc"Jenkins2016-10-181-0/+2
|\ \
| * | Add plug-in summary for osc docKATO Tomoyuki2016-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | Stevedore Sphinx extension handles this comment. http://docs.openstack.org/developer/python-openstackclient/plugin-commands.html Change-Id: Ibab2eb29c1dbd37ee42f2ec9db8e323e2504b5b7
* | | Merge "Enable release notes translation"Jenkins2016-10-181-0/+3
|\ \ \
| * | | Enable release notes translationAndreas Jaeger2016-10-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Replace 'assertTrue(a in b)' with 'assertIn(a, b)'"Jenkins2016-10-182-2/+2
|\ \ \ \
| * | | | Replace 'assertTrue(a in b)' with 'assertIn(a, b)'Cao Xuan Hoang2016-09-282-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | trivialfix Change-Id: Iaf6fc3b4b68d764de38856cab54d27579565310f
* | | | Merge "Changed the author and author-email value"Jenkins2016-10-181-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Changed the author and author-email valueDeepak2016-10-061-2/+2
| |/ / | | | | | | | | | | | | | | | Changes made according to the other components values Change-Id: I5bc1352e573f396f829474454240c93efe3a50cf
* | | Updated from global requirementsOpenStack Proposal Bot2016-10-141-1/+1
| | | | | | | | | | | | Change-Id: I63f195bebae2b1e7750e1161fa238d33d639d3ca
* | | Merge "Fix for bug 1627945"Jenkins2016-10-131-1/+1
|\ \ \
| * | | Fix for bug 1627945ashish-kumar-gupta2016-10-131-1/+1
| |/ / | | | | | | | | | | | | | | | | | | Documentation doesn't specify that admin credentials are needed to zone abandon Change-Id: I3f3d2ae35824bcffa285878629fd4a841c0cf602 Closes-Bug: #1627945
* | | Updated from global requirementsOpenStack Proposal Bot2016-10-132-4/+4
| | | | | | | | | | | | Change-Id: I40367efdb5e696bdc3013b28789fe28771f2245c
* | | Merge "Add oslo.config to test-requirements"Jenkins2016-10-121-0/+1
|\ \ \ | |/ / |/| |
| * | Add oslo.config to test-requirementsTony Xu2016-09-261-0/+1
| | | | | | | | | | | | Change-Id: I54f97134d895944748e455e60d18789b5cd5344a
* | | Updated from global requirementsOpenStack Proposal Bot2016-09-271-1/+1
|/ / | | | | | | Change-Id: Ib399ae86cf686f7878e05cd68dba0fa7f0d9f509
* | Updated from global requirementsOpenStack Proposal Bot2016-09-261-1/+1
|/ | | | Change-Id: Icfe8bf4a5222590876e911941f1c935d4f82789e
* record-create/update: Account for priority being 0Alex Monk2016-09-132-3/+3
| | | | Change-Id: Ia791e602d217cbf21fc8b636b0688c012a538169
* Update reno for stable/newtonDoug Hellmann2016-09-072-0/+7
| | | | Change-Id: I314378128240db19af9714f8052374a7a9096c70
* Updated from global requirements2.3.0OpenStack Proposal Bot2016-08-251-1/+1
| | | | Change-Id: I9614ddddaf4996bcde22fbe5b95b1e03686dac65
* Merge "Docs update for FloatingIP's ptr records"Jenkins2016-08-241-6/+17
|\
| * Docs update for FloatingIP's ptr recordssonu.kumar2016-08-081-6/+17
| | | | | | | | Change-Id: If6e7dd77d43bc541a7e872b7fc6964874e3f3463
* | Merge "Resolve FloatingIP PTR records clis argument's description"Jenkins2016-08-241-3/+6
|\ \
| * | Resolve FloatingIP PTR records clis argument's descriptionsonu.kumar2016-08-081-3/+6
| |/ | | | | | | | | Change-Id: Id284e43a53dddd158c1be3768422df42d49efeca Closes-Bug: #1600775
* | Fix clis related to FloatingIP's ptr recordssonu.kumar2016-08-082-2/+9
|/ | | | | Change-Id: Ie39f1e86716a096402aafe814fcde821e66dbc5b Closes-Bug: #1600781
* Updated from global requirementsOpenStack Proposal Bot2016-08-011-2/+2
| | | | Change-Id: I4b8ce8fd2383381f8ed0d407e9441616200f97cd
* Merge "Updated from global requirements"Jenkins2016-07-231-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2016-07-211-1/+1
| | | | | | | | Change-Id: I93f788f778b62d70cf5e18cee77e30e3c02e3b4c
* | Remove discover from test-requirementsSwapnil Kulkarni (coolsvap)2016-07-221-1/+0
|/ | | | | | It's only needed for python < 2.7 which is not supported Change-Id: I2c7924ce39800e6c49157e993a71bc9495c77196