| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |
| |
| |
| |
| | |
Change-Id: Idd2542a0be57e9ed52718654649f945b85c4ed0a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
|
| |/
|
|
| |
Change-Id: I1536af7adbde5e23c033e1b3d16c387fd1d1cf9b
|
| |
|
|
|
| |
Change-Id: Ida7c2fb3f987aa2cef5f2eaba52f36413547de71
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
|
| |
|
|
|
| |
Change-Id: I1cf25aade215aad3ce9050af7c9fa8987564863c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
|
| |
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I992d0aafc2d29eaf73a3e805e95fbd0a1665e323
|
| |
|
|
| |
Change-Id: I636255bd0b6ce3a4aaf2970521d5fc59a7ec630a
|
| |
|
|
| |
Change-Id: I8ee570916d5fd25fcf06397051228af4cc0edf5c
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I16448e7310c65ceee88aeb5baa120b1d2697ed93
|
| | |
| |
| |
| |
| | |
Change-Id: I29e5ac6bd0aa02d0bca5b0d58e738c72626a5baa
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
|
| | |
| |
| |
| | |
Change-Id: I2cdb0c7ed4b7ef9deb12454fe2fe7361edc9438c
|
| |/
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I48dc080e9cb540dd1cf31e3f5fddcf4553d65021
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I836c0af1bac70c44bcadd9804f496cb88e44a725
|
| |
|
|
|
|
|
|
|
| |
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
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: If3b2bf1ba35266375b131a432970672ae581d956
|
| |/
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I44dd3bbcc186d6f0de48f3e4667f619ad7dad781
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
also format attributes for cli display
Change-Id: Ia338f607e6d4b70610132ab66e15381981beb038
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Trivial fix.
Change-Id: I0e678649225d58e70db09f6c0acce59d20f48004
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The documentation build does not generate any module index,
therefore modified setup.cfg to create module index.
Change-Id: I6140896d5779e8360c866267601713bbf572fee4
|
| | |_|/
|/| |
| | |
| | |
| | | |
Change-Id: I811a0f0e3dcc3406ba9a07b0d54788a3241a7cd2
Closes-Bug: #1629222
|
| |\ \ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/ /
| |
| |
| | |
Change-Id: Ia46d69473e980602d436b5965415f41d5d444e3c
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | | |
Change-Id: I570b9336a024f8e575bc7c1d2cd1f03ad26a5eee
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
| | |
| | |
| | | |
Change-Id: If9131d06694e0cde60d1a33cb5dda6487091d5be
|
| |/ /
| |
| |
| | |
Change-Id: I85f496f1d7fc72fbefad5000cba62672f35eb00a
|
| |\ \ |
|
| | | |
| | |
| | |
| | | |
Change-Id: I18182996ea73e0230081923c54631d3caad562e4
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I4db5ef9d86c08667adebe44f4aa8daa08f4b8c71
|
| |\ |
|