Commit Graph

485 Commits

Author SHA1 Message Date
Tony Breeds 9ca012aef8 Retire Packaging Deb project repos
This commit is part of a series to retire the Packaging Deb
project. Step 2 is to remove all content from the project
repos, replacing it with a README notification where to find
ongoing work, and how to recover the repo if needed at some
future point (as in
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project).

Change-Id: I23a2ff2335d997b37d7d934bb0f782ad25760dd9
2017-09-12 15:57:46 -06:00
Jenkins ea41cef9a1 Merge "switch from oslosphinx to openstackdocstheme" 2017-07-15 23:15:58 +00:00
OpenStack Proposal Bot ffcc723a5e Updated from global requirements
Change-Id: I1536af7adbde5e23c033e1b3d16c387fd1d1cf9b
2017-07-13 14:23:36 +00:00
Doug Hellmann cbc8503d20 switch from oslosphinx to openstackdocstheme
Change-Id: Idd2542a0be57e9ed52718654649f945b85c4ed0a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-10 11:50:21 -04:00
Doug Hellmann 3947730ed5 import cli-reference material from openstack-manuals
Change-Id: Ida7c2fb3f987aa2cef5f2eaba52f36413547de71
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-10 11:50:21 -04:00
Doug Hellmann 3241a7d9c4 rearrange the existing docs into the new standard layout
Change-Id: I1cf25aade215aad3ce9050af7c9fa8987564863c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-10 11:50:21 -04:00
Doug Hellmann c6705f4e0b use setuptools to build the docs even for testing
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>
2017-07-10 11:50:21 -04:00
Graham Hayes 4e7b853e30 Update cli docs
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
2017-07-10 11:54:00 +01:00
OpenStack Proposal Bot 3bb401758c Updated from global requirements
Change-Id: I992d0aafc2d29eaf73a3e805e95fbd0a1665e323
2017-06-27 12:21:14 +00:00
OpenStack Proposal Bot f511740575 Updated from global requirements
Change-Id: I636255bd0b6ce3a4aaf2970521d5fc59a7ec630a
2017-06-02 22:06:20 +00:00
OpenStack Proposal Bot 73f4562292 Updated from global requirements
Change-Id: I8ee570916d5fd25fcf06397051228af4cc0edf5c
2017-05-17 03:57:31 +00:00
Jenkins 784e9ba829 Merge "Updated from global requirements" 2017-05-04 13:08:25 +00:00
OpenStack Proposal Bot 4f7ec6d439 Updated from global requirements
Change-Id: I16448e7310c65ceee88aeb5baa120b1d2697ed93
2017-05-03 21:26:51 +00:00
Stephen Finucane 3963fc7ccd tox: Whitelist rm
Change-Id: I29e5ac6bd0aa02d0bca5b0d58e738c72626a5baa
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2017-04-20 13:57:40 +01:00
Stephen Finucane b2f8e3cfc4 doc: Remove cruft from conf.py
Change-Id: I2cdb0c7ed4b7ef9deb12454fe2fe7361edc9438c
2017-04-20 13:57:40 +01:00
Stephen Finucane 6b7b018cb6 Use Sphinx 1.5 warning-is-error
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
2017-04-20 13:57:16 +01:00
Stephen Finucane eaa5db38d3 Explicitly set 'builders' option
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
2017-04-19 10:18:39 +01:00
OpenStack Proposal Bot 1a8847b44d Updated from global requirements
Change-Id: I48dc080e9cb540dd1cf31e3f5fddcf4553d65021
2017-03-08 22:53:20 +00:00
ricolin cebe77fdb0 [Fix gate]Update test requirement
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
2017-03-02 23:36:32 +08:00
OpenStack Proposal Bot 839ce1e1f0 Updated from global requirements
Change-Id: I836c0af1bac70c44bcadd9804f496cb88e44a725
2017-03-01 04:15:24 +00:00
Tim Simmons 8d806158ae Simplify OSC doc structure
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
2017-02-23 15:26:04 +00:00
Jenkins 2ff6a70663 Merge "Updated from global requirements" 2017-02-13 20:25:51 +00:00
OpenStack Proposal Bot 230906f021 Updated from global requirements
Change-Id: If3b2bf1ba35266375b131a432970672ae581d956
2017-02-11 17:51:10 +00:00
Rui Chen d4cf5d3dd5 Set client module __version__
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
2017-02-06 15:44:00 +08:00
OpenStack Release Bot 3922b87bfa Update reno for stable/ocata
Change-Id: I44dd3bbcc186d6f0de48f3e4667f619ad7dad781
2017-02-02 16:35:49 +00:00
Jenkins 5b8cab8079 Merge "Add attribute support to create zone cli" 2017-02-01 16:28:43 +00:00
Jenkins b8ed15c568 Merge "Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'" 2017-02-01 11:53:47 +00:00
Jenkins 891625fa74 Merge "Fix broken link for modindex" 2017-02-01 11:53:37 +00:00
Graham Hayes f265eb18e9 Add attribute support to create zone cli
also format attributes for cli display

