Commit Graph

750 Commits

Author SHA1 Message Date
Tony Breeds 2e6c2f814d 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: I712c6c047a8a1c6be699308911e2e0583eedf9ae
2017-09-12 16:10:58 -06:00
OpenStack Proposal Bot 03fa880061 Updated from global requirements
Change-Id: If5ef2fb3aed457d6e067223c169a1be38c6506f6
2017-07-23 13:52:42 +00:00
OpenStack Proposal Bot fb6f9a6c26 Updated from global requirements
Change-Id: I031a9802d24d09083958da174597f31140c16c73
2017-07-21 05:07:53 +00:00
Jenkins 4157ae7082 Merge "Clone sahara hacking checks to saharaclient" 2017-07-19 19:14:30 +00:00
Ngo Quoc Cuong 6b2fa6adb6 Clone sahara hacking checks to saharaclient
These such rules are:
- [S366, S367] Organize your imports according to the ``Import order``
- [S368] Must use a dict comprehension instead of a dict constructor with
         a sequence of key-value pairs.
- [S373] Don't translate logs
- [S375] Use jsonutils from oslo_serialization instead of json

Change-Id: I909da6772f733e8282a8f304b829aab9b25d6203
2017-07-18 22:37:08 -04:00
OpenStack Proposal Bot d7ad9cd47e Updated from global requirements
Change-Id: I6936fad1108a4a34d5b1a3517f3f2da5f5d0b9d2
2017-07-18 01:56:49 +00:00
Luigi Toscano 586a306358 doc: migrate to openstackdocstheme
Both doc/ and releasenotes/
Change-Id: Ic9a5d593053364e8b10f022b53cb0ab2587431b0
2017-07-13 19:09:43 +02:00
Luigi Toscano 76f056899c doc: enable warning-is-error and fix warnings
A small workaround is required for a specific parameter (see the
inline comment).

Change-Id: I1eac60cc8ca89a12dd568f5a12f70fdab9b76b62
2017-07-13 18:51:45 +02:00
kavithahr df536ba753 Remove log translations
Log messages are no longer being translated. This removes all use
of the _LE, _LI, and _LW translation markers to simplify logging
and to avoid confusion with new contributions

Change-Id: I9fe2cdd1901980b06e68c34f98de56875f4cddcd
2017-07-10 12:11:38 +00:00
kavithahr 2297d62415 Use 'project' instead of 'tenant'
While switching to openstackclient  we use project instead
of tenant.

Change-Id: I1d6b80a88d3067809e2a9723ece4fbdf16042d73
2017-07-03 12:30:02 +00:00
OpenStack Proposal Bot 48e68c1c3a Updated from global requirements
Change-Id: I787a5b0184cac9371f59b40cf34241efc6985cdc
2017-06-27 12:22:27 +00:00
OpenStack Proposal Bot 0428f489c3 Updated from global requirements
Change-Id: Idd4fc35d4ee762ddafd08e3f3732f735c5e7d600
2017-06-10 21:48:55 +00:00
OpenStack Proposal Bot 93b8dc1d34 Updated from global requirements
Change-Id: Ib8d72eabab3552f463f2401ae13687cadb0c5ba0
2017-06-10 11:48:05 +00:00
Jenkins 0c7694f345 Merge "Fix html_last_updated_fmt for Python3" 2017-06-08 12:59:36 +00:00
Vu Cong Tuan 48da28bde5 Fix html_last_updated_fmt for Python3
html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Change-Id: I9b23a0dfadaa195bc22ee7f8b8da0c0c9a0e6052
Closes-Bug:#1693670
2017-06-04 16:46:19 +07:00
OpenStack Proposal Bot db7c539ace Updated from global requirements
Change-Id: I91d702fc0f1950ef7a5f1d1cf62ae740d084bbc5
2017-06-02 22:07:29 +00:00
OpenStack Proposal Bot e17517c06a Updated from global requirements
Change-Id: I8d057f6022c4f309f4d8766bc4c86c352d0d1a58
2017-05-15 00:54:54 +00:00
OpenStack Proposal Bot 4e77168dd3 Updated from global requirements
Change-Id: Id807f1b557c8308d5abdf589cf692d90f6cb3b68
2017-05-04 13:31:10 +00:00
OpenStack Proposal Bot d60d9ed7bd Updated from global requirements
Change-Id: Ibd6a34a2fa4b54d344e6104350b438127da195b1
2017-05-03 12:23:21 +00:00
OpenStack Proposal Bot a5e9a954ad Updated from global requirements
Change-Id: I8454ee48aa7517c8b4e2bcb19b8566ac7d8d0244
2017-05-01 13:40:59 +00:00
OpenStack Proposal Bot 28427f80d7 Updated from global requirements
Change-Id: I8d2ff0b965bee6743e9566c58ea9f77c2a634c98
2017-04-12 04:21:58 +00:00
OpenStack Proposal Bot fb2e367703 Updated from global requirements
Change-Id: I72748a65fc35d251cb0a629d1bcd8b4442f11e8c
2017-04-07 06:16:33 +00:00
daohanli a594388fc1 Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using
six.iteritems to achieve iterators. We can
use dict.items instead, as it will return
iterators in PY3 as well. And dict.items/keys
will more readable. 2.In py2, the performance
about list should be negligible, see the link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I8b181c1b049105fdd698385c4aba3546126a53dc
2017-03-30 13:38:26 +08:00
Jenkins 6e8ec4e7b0 Merge "Fix a bug in jobs.py" 2017-03-29 19:46:31 +00:00
OpenStack Proposal Bot 59e897ff0c Updated from global requirements
Change-Id: I0110377fd934edfac371cf2174ea06883e1b92f0
2017-03-28 21:37:57 +00:00
jiasen.lin 378490d44d Fix a bug in jobs.py
When I used command "dataprocessing job execute", the option
--input and --output must be defined otherwise I can't excute job.
Because it alwalys return error_code 404. Acutually, we can use
option --args to appoint input_url and output_url.So I think
--input and --output should be optional.
add:
    test_job_execute_with_input_output_option()
