Commit Graph

135 Commits

Author SHA1 Message Date
Tony Breeds 3d8be7887c 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: I1e15de434535ba5866a9cc78a46a60a25db28a1b
2017-09-12 16:06:53 -06:00
OpenStack Proposal Bot d24b988022 Updated from global requirements
Change-Id: I394313fb220e29eca871cb27915ff6de5d03c81c
2017-07-13 12:47:21 +00:00
ChangBo Guo(gcb) 166724787f Update URLs in documents according to document migration
Change-Id: I61a8418023aa3dc6635073812f966bf6b815f733
2017-07-12 23:09:35 +08:00
Doug Hellmann 2574b6c0b7 add sphinx instructions to build API reference docs
Change-Id: I216d6e8ef7afa7c1de47f28a6e33ca0a10975912
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-07 14:51:10 -04:00
Doug Hellmann 10b2dbb376 switch from oslosphinx to openstackdocstheme
Change-Id: Ibce1f74853c68bdaeb443700070a90044e8ab28a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-07 14:48:17 -04:00
Doug Hellmann ef456eb5be rearrange existing documentation to follow the new standard layout
Change-Id: I39ed22af7b148cb0e8b37d94d097e6757a3515cf
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-07 14:45:14 -04:00
liangcui 8c96cfd08c Enable some off-by-default checks
Some of the available checks are disabled by default, like:
[H106] Don’t put vim configuration in source files
[H203] Use assertIs(Not)None to check for None

