summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "server-get/update show wrong values about 'id' and 'update_at'" into ↵pike-em2.7.1Zuul2018-10-181-3/+3
|\ | | | | | | stable/pike
| * server-get/update show wrong values about 'id' and 'update_at'miaoyuliang2018-07-251-3/+3
| | | | | | | | | | | | | | | | | | 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
* | import zuul job settings from project-configNguyen Hai2018-08-203-32/+14
|/ | | | | | | | | | | | | | | | | | | | 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: I4e27df37b22c9676ec0ed06f40c7b48c3d41c09e Story: #2002586 Task: #24292
* Updated from global requirementsOpenStack Proposal Bot2017-08-112-4/+4
| | | | Change-Id: I1b242c1b9ecc2ff6d0cc37b4f8d2b7ee75c6c8e2
* Update UPPER_CONSTRAINTS_FILE for stable/pikeOpenStack Release Bot2017-07-281-1/+1
| | | | Change-Id: I8d8b46265df1d3e60e957006c7060fc9afd15e25
* Update .gitreview for stable/pikeOpenStack Release Bot2017-07-281-0/+1
| | | | Change-Id: Ib7f14b631b534a63cd51f15a6ad6eda5677d903c
* Merge "switch from oslosphinx to openstackdocstheme"2.7.0Jenkins2017-07-153-4/+18
|\
| * switch from oslosphinx to openstackdocsthemeDoug Hellmann2017-07-103-4/+18
| | | | | | | | | | Change-Id: Idd2542a0be57e9ed52718654649f945b85c4ed0a Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* | Updated from global requirementsOpenStack Proposal Bot2017-07-131-1/+1
|/ | | | Change-Id: I1536af7adbde5e23c033e1b3d16c387fd1d1cf9b
* import cli-reference material from openstack-manualsDoug Hellmann2017-07-102-0/+959
| | | | | Change-Id: Ida7c2fb3f987aa2cef5f2eaba52f36413547de71 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* rearrange the existing docs into the new standard layoutDoug Hellmann2017-07-1013-18/+45
| | | | | Change-Id: I1cf25aade215aad3ce9050af7c9fa8987564863c Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* use setuptools to build the docs even for testingDoug Hellmann2017-07-101-1/+1
| | | | | | | | 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>
* Update cli docsGraham Hayes2017-07-102-68/+37
| | | | | | | | 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
* Updated from global requirementsOpenStack Proposal Bot2017-06-272-4/+4
| | | | Change-Id: I992d0aafc2d29eaf73a3e805e95fbd0a1665e323
* Updated from global requirementsOpenStack Proposal Bot2017-06-021-2/+2
| | | | Change-Id: I636255bd0b6ce3a4aaf2970521d5fc59a7ec630a
* Updated from global requirementsOpenStack Proposal Bot2017-05-171-2/+2
| | | | Change-Id: I8ee570916d5fd25fcf06397051228af4cc0edf5c
* Merge "Updated from global requirements"Jenkins2017-05-042-5/+5
|\
| * Updated from global requirementsOpenStack Proposal Bot2017-05-032-5/+5
| | | | | | | | Change-Id: I16448e7310c65ceee88aeb5baa120b1d2697ed93
* | tox: Whitelist rmStephen Finucane2017-04-201-0/+1
| | | | | | | | | | Change-Id: I29e5ac6bd0aa02d0bca5b0d58e738c72626a5baa Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | doc: Remove cruft from conf.pyStephen Finucane2017-04-201-193/+1
| | | | | | | | Change-Id: I2cdb0c7ed4b7ef9deb12454fe2fe7361edc9438c
* | Use Sphinx 1.5 warning-is-errorStephen Finucane2017-04-208-17/+25
|/ | | | | | | | | | | With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as errors is setting warning-is-error in build_sphinx section. Migrate the setting from the old warnerrors one. This involves a couple of changes to the docs to fix the now broken build. Change-Id: I9bee7f6f9c69a9ed7bb22325ad1a0a1316dde526
* Explicitly set 'builders' optionStephen Finucane2017-04-191-0/+1
| | | | | | | | | An upcoming release of pbr will require explicitly stating which builders are requested, rather than defaulting to html and man. Head off any potential impact this may cause by explicitly setting this configuration now. Change-Id: Ia04058232a839c4eaf2c85849e8b71879ae414e7
* Updated from global requirementsOpenStack Proposal Bot2017-03-083-4/+4
| | | | Change-Id: I48dc080e9cb540dd1cf31e3f5fddcf4553d65021
* [Fix gate]Update test requirementricolin2017-03-022-2/+2
| | | | | | | | | Since pbr already landed and the old version of hacking seems not work very well with pbr>=2, we should update it to match global requirement. Partial-Bug: #1668848 Change-Id: I11191b14edd3870b5a4443a2ef9b219cb46ddb36
* Updated from global requirementsOpenStack Proposal Bot2017-03-011-1/+1
| | | | Change-Id: I836c0af1bac70c44bcadd9804f496cb88e44a725
* Simplify OSC doc structureTim Simmons2017-02-233-423/+431
| | | | | | | | | This page should be linked from the main docs as a place to see the various commands that are possible. This moves the more verbose examples to one place and delete the other page. There was also some grammar that bugged me so I changed it Change-Id: I8bc23e493794a43d7f6eb4d5bd5dce965c8ff11d
* Merge "Updated from global requirements"Jenkins2017-02-132-3/+3
|\
| * Updated from global requirementsOpenStack Proposal Bot2017-02-112-3/+3
| | | | | | | | Change-Id: If3b2bf1ba35266375b131a432970672ae581d956
* | Set client module __version__Rui Chen2017-02-062-3/+23
|/ | | | | | | | | | According to PEP 396, the version of client library should be set in xxxclient.__version__, that help python-openstackclient command "module list" to get the right plugin module versions. Change-Id: I932287726c5b0a8638c6ad72171e98181867d88f Partial-Bug: #1662058
* Update reno for stable/ocataOpenStack Release Bot2017-02-022-0/+7
| | | | Change-Id: I44dd3bbcc186d6f0de48f3e4667f619ad7dad781
* Merge "Add attribute support to create zone cli"ocata-em2.6.0Jenkins2017-02-012-1/+20
|\
| * Add attribute support to create zone cliGraham Hayes2017-01-312-1/+20
| | | | | | | | | | | | also format attributes for cli display Change-Id: Ia338f607e6d4b70610132ab66e15381981beb038
* | Merge "Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'"Jenkins2017-02-011-1/+1
|\ \
| * | Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'howardlee2016-11-181-1/+1
| | | | | | | | | | | | | | | | | | Trivial fix. Change-Id: I0e678649225d58e70db09f6c0acce59d20f48004
* | | Merge "Fix broken link for modindex"Jenkins2017-02-012-1/+5
|\ \ \
| * | | Fix broken link for modindexsonu.kumar2017-01-262-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation build does not generate any module index, therefore modified setup.cfg to create module index. Change-Id: I6140896d5779e8360c866267601713bbf572fee4
* | | | Show proper error on over quota commandsGraham Hayes2017-01-312-0/+6
| |_|/ |/| | | | | | | | | | | Change-Id: I811a0f0e3dcc3406ba9a07b0d54788a3241a7cd2 Closes-Bug: #1629222
* | | Merge "Add Python 3.5 classifier and venv"Jenkins2017-01-302-2/+2
|\ \ \ | |/ / |/| |
| * | Add Python 3.5 classifier and venvCao Xuan Hoang2017-01-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | 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