Closes-Bug: #1670227

Change-Id: Ia2d3a19658ad78f7c07f444131dddf836bb8018e
2017-03-22 04:23:33 +00:00
Jenkins 684d2632eb Merge "Fixed log messages" 2017-03-10 11:32:16 +00:00
kavithahr 0198bb6927 PYthon 3.5 is added
Python 3.5 was missing in setup.cfg and tox.ini,
hence removed 3.4 and added 3.5.

Change-Id: I99ec9e51cfbed80697562bfaa299605996ec86e6
2017-03-08 14:55:12 +05:30
OpenStack Proposal Bot c93beacac0 Updated from global requirements
Change-Id: I7910abeb4c8a8aec10a61e6cd3daee2a124e6a91
2017-03-03 00:04:47 +00:00
ricolin 12d4ad09e1 [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: I0a2bfaecca5980e269b46515419582a71608c997
2017-03-02 19:54:18 +08:00
OpenStack Proposal Bot d5a6877d24 Updated from global requirements
Change-Id: I04daf9d3f2199a49169b6b6f30c7555386bb98e3
2017-03-01 04:16:20 +00:00
kavithahr 46cbaac9b0 Spelling replaced from "ot" to "of"
Change-Id: Id5a1f44d34bc6ff1ada058d485be7139af5c1c4e
2017-02-17 12:39:30 +05:30
yankee c03973bd61 Fixed log messages
Some log messages should be interpolated according to OpenStack Guideline[1]

[1]: http://docs.openstack.org/developer/oslo.i18n/guidelines.html#adding-variables-to-log-messages

Change-Id: If0d709b6bf1e4fc761b1addcefe0602cec1be8bc
2017-02-12 18:28:46 +08:00
OpenStack Proposal Bot 0bc1d86606 Updated from global requirements
Change-Id: I531dd32ee2f8afa702b0cd3cd04e6a739148b32a
2017-02-11 17:52:06 +00:00
OpenStack Proposal Bot d5a2cdccdb Updated from global requirements
Change-Id: I96cf777cc06bc4ffb367bbe627d65e9a7c199092
2017-02-10 05:59:29 +00:00
Rui Chen ec8ff32d24 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: Iebb5bd1c8332c5628a8ebc05b1e89248a2d1a7c9
Partial-Bug: #1662058
2017-02-06 15:53:11 +08:00
OpenStack Release Bot c613ba71d8 Update reno for stable/ocata
Change-Id: Id96c1e2c92b960e3f89686603ae6d1de49c0e5ab
2017-02-01 11:31:19 +00:00
Jenkins 6865768726 Merge "Enable coverage report in console output" 2017-01-23 09:55:42 +00:00
OpenStack Proposal Bot 14dd099e66 Updated from global requirements
Change-Id: Iacf5d258794498fdb9a1c0f667f54c5dae4fb910
2017-01-21 15:57:04 +00:00
Petr Kovar daf4839bbe [trivial] Fix spelling
Change-Id: I4cf8369a78d50efcd164259c1d92bfb56a8b3210
2017-01-18 19:42:36 +01:00
OpenStack Proposal Bot 4f08d4d1c5 Updated from global requirements
Change-Id: If0eb9bd6a40df1ba48b672859dc4bf8490f0541d
2017-01-16 17:28:15 +00:00
Jeremy Liu 66be00b090 Enable coverage report in console output
Change-Id: I6bba1cc99c9c34efdf61a0d0ee0a0a2b6dcc77b0
2017-01-13 10:58:19 +08:00
Tony Breeds fb803225f3 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-saharaclient.

Change-Id: Ie448db6f78865a3dddadf7dc659c7546a5e0fa72
2016-12-21 13:20:16 +11:00
zhouyunfeng 4109161740 Replace logging with oslo_log.
The oslo.log (logging) configuration library provides standardized
configuration for all openstack projects. It also provides custom
formatters, handlers and support for context specific logging (like
resource id's etc).

Change-Id: I3117a6c9b5283005ee604f569bc4549acc2d3160
2016-12-17 03:53:34 +00:00
OpenStack Proposal Bot 6cfcad82d6 Updated from global requirements
Change-Id: Ie41756018941c27d3776fcd01416b98bcbb4f773
2016-12-15 03:55:38 +00:00
OpenStack Proposal Bot 293bc5311a Updated from global requirements
Change-Id: Icf23779d7ec59bf6220167c5f4992fe677f3abfa
2016-12-02 05:13:56 +00:00
Flavio Percoco f624de6a1e 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/26cc2ee8b0a8e4a96cd0c63ac768c0e1

Change-Id: Iee796b3b6013b2dee84fb63f8131bc50f0d1faa6
2016-11-25 17:24:54 +01:00
OpenStack Proposal Bot 45d126e401 Updated from global requirements
Change-Id: Icf22dd3500fa6f9bedadbeb17b83fc5f62f7acb3
2016-11-09 04:24:23 +00:00
Jenkins ea15f60307 Merge "Provide the cluster info about WebUI" 2016-11-07 20:28:02 +00:00
OpenStack Proposal Bot 5e4984cbd8 Updated from global requirements
Change-Id: I2bf1696f3558d4fedca17d7e8cd16ff0683ea3bd
2016-11-06 02:07:19 +00:00