Commit Graph

2190 Commits

Author SHA1 Message Date
Tony Breeds ab766108a5 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: I548868a77d769b1466ab02aa43a9f290bf592643
2017-09-12 16:21:38 -06:00
ritesh.arya 609045ebb2 Replace uuid.uuid4().hex with uuidutils.generate_uuid()
Openstack common has a wrapper for generating uuids.
We should use that function to generate uuids for consistency.

Change-Id: If31cc81bbf2f386db660a760eb866c7c1abd786a
2017-07-24 05:30:23 +00:00
Jenkins 9b966b4912 Merge "Support dead letter queue for MongoDB" 2017-07-21 02:11:31 +00:00
Jenkins c3098dace4 Merge "Fix message claim expires problem in swift storage" 2017-07-20 10:09:04 +00:00
gecong1973 1b0bf4e735 Fix message claim expires problem in swift storage
In swift storage, message can't be claimed after claim expires,
this patch fix it.

Change-Id: I10fd37d46c7afbbd519c641cf8c94bbb70a194f7
2017-07-20 07:37:51 +00:00
OpenStack Proposal Bot d085bbcd5e Updated from global requirements
Change-Id: I4ff0df4ad12b36a6d280aad79ed373221c46e9ec
2017-07-20 02:21:39 +00:00
Jenkins 69c21e36d6 Merge "Trivial Fix in api-ref" 2017-07-20 01:43:05 +00:00
wangxiyuan 13b85cc38f Refactor the doc tree
This patch refactor zaqar doc according to
the doc-migration spec.

api, cli, configuration and reference should
be added in the next few patches if need.

Change-Id: I74a4949f4eace423c06ab6e8d95838df1f312d93
2017-07-19 10:12:28 +08:00
e 35661d4a1f Trivial Fix in api-ref
Change-Id: I0dcc74459769025da824dab17c5774078b9a4768
2017-07-18 15:42:39 +08:00
Jenkins c5dcfba0dd Merge "Minor cleanup on conf.py files" 2017-07-18 05:44:07 +00:00
Luong Anh Tuan a16d7f2210 Update URL home-page in documents according to document migration
Change-Id: I8182ec8303d85568c9ef12dcf1cb8cd30fae3624
2017-07-18 02:29:29 +00:00
OpenStack Proposal Bot 68e58d66dc Updated from global requirements
Change-Id: I33718495852b50521c44a811c0e26fa91db579ce
2017-07-17 22:14:35 +00:00
Fei Long Wang 7fdb41fab7 Support dead letter queue for MongoDB
Implement blueprint dead-letter-queue

Change-Id: Idf5d80c4d135fa7c7f0f3ec1c14f6a68f5abb88f
2017-07-17 01:44:04 +00:00
gecong1973 54b66206cb Fix mongodb list method's param note
replace mongodb list method's param note fields with
projection.

Change-Id: I89c8ca0d95df8987f8d41d339230491fc6dfdc27
2017-07-16 00:56:53 +00:00
Jenkins eed85588a4 Merge "Use mongodb delete_one method instead of deprecated remove method" 2017-07-12 06:40:06 +00:00
Jenkins 2c6654a0ca Merge "Support to query single resource with pre-signed url" 2017-07-10 02:01:14 +00:00
gecong a6678a2689 Use mongodb delete_one method instead of deprecated remove method
when delete queue with mongodb storage, there was warning
"remove is deprecated. Use delete_one or delete_many ".
so we can replace remove with delete_one method now

Change-Id: I37f4f21bb1b3c6a9016429a5e7060ff0987dd458
2017-07-06 09:02:21 +00:00
Jenkins f6c89b85b2 Merge "Add log hacking rules" 2017-07-05 21:40:18 +00:00
Ngo Quoc Cuong ff822a3d21 Add log hacking rules
- [C312] Validate that logs are not translated. [1]
- [H904] Delay string interpolations at logging calls. [2]

[1]https://docs.openstack.org/oslo.i18n/latest/user/usage.html#creating-an-integration-module
[2]https://docs.openstack.org/oslo.i18n/latest/user/guidelines.html#adding-variables-to-log-messages

Change-Id: I0d42c52d90476f2eabbaf0eedfec5d6055117422
2017-07-05 03:12:32 -04:00
Andreas Jaeger e9586d7e94 Minor cleanup on conf.py files
* Remove generated comments
* Remove templates_path setting, there's no template to use.
* Do not set html_static_path, there's no _static directory to use.

