summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirementsqueens-em2.9.0OpenStack Proposal Bot2018-01-241-1/+1
| | | | Change-Id: Ic6c3f0454bcc103d583e28c49c2d7fdbc7aa5816
* Partial Revert "Remove unneeded requirements file"Andreas Jaeger2018-01-211-9/+0
| | | | | | | | | | 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
* Updated from global requirementsOpenStack Proposal Bot2018-01-183-3/+3
| | | | Change-Id: I273c1bef643207929cbd5733d93ebf999d3e7132
* Merge "Updated from global requirements"2.8.0Zuul2017-12-193-3/+6
|\
| * Updated from global requirementsOpenStack Proposal Bot2017-12-193-3/+6
| | | | | | | | Change-Id: Ie5e0096cdd95eb58ff07b2b3f1d6c0bdde3a4eae
* | Merge "Improve recordset create UI"Zuul2017-12-191-3/+17
|\ \ | |/ |/|
| * Improve recordset create UIJens Harbott2017-12-071-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Split doc requirements into their own fileMonty Taylor2017-12-183-4/+7
| | | | | | | | | | | | | | | | We don't need sphinx in the test virtualenvs, but we do need it for docs. Change-Id: I8ae98d08090e2e391ba725ddd5ff0125a03c8d47 Depends-On: Ie0c9f24df09255e871f904e079b68809144b36b4
* | Merge "Remove unneeded requirements file"Zuul2017-12-082-3/+9
|\ \
| * | Remove unneeded requirements fileJens Harbott2017-12-072-3/+9
| |/ | | | | | | | | | | | | Need to make requirements-check non-voting in order for this to pass, will undo that afterwards. Change-Id: I939ef1da660e939fe0ff9c6eaa4919e3e1d21fee
* | Avoid tox_install.sh for constraints supportAndreas Jaeger2017-12-022-34/+4
|/ | | | | | | | | | | 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
* Use jobs from designate repoGraham Hayes2017-11-291-0/+4
| | | | Change-Id: Iec71bebc9a627853766158dc70b08a6a9f69041f
* Remove setting of version/release from releasenotesAndreas Jaeger2017-11-161-8/+3
| | | | | | | | | | | | | | | | | | 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
* Updated from global requirementsOpenStack Proposal Bot2017-11-162-4/+4
| | | | Change-Id: Ib7c649a643de5e1652841430aac935c7f8c750fd
* Updated from global requirementsOpenStack Proposal Bot2017-10-121-1/+1
| | | | Change-Id: I383046a60d34047447ec4985a3907523c28e5965
* Updated from global requirementsOpenStack Proposal Bot2017-09-131-1/+1
| | | | Change-Id: I3bc8c50669e3c050809dc088ac65465b3fddf4ce
* Updated from global requirementsOpenStack Proposal Bot2017-09-112-3/+3
| | | | Change-Id: I09abebf7b3a4ea52ffe1b64f07f10a863d90dbfb
* Merge "Make remote error handling more robust"Jenkins2017-09-062-1/+8
|\
| * Make remote error handling more robustJens Harbott2017-09-012-1/+8
| | | | | | | | | | | | | | | | | | 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
* | Merge "Update the documentation link for doc migration"Jenkins2017-09-061-1/+1
|\ \
| * | Update the documentation link for doc migrationlingyongxu2017-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | This patch is proposed according to the direction 10 of doc migration(https://etherpad.openstack.org/p/doc-migration-tracking). Change-Id: I75a467ebf9407d17360698a3ead57af9b93ef3e6
* | | Updated from global requirementsOpenStack Proposal Bot2017-09-011-1/+1
| |/ |/| | | | | Change-Id: Ia4da734a197135afb3498499baaf36b0a47bc43f
* | Updated from global requirementsOpenStack Proposal Bot2017-08-181-3/+3
|/ | | | Change-Id: I5bce92f2e843d400315b86897b7e46d856d4c3e8
* Merge "Add tsig key support to python-designateclient"Jenkins2017-08-029-1/+479
|\
| * Add tsig key support to python-designateclientRudolf Vriend2017-07-079-1/+479
| | | | | | | | | | | | | | | | | | | | 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
* | Merge "Update and optimize documentation links"Jenkins2017-08-026-13/+13
|\ \
| * | Update and optimize documentation linksHangdong Zhang2017-07-196-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | 1. Update URLs according to document migration 2. Update the dead and outdated links 3. Optimize (e.g. http -> https) Change-Id: I426747fbeb2277a5cddacf589234c0fdcfc5d673
* | | Merge "Updated from global requirements"Jenkins2017-07-312-4/+4
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2017-07-272-4/+4
| |/ / | | | | | | | | | Change-Id: Ieb4d39aa64ea06022652c020f41274af90a4b405
* | | Update reno for stable/pikeOpenStack Release Bot2017-07-282-0/+7
|/ / | | | | | | Change-Id: I7f2c88523f540646d2ee5be8ca451d5f094189bc
* | 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