Change-Id: Ia338f607e6d4b70610132ab66e15381981beb038
2017-01-31 23:05:08 +00:00
Graham Hayes f540d1c09b Show proper error on over quota commands
Change-Id: I811a0f0e3dcc3406ba9a07b0d54788a3241a7cd2
Closes-Bug: #1629222
2017-01-31 23:03:19 +00:00
Jenkins fad4e0ff58 Merge "Add Python 3.5 classifier and venv" 2017-01-30 18:10:45 +00:00
sonu.kumar 5f23b4bdcc Fix broken link for modindex
The documentation build does not generate any module index,
therefore modified setup.cfg to create module index.

Change-Id: I6140896d5779e8360c866267601713bbf572fee4
2017-01-26 23:55:57 -05:00
OpenStack Proposal Bot 92004a58a5 Updated from global requirements
Change-Id: Ia46d69473e980602d436b5965415f41d5d444e3c
2017-01-21 15:56:12 +00:00
Cao Xuan Hoang 0803befc05 Add Python 3.5 classifier and venv
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
2017-01-20 11:21:23 +07:00
Jenkins 7818faba8b Merge "Add Constraints support" 2017-01-19 13:53:08 +00:00
Jenkins 042c4b62af Merge "Remove 'coding: utf-8' from license statement" 2017-01-19 13:52:43 +00:00
Jenkins 5448aef618 Merge "Removes unnecessary utf-8 encoding" 2017-01-19 13:25:43 +00:00
OpenStack Proposal Bot a30dea7e64 Updated from global requirements
Change-Id: If9131d06694e0cde60d1a33cb5dda6487091d5be
2017-01-16 17:27:20 +00:00
sonu.kumar 3792e6fd69 Remove 'coding: utf-8' from license statement
Change-Id: I570b9336a024f8e575bc7c1d2cd1f03ad26a5eee
2017-01-12 23:59:54 -05:00
Cao Xuan Hoang 22dbb5634f Removes unnecessary utf-8 encoding
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
2016-12-22 09:45:09 +07:00
Tony Breeds 08c5a645ed Add Constraints support
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
2016-12-21 12:53:41 +11:00
OpenStack Proposal Bot 15dccd098f Updated from global requirements
Change-Id: I85f496f1d7fc72fbefad5000cba62672f35eb00a
2016-12-15 03:54:47 +00:00
Jenkins 2912647d00 Merge "Updated from global requirements" 2016-12-11 11:30:12 +00:00
Cedric Brandily 9ceb241491 Ensure X-Designate-Edit-Managed-Records header value is a string
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
2016-12-09 20:15:16 +01:00
OpenStack Proposal Bot 1cb6e4299a Updated from global requirements
Change-Id: I18182996ea73e0230081923c54631d3caad562e4
2016-12-07 21:29:53 +00:00
Jenkins 66bc3c050a Merge "Use tempest instead of Tempest-lib" 2016-12-07 20:22:53 +00:00
Flavio Percoco 0a0e9725b1 Show team and repo badges on README
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
2016-11-25 15:33:16 +01:00
ghanshyam e995bfd553 Use tempest instead of Tempest-lib
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
2016-11-22 12:52:16 +09:00
howardlee 5d41ac9455 Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
Trivial fix.

Change-Id: I0e678649225d58e70db09f6c0acce59d20f48004
2016-11-18 10:14:54 +08:00
OpenStack Proposal Bot fc7eeb6997 Updated from global requirements
Change-Id: I4db5ef9d86c08667adebe44f4aa8daa08f4b8c71
2016-11-09 04:23:33 +00:00