Change-Id: Iab617f28a57fccfff8ed53da62b764a99705af6f
2017-07-05 08:54:37 +02:00
Jenkins 6a39d25105 Merge "Revert "Remove startup check from devstack"" 2017-07-05 01:52:35 +00:00
Jenkins db69f164dc Merge "Fix html_last_updated_fmt for Python3" 2017-07-04 22:04:01 +00:00
Jenkins 997a4bd340 Merge "Support dot character in queue's name" 2017-07-04 21:53:41 +00:00
Jenkins 48f6d3c6d4 Merge "Update subscription confirm doc" 2017-07-04 21:53:29 +00:00
Jenkins ecef4663de Merge "Fix some reST field lists in docstrings" 2017-07-04 12:11:12 +00:00
Jenkins 6f2675e676 Merge "Optimize the link address" 2017-07-04 12:08:36 +00:00
Vu Cong Tuan 7930f511f0 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: I502588bf0ce1fff0be34e9b21ef55be95d2d7bc1
Closes-Bug:#1693670
2017-07-04 18:38:31 +07:00
Jenkins 88ca5fbea7 Merge "Remove obsolete user-guide" 2017-07-04 09:48:25 +00:00
Jenkins dceed78601 Merge "Switch from oslosphinx to openstackdocstheme" 2017-07-04 03:15:22 +00:00
Thomas Herve 30c72fa978 Revert "Remove startup check from devstack"
This reverts commit 4a1a6b3766. It didn't
improve the situation, and at least it's failing early.

Conflicts:
	devstack/plugin.sh

Change-Id: Idf16037e6a3bbc7f915e12827348eda663721d5e
2017-07-03 17:18:15 +02:00
Andreas Jaeger 45233c2c8d Remove obsolete user-guide
There's now an api-ref document, so the user-guide directory is not
needed. Remove the obsolete and outdated user-guide XML docs.

Change-Id: Ic3594eb08f7ef4e025968dfdeb1b9c3319dedaee
2017-07-03 10:02:28 +02:00
Van Hung Pham b0f96a6e12 Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: Id4399e3c8c30716d7622dc7ed8ab91433cad813b
2017-07-03 09:01:07 +07:00
wanghao a68a03a228 Add release note: allow configuration of websocket notification
Add a missing release note.

Change-Id: I59c17c052a46499d820a28c1fb7d468d42649964
2017-06-29 15:41:50 +08:00
Jenkins e62d586a6d Merge "Remove unused None from dict.get()" 2017-06-29 02:39:44 +00:00
Jenkins 239b01d6ca Merge "Allow configuration of websocket notification" 2017-06-28 21:21:51 +00:00
wanghao 59e939589e Remove unused None from dict.get()
Since the default value is None when can't get a key from a dict,
So there is no need to use dict.get('key', None).

Clear them from Zaqar code tree.

Change-Id: I96d3438e13893bbe994f2f93cb8945a04e4d3ff9
2017-06-27 16:32:48 +08:00
Thomas Herve 0e943594d3 Allow configuration of websocket notification
This adds configuration for the notification endpoint of the websocket
server, instead of a random port and local address.

Change-Id: Icfa4b4ede930d1e8d6eaa4ebf50494bdcd0d2409
2017-06-27 09:25:31 +02:00
Jenkins b1cd63c41c Merge "Remove unnecessary parameter in Zaqar" 2017-06-26 05:42:29 +00:00
Jenkins 5e056b0dc6 Merge "Using assertFalse(A) instead of assertEqual(False, A)" 2017-06-26 05:19:28 +00:00
wanghao 75fe1a4a17 Remove unnecessary parameter in Zaqar
There is spec=None by default in utils.sanitize, so no need
to speicfy it as None again when calling it.

Change-Id: I2774be16dbc8ee0747c31fe2f3946dca96357bf9
2017-06-26 10:02:56 +08:00
Van Hung Pham cc6a4c22b5 Using assertFalse(A) instead of assertEqual(False, A)
This patch is to replace assertEqual(False, A) with assertFalse(A), which
the latter is more straightforward and easier to understand.

Similar to a merged patch https://review.openstack.org/#/c/473749/

Change-Id: I69c68326442bf394cd64bf55ce94333d39b56c70
2017-06-26 01:13:05 +00:00
OpenStack Proposal Bot 68eac5ab64 Updated from global requirements
Change-Id: I060fa16a3765b118c1785079d07238badbf2df43
2017-06-22 21:41:10 +00:00
ZhongShengping 855e61eb58 Fix jenkins link in running-tests
The previous link doesn't exist anymore, using new link instead.

Change-Id: Idf864c9fddd4b8a06ce9fa62416cb68837c48e9a
2017-06-22 15:21:10 +08:00
Jenkins e70dacd18e Merge "Fix some typos in zaqar" 2017-06-20 08:39:17 +00:00
wangxiyuan 84d4e6ce4c Update subscription confirm doc
If users don't use devstack, message_pipeline will not be set by
default. Update the doc to remind users it.

Change-Id: I5f452778093c23d75a80e97961f1e359d558cc43
2017-06-20 07:57:17 +00:00
Jenkins f5a1627953 Merge "Use oslo_db for create_engine" 2017-06-16 09:20:04 +00:00
gecong1973 48d6855f5d Fix some typos in zaqar
There are some typos in zaqar, this patch fix it.

Change-Id: Ic174ed786eaaa0542c68f178dee0a730ddc81b55
2017-06-15 20:49:51 -04:00
Jenkins 28f1f0f937 Merge "Remove log translations" 2017-06-14 19:26:30 +00:00
OpenStack Proposal Bot 896a388a49 Updated from global requirements
Change-Id: I8523b3feebc1920fc00acbead693e58120c2dd20
2017-06-14 00:42:32 +00:00
Jenkins 488c137671 Merge "API Ref bug about the mailto protocol" 2017-06-14 00:38:00 +00:00