Change-Id: I1e2612a92014b17d9f3158ec868f07e734263f13
2017-07-06 11:01:25 +08:00
Jenkins e93f2f5397 Merge "Remove pbr warnerrors in favor of sphinx check" 2017-07-05 12:43:26 +00:00
Jenkins fec00c19a0 Merge "Using assertIsNone(xxx) instead of assertEqual(None, xxx)" 2017-07-05 12:00:36 +00:00
OpenStack Proposal Bot 8ed579aa60 Updated from global requirements
Change-Id: I8250e20c3315aba1b6761bdac0277f12d5abf5dd
2017-06-27 12:20:23 +00:00
OpenStack Proposal Bot 9c3ba1ee59 Updated from global requirements
Change-Id: I5147fa0ea70beba33c785be95020a0e5725eec06
2017-06-15 16:33:06 +00:00
Vu Cong Tuan 28b6228623 Remove pbr warnerrors in favor of sphinx check
This change removes the now unused "warnerrors" setting,
which is replaced by "warning-is-error" in sphinx
releases >= 1.5 [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/
2017-March/113085.html

Change-Id: I1c1c00939951ee8f07816abde612e6026dcb8bda
2017-06-12 08:44:05 +07:00
OpenStack Proposal Bot fea89e6133 Updated from global requirements
Change-Id: I1e68f24929c9a4a39b0de355172a4ba589f1e767
2017-06-10 13:35:32 +00:00
xgwang5843 0cc0f2cd99 Using assertIsNone(xxx) instead of assertEqual(None, xxx)
TrivilalFix

Following OpenStack Style Guidelines:
[1] http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises
[H203] Unit test assertions tend to give better messages for more
specific assertions. As a result, assertIsNone(xxx) is preferred over
assertEqual(None, xxx) and assertIs(xxx, None)

Change-Id: Ieb657a70e94702317d0a7bb254e78d40200e51f6
2017-06-05 09:32:20 +08:00
OpenStack Proposal Bot 05c16b228a Updated from global requirements
Change-Id: I87088033791f78e86fe66780e3c1a56ffa481dea
2017-06-02 22:05:29 +00:00
OpenStack Proposal Bot e167ec4dd2 Updated from global requirements
Change-Id: I227008c1dc614fc2a377b79e9be21952b36474cf
2017-06-02 02:35:11 +00:00
OpenStack Proposal Bot d38970ae0e Updated from global requirements
Change-Id: I8cb285dabbe23a4b8cda1d2d7deb6993e09dcb61
2017-05-23 11:58:08 +00:00
OpenStack Proposal Bot 1974564d9a Updated from global requirements
Change-Id: I44b83eaa132cc250c4d904295b9e5d7bbf11bc91
2017-05-20 04:43:17 +00:00
Jenkins 8ebd541060 Merge "Add test to verify log record can be formatted" 2017-05-20 03:22:40 +00:00
Hongbin Lu 99e997e90c Add test to verify log record can be formatted
This is a tech-debt for I6948e766d08c3e781a699cca8212b4303aae3273

Change-Id: I4fac5004ec778c8cc8212ef4b109995429841b75
Related-Bug: #1674185
2017-05-17 08:51:15 +00:00
OpenStack Proposal Bot fc61029a74 Updated from global requirements
Change-Id: I8d5ac2881b580545b80e6102a6a9c202bb271b7a
2017-03-28 21:36:26 +00:00
loooosy 1bc87fd868 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.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I2e7d8d7643fe6598b3c75c48a801b8d71e5db038
2017-03-26 13:41:14 +08:00
Hongbin Lu 3c47348ced Use iterable object for 'args' in log record
Change-Id: I6948e766d08c3e781a699cca8212b4303aae3273
Closes-Bug: #1674185
2017-03-19 20:06:17 -05:00
OpenStack Proposal Bot ad15e556c3 Updated from global requirements
Change-Id: I442959d3fb54782c3add27617f5f699c6664f14f
2017-03-13 19:40:11 +00:00
OpenStack Proposal Bot 575eea12f8 Updated from global requirements
Change-Id: I70e81b9d047bd6c4e223ab6ebe1ed07ec49aad5e
2017-03-03 00:03:13 +00:00
ricolin 653b856f90 [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: I3fd302a36c11a9087a143ede4ef64a64e4eb15ba
2017-03-02 18:34:18 +08:00
Jenkins 1b6df43246 Merge "Preserve all LogRecord fields from privileged side" 2017-02-18 15:42:29 +00:00
OpenStack Proposal Bot 5ca4ccc75a Updated from global requirements
Change-Id: I8b676afaaabfa1e3393ac1878f4c3c39966ae1ab
2017-02-10 05:57:50 +00:00
Jenkins 136db60261 Merge "Remove references to Python 3.4" 2017-02-07 06:18:22 +00:00
Jenkins 525dd56d6c Merge "pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)" 2017-02-07 02:29:29 +00:00
Davanum Srinivas 22c766d4bf pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
We need to pass into VersionInfo what one would expect from running:
 setup.py --name

 Right now we pass in say oslo_context and pbr fails if there is no .git in
  the python source tree

  Closes-Bug: #1662266

Change-Id: I8d4088cbb5edee6fae1fbf7716461edb0f6fcf40
2017-02-06 12:49:22 -05:00
OpenStack Release Bot d4ede6d6a0 Update reno for stable/ocata
Change-Id: I23f877348c363d89a3e09506361bc4a4e79df8fd
2017-01-20 19:15:43 +00:00
Eric Brown 90576b9017 Remove references to Python 3.4
Now that there exists only a gate job for Python 3.5 and not 3.4,
we should remove those references to the 3.4 that is untested.

Change-Id: I2bff52b0958b2d1d025cd0a8b9676c3840c51634
2017-01-17 10:30:33 -08:00
Tony Breeds 2208a539ee 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 oslo.privsep.

Change-Id: Icff042fc20da27181a3e7c7624e4e8e1704923b1
2016-12-20 14:36:31 +11:00
Flavio Percoco a56897d5df 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:

b'https://gist.github.com/3223cd49c6849501b172416b6794dccf\n'

Change-Id: If80f4fd6b2e61c2dd9c9fcf0dc5e8ed930ba9c78
2016-11-25 13:23:26 +01:00
OpenStack Proposal Bot 8c2c6b254a Updated from global requirements
Change-Id: I08d6b8793aa36da91c1f127df35432220dde2279
2016-11-06 02:05:55 +00:00
ChangBo Guo(gcb) 7d1951d79b Don't use deprecated method logger.warn
Method Logger.warn was deprecated [1], use warning instead.

[1]https://docs.python.org/3/library/logging.html#logging.Logger.warning

Change-Id: I96ef1f4b619f531c5f24243857192cf24fdf65c3
2016-11-03 07:54:25 +00:00
Jenkins 17560e4042 Merge "Updated from global requirements" 2016-11-02 19:06:27 +00:00
OpenStack Proposal Bot b7cac15e7c Updated from global requirements
Change-Id: Icf35c54adc91b4ec91307aba157a104b8d42deb9
2016-11-02 15:39:21 +00:00
OpenStack Proposal Bot 38117a3e2e Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I6adae3736b6dd59fe3f88702c5a2a31ab1d37568
2016-10-24 07:29:40 +00:00
OpenStack Proposal Bot 2d6deb87e6 Updated from global requirements
Change-Id: I8aa1faf0221e04595092c4fab9d2ab626386d42a
2016-10-21 00:49:20 +00:00
Andreas Jaeger 9dab41120e Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: I204009ec49068f992cee89a5f721684512959f1e
2016-10-06 20:42:55 +02:00
OpenStack Proposal Bot b5b56db9ab Updated from global requirements
Change-Id: Icc722032bc40577f598c9330b8d92e5205a2b965
2016-09-28 16:59:44 +00:00
Jenkins 227a7078f1 Merge "modify the home-page info with the developer documentation" 2016-09-23 01:31:56 +00:00
OpenStack Proposal Bot e891746a16 Updated from global requirements
Change-Id: I779bcc5675793e8088cf1471e4a1169051f19bdc
2016-09-22 10:46:36 +00:00
avnish 42e81fdb70 modify the home-page info with the developer documentation
Change-Id: I80b33a1d576f2033bc7af1e92e1044f9e3171c1e
2016-09-20 12:13:25 +05:30
TommyLike 3b53619017 Ignore timeout error when receiving message from sockect
When the clientchannel's receiver thread had crashed with
timeout error. the upside main procedure will contine with-
out any notifications,it may get stocked when no thread can
handle the messages later on.

this change just fix this situation by ignore the timeout
exception, maybe it's a arbitary decision and have a widely
effect.

I will abandon this change if better solution can provide

Change-Id: Ie6058c9b9ffeac7c9af8b3ca9f40ea2b3c940ec2
Closes-Bug: #1623286
2016-09-18 09:07:29 +08:00
Jenkins 61d66ac819 Merge "Report underlying integer for unknown capabilities" 2016-09-13 17:55:08 +00:00
Jenkins 85eb50e275 Merge "Deal with CONF.config_dir correctly" 2016-09-09 07:06:20 +00:00
Jenkins 44aa3bca36 Merge "Update reno for stable/newton" 2016-09-05 06:32:36 